* bfd-in2.h, libbfd.h: Rebuilt.
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
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
+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 '_'.
(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.
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 */