mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
2000-11-20 Kazu Hirata <kazu@hxi.com>
* bfd-in.h: Fix formatting. * bfd-in2.h: Likewise. * bfd.c: Likewise. * bout.c: Likewise.
This commit is contained in:
@ -10,6 +10,10 @@
|
|||||||
* aoutf1.h: Likewise.
|
* aoutf1.h: Likewise.
|
||||||
* aoutx.h: Likewise.
|
* aoutx.h: Likewise.
|
||||||
* archive.c: Likewise.
|
* archive.c: Likewise.
|
||||||
|
* bfd-in.h: Likewise.
|
||||||
|
* bfd-in2.h: Likewise.
|
||||||
|
* bfd.c: Likewise.
|
||||||
|
* bout.c: Likewise.
|
||||||
|
|
||||||
2000-11-17 H.J. Lu <hjl@gnu.org>
|
2000-11-17 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
@ -804,7 +804,6 @@ bfd_make_writable PARAMS ((bfd *abfd));
|
|||||||
boolean
|
boolean
|
||||||
bfd_make_readable PARAMS ((bfd *abfd));
|
bfd_make_readable PARAMS ((bfd *abfd));
|
||||||
|
|
||||||
|
|
||||||
/* Byte swapping macros for user section data. */
|
/* Byte swapping macros for user section data. */
|
||||||
|
|
||||||
#define bfd_put_8(abfd, val, ptr) \
|
#define bfd_put_8(abfd, val, ptr) \
|
||||||
@ -857,7 +856,6 @@ bfd_make_readable PARAMS ((bfd *abfd));
|
|||||||
: (bits) == 64 ? bfd_put_64 (abfd, val, ptr) \
|
: (bits) == 64 ? bfd_put_64 (abfd, val, ptr) \
|
||||||
: (abort (), (void) 0))
|
: (abort (), (void) 0))
|
||||||
|
|
||||||
|
|
||||||
/* Byte swapping macros for file header data. */
|
/* Byte swapping macros for file header data. */
|
||||||
|
|
||||||
#define bfd_h_put_8(abfd, val, ptr) \
|
#define bfd_h_put_8(abfd, val, ptr) \
|
||||||
@ -1608,7 +1606,6 @@ typedef enum bfd_reloc_status
|
|||||||
}
|
}
|
||||||
bfd_reloc_status_type;
|
bfd_reloc_status_type;
|
||||||
|
|
||||||
|
|
||||||
typedef struct reloc_cache_entry
|
typedef struct reloc_cache_entry
|
||||||
{
|
{
|
||||||
/* A pointer into the canonical table of pointers */
|
/* A pointer into the canonical table of pointers */
|
||||||
@ -1792,7 +1789,6 @@ bfd_install_relocation
|
|||||||
enum bfd_reloc_code_real {
|
enum bfd_reloc_code_real {
|
||||||
_dummy_first_bfd_reloc_code_real,
|
_dummy_first_bfd_reloc_code_real,
|
||||||
|
|
||||||
|
|
||||||
/* Basic absolute relocations of N bits. */
|
/* Basic absolute relocations of N bits. */
|
||||||
BFD_RELOC_64,
|
BFD_RELOC_64,
|
||||||
BFD_RELOC_32,
|
BFD_RELOC_32,
|
||||||
@ -2046,7 +2042,6 @@ to compensate for the borrow when the low bits are added. */
|
|||||||
BFD_RELOC_MIPS_GOT_OFST,
|
BFD_RELOC_MIPS_GOT_OFST,
|
||||||
BFD_RELOC_MIPS_GOT_DISP,
|
BFD_RELOC_MIPS_GOT_DISP,
|
||||||
|
|
||||||
|
|
||||||
/* i386/elf relocations */
|
/* i386/elf relocations */
|
||||||
BFD_RELOC_386_GOT32,
|
BFD_RELOC_386_GOT32,
|
||||||
BFD_RELOC_386_PLT32,
|
BFD_RELOC_386_PLT32,
|
||||||
@ -2357,7 +2352,6 @@ bits placed non-contigously in the instruction. */
|
|||||||
/* This is a 16 bit offset from the call table base pointer. */
|
/* This is a 16 bit offset from the call table base pointer. */
|
||||||
BFD_RELOC_V850_CALLT_16_16_OFFSET,
|
BFD_RELOC_V850_CALLT_16_16_OFFSET,
|
||||||
|
|
||||||
|
|
||||||
/* This is a 32bit pcrel reloc for the mn10300, offset by two bytes in the
|
/* This is a 32bit pcrel reloc for the mn10300, offset by two bytes in the
|
||||||
instruction. */
|
instruction. */
|
||||||
BFD_RELOC_MN10300_32_PCREL,
|
BFD_RELOC_MN10300_32_PCREL,
|
||||||
@ -2649,7 +2643,6 @@ bfd_reloc_type_lookup PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
|
|||||||
const char *
|
const char *
|
||||||
bfd_get_reloc_code_name PARAMS ((bfd_reloc_code_real_type code));
|
bfd_get_reloc_code_name PARAMS ((bfd_reloc_code_real_type code));
|
||||||
|
|
||||||
|
|
||||||
typedef struct symbol_cache_entry
|
typedef struct symbol_cache_entry
|
||||||
{
|
{
|
||||||
/* A pointer to the BFD which owns the symbol. This information
|
/* A pointer to the BFD which owns the symbol. This information
|
||||||
@ -3090,7 +3083,6 @@ bfd_set_private_flags PARAMS ((bfd *abfd, flagword flags));
|
|||||||
#define bfd_debug_info_accumulate(abfd, section) \
|
#define bfd_debug_info_accumulate(abfd, section) \
|
||||||
BFD_SEND (abfd, _bfd_debug_info_accumulate, (abfd, section))
|
BFD_SEND (abfd, _bfd_debug_info_accumulate, (abfd, section))
|
||||||
|
|
||||||
|
|
||||||
#define bfd_stat_arch_elt(abfd, stat) \
|
#define bfd_stat_arch_elt(abfd, stat) \
|
||||||
BFD_SEND (abfd, _bfd_stat_arch_elt,(abfd, stat))
|
BFD_SEND (abfd, _bfd_stat_arch_elt,(abfd, stat))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user