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/bfd-in2.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/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index aac942f..688a40d 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2024,6 +2024,11 @@ to compensate for the borrow when the low bits are added. */ 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, /* i386/elf relocations */ @@ -2162,11 +2167,6 @@ field in the instruction. */ 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, /* Thumb 23-, 12- and 9-bit pc-relative branches. The lowest bit must be zero and is not stored in the instruction. */ |