* reloc.c: Add m32r relocs.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 12 Sep 1996 18:56:14 +0000 (18:56 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 12 Sep 1996 18:56:14 +0000 (18:56 +0000)
* bfd-in2.h, libbfd.h: Rebuilt.

bfd/.Sanitize
bfd/ChangeLog
bfd/bfd-in2.h

index 78022f8a93cc9438251f5b5cefb0ed5d5246f11b..1df4a0cd06b139951845cd07a572a67717784c6e 100644 (file)
@@ -31,6 +31,14 @@ else
        lose_these_too="${d10v_files} ${lose_these_too}"
 fi
 
+m32r_files="cpu-m32r.c elf32-m32r.c"
+
+if ( echo $* | grep keep\-m32r > /dev/null ) ; then
+       keep_these_too="${m32r_files} ${keep_these_too}"
+else
+       lose_these_too="${m32r_files} ${lose_these_too}"
+fi
+
 v850_files="cpu-v850.c elf32-v850.c"
 
 if ( echo $* | grep keep\-v850 > /dev/null ) ; then
@@ -333,7 +341,7 @@ else
        done
 fi
 
-m32r_files="ChangeLog Makefile.in archures.c config.bfd configure.in configure elf.c targets.c"
+m32r_files="ChangeLog Makefile.in config.bfd configure.in configure elf.c archures.c reloc.c targets.c bfd-in2.h libbfd.h"
 if ( echo $* | grep keep\-m32r > /dev/null ) ; then
        for i in $m32r_files ; do
                if test ! -d $i && (grep sanitize-m32r $i > /dev/null) ; then
index a89593d2a84dc531d75ca57ec202ab82be4f0451..0d372c314c9a048e5ca16cf0ca233545b7b1b755 100644 (file)
@@ -1,3 +1,10 @@
+start-sanitize-m32r
+Thu Sep 12 11:45:57 1996  Doug Evans  <dje@seba.cygnus.com>
+
+       * reloc.c: Add m32r relocs.
+       * bfd-in2.h, libbfd.h: Rebuilt.
+end-sanitize-m32r
+
 Thu Sep 12 11:10:05 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * ieee.c (ieee_vec): Set symbol_leading_char field to '_'.
@@ -95,7 +102,7 @@ Tue Sep 10 16:18:30 1996  Fred Fish  <fnf@cygnus.com>
        (copy_name): Ditto.
        * syms.c (coff_section_type): Ditto.
        
-start-sanitize-m324
+start-sanitize-m32r
 Mon Sep  9 22:36:01 1996  Jeffrey A Law  (law@cygnus.com)
 
        * bfd-in2.h: Rebuilt after m32r changes.
index a5a3c2c8733962b598b32d964735c3200a34fb1e..73685291ebb1b685e1efc120684b23848a5f8da2 100644 (file)
@@ -1832,6 +1832,22 @@ assumed to be 0. */
   BFD_RELOC_D10V_18_PCREL,
 /* end-sanitize-d10v */
 
+/* start-sanitize-m32r */
+
+/* Mitsubishi M32R relocs.
+This is a 10-bit reloc with the right 2 bits assumed to be 0. */
+  BFD_RELOC_M32R_10_PCREL,
+
+/* This is an 18-bit reloc with the right 2 bits assumed to be 0. */
+  BFD_RELOC_M32R_18_PCREL,
+
+/* This is an 26-bit reloc with the right 2 bits assumed to be 0. */
+  BFD_RELOC_M32R_26_PCREL,
+
+/* This is a 24 bit reloc. */
+  BFD_RELOC_M32R_24,
+/* end-sanitize-m32r */
+
 /* start-sanitize-v850 */
 
 /* This is a 9-bit reloc */