* elf32-mn10300.c (elf_mn10300_howto_table): Don't set partial-
authorJeff Law <law@redhat.com>
Fri, 6 Dec 1996 05:35:00 +0000 (05:35 +0000)
committerJeff Law <law@redhat.com>
Fri, 6 Dec 1996 05:35:00 +0000 (05:35 +0000)
        inplace for most relocs.

bfd/ChangeLog
bfd/elf32-mn10300.c

index d8a7ba2c31ce88ec47ce371b66591f50460ea9c7..05d42e3a5a850bd36a284f056881a0375926d34c 100644 (file)
@@ -1,3 +1,8 @@
+Thu Dec  5 22:29:18 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * elf32-mn10300.c (elf_mn10300_howto_table): Don't set partial-
+       inplace for most relocs.
+
 Thu Dec  5 13:24:46 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * elflink.h (elf_link_add_object_symbols): Calling check_relocs
index 6190f5d808eeb742a1596bd2a70bc07767ee9deb..333a265fe76db3878da2341039b87c8bfd2311e8 100644 (file)
@@ -75,7 +75,7 @@ static reloc_howto_type elf_mn10300_howto_table[] =
         complain_overflow_bitfield,
         bfd_elf_generic_reloc,
         "R_MN10300_32",
-        true,
+        false,
         0xffffffff,
         0xffffffff,
         false),
@@ -88,7 +88,7 @@ static reloc_howto_type elf_mn10300_howto_table[] =
         complain_overflow_bitfield,
         bfd_elf_generic_reloc,
         "R_MN10300_16",
-        true,
+        false,
         0xffff,
         0xffff,
         false),
@@ -101,7 +101,7 @@ static reloc_howto_type elf_mn10300_howto_table[] =
         complain_overflow_bitfield,
         bfd_elf_generic_reloc,
         "R_MN10300_8",
-        true,
+        false,
         0xff,
         0xff,
         false),
@@ -114,7 +114,7 @@ static reloc_howto_type elf_mn10300_howto_table[] =
         complain_overflow_bitfield,
         bfd_elf32_mn10300_reloc,
         "R_MN10300_32B",
-        true,
+        false,
         0xffffffff,
         0xffffffff,
         false),
@@ -127,7 +127,7 @@ static reloc_howto_type elf_mn10300_howto_table[] =
         complain_overflow_bitfield,
         bfd_elf32_mn10300_reloc,
         "R_MN10300_16B",
-        true,
+        false,
         0xffff,
         0xffff,
         false),