2000-09-02 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 3 Sep 2000 02:57:52 +0000 (02:57 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 3 Sep 2000 02:57:52 +0000 (02:57 +0000)
* 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.

bfd/ChangeLog
bfd/reloc.c

index 5bb60854b216965d77d017d5abff51595849bca5..3a967f750d7af4241e61b84e43206a9254686ee8 100644 (file)
@@ -1,3 +1,10 @@
+2000-09-02  H.J. Lu  <hjl@gnu.org>
+
+       * 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  <jle@cygnus.com>
 
        * elf32-i860.c (bfd_elf32_bfd_is_local_label_name): Define macro.
index 06da4d2b010b48cc3805ed56d3476279e77563a2..b8779f58375ca54fd6690471d6b69e6e26183c12 100644 (file)
@@ -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.
 
This page took 0.034388 seconds and 4 git commands to generate.