* reloc.c: Add m32r relocs.

* bfd-in2.h, libbfd.h: Rebuilt.
This commit is contained in:
David Edelsohn 1996-09-12 18:56:14 +00:00
parent a57190924d
commit 3ebefb0701
3 changed files with 33 additions and 2 deletions

View 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

View 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.

View 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 */