From: H.J. Lu Date: Sun, 3 Sep 2000 02:57:52 +0000 (+0000) Subject: 2000-09-02 H.J. Lu X-Git-Tag: newlib-1_9_0~1016 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d96075c0c800bdf44c57a02bbe3d434caf4c97f;p=platform%2Fupstream%2Fbinutils.git 2000-09-02 H.J. Lu * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT, BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH section. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5bb6085..3a967f7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2000-09-02 H.J. Lu + + * reloc.c (BFD_RELOC_SH_COPY, BFD_RELOC_SH_GLOB_DAT, + BFD_RELOC_SH_JMP_SLOT, BFD_RELOC_SH_RELATIVE, + BFD_RELOC_SH_GOTPC): Move them from the MIPS section to the SH + section. + 2000-09-02 Jason Eckhardt * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro. diff --git a/bfd/reloc.c b/bfd/reloc.c index 06da4d2..b8779f5 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2053,17 +2053,6 @@ ENUMX ENUMX BFD_RELOC_MIPS_GOT_DISP COMMENT -ENUMX - BFD_RELOC_SH_COPY -ENUMX - BFD_RELOC_SH_GLOB_DAT -ENUMX - BFD_RELOC_SH_JMP_SLOT -ENUMX - BFD_RELOC_SH_RELATIVE -ENUMX - BFD_RELOC_SH_GOTPC -COMMENT ENUMDOC MIPS ELF relocations. @@ -2318,6 +2307,16 @@ ENUMX BFD_RELOC_SH_LOOP_START ENUMX BFD_RELOC_SH_LOOP_END +ENUMX + BFD_RELOC_SH_COPY +ENUMX + BFD_RELOC_SH_GLOB_DAT +ENUMX + BFD_RELOC_SH_JMP_SLOT +ENUMX + BFD_RELOC_SH_RELATIVE +ENUMX + BFD_RELOC_SH_GOTPC ENUMDOC Hitachi SH relocs. Not all of these appear in object files.