mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
2076-01-31 H.J. Lu <hongjiu.lu@intel.com>
* elf32-cris.c (INCLUDED_TARGET_FILE): Removed. (elf32_bed): Defined for elf32-us-cris. * elf64-sh64.c (elf64_bed): Defined for Linux. (INCLUDED_TARGET_FILE): Removed. * elfxx-target.h (elfNN_bed): Always define. Don't check INCLUDED_TARGET_FILE.
This commit is contained in:
@ -3428,8 +3428,6 @@ elf_cris_reloc_type_class (rela)
|
||||
|
||||
#include "elf32-target.h"
|
||||
|
||||
#define INCLUDED_TARGET_FILE
|
||||
|
||||
#undef TARGET_LITTLE_SYM
|
||||
#undef TARGET_LITTLE_NAME
|
||||
#undef elf_symbol_leading_char
|
||||
@ -3437,5 +3435,7 @@ elf_cris_reloc_type_class (rela)
|
||||
#define TARGET_LITTLE_SYM bfd_elf32_us_cris_vec
|
||||
#define TARGET_LITTLE_NAME "elf32-us-cris"
|
||||
#define elf_symbol_leading_char '_'
|
||||
#undef elf32_bed
|
||||
#define elf32_bed elf32_us_cris_bed
|
||||
|
||||
#include "elf32-target.h"
|
||||
|
Reference in New Issue
Block a user