diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-02 20:33:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-02 20:33:48 +0000 |
commit | 7a6cc5fb0c6a410afb1a424ed5c647380bcf68d3 (patch) | |
tree | a682f13a2110eb4fa1db0b89adb53a8d007a7a06 /bfd/libbfd.h | |
parent | a092b084322453a828644233b611471d04061a37 (diff) | |
download | gdb-7a6cc5fb0c6a410afb1a424ed5c647380bcf68d3.zip gdb-7a6cc5fb0c6a410afb1a424ed5c647380bcf68d3.tar.gz gdb-7a6cc5fb0c6a410afb1a424ed5c647380bcf68d3.tar.bz2 |
Add .gnu.linkobce.wi. to the list of debug section names.
Update generated files
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index b09c0ca..ecdb20f 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -705,6 +705,11 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_MIPS_GOT_PAGE", "BFD_RELOC_MIPS_GOT_OFST", "BFD_RELOC_MIPS_GOT_DISP", + "BFD_RELOC_SH_COPY", + "BFD_RELOC_SH_GLOB_DAT", + "BFD_RELOC_SH_JMP_SLOT", + "BFD_RELOC_SH_RELATIVE", + "BFD_RELOC_SH_GOTPC", "BFD_RELOC_386_GOT32", "BFD_RELOC_386_PLT32", @@ -813,11 +818,6 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_SH_LABEL", "BFD_RELOC_SH_LOOP_START", "BFD_RELOC_SH_LOOP_END", - "BFD_RELOC_SH_COPY", - "BFD_RELOC_SH_GLOB_DAT", - "BFD_RELOC_SH_JMP_SLOT", - "BFD_RELOC_SH_RELATIVE", - "BFD_RELOC_SH_GOTPC", "BFD_RELOC_THUMB_PCREL_BRANCH9", "BFD_RELOC_THUMB_PCREL_BRANCH12", "BFD_RELOC_THUMB_PCREL_BRANCH23", |