diff options
author | Jeff Law <law@redhat.com> | 1998-03-22 20:01:56 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-03-22 20:01:56 +0000 |
commit | 721232f36c0c8c874a2564cfbc9517c4934d483a (patch) | |
tree | 9d91a33e22a9a470fd6f303fe2726ed9fb28a89f /bfd | |
parent | 98f699f653dd800c0fbcdfe14633adba7aefc53e (diff) | |
download | gdb-721232f36c0c8c874a2564cfbc9517c4934d483a.zip gdb-721232f36c0c8c874a2564cfbc9517c4934d483a.tar.gz gdb-721232f36c0c8c874a2564cfbc9517c4934d483a.tar.bz2 |
* elf32-mips.c (R_MIPS15_S3): New relocation type.
(elf_mips_howto_table): Add R_MIPS15_S3.
(mips_reloc_map): Map BFD_RELOC_MIPS15_S3 to R_MIPS15_S3.
* reloc.c (BFD_RELOC_MIPS15_S3): New relocation type.
* bfd-in2.h, libbfd.h: Rebuilt.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 005f082..d40292f 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -350,7 +350,7 @@ else done fi -r5900_files="ChangeLog config.bfd archures.c bfd-in2.h cpu-mips.c" +r5900_files="ChangeLog config.bfd archures.c bfd-in2.h cpu-mips.c elf32-mips.c libbfd.h reloc.c" if ( echo $* | grep keep\-r5900 > /dev/null ) ; then for i in $r5900_files ; do if test ! -d $i && (grep sanitize-r5900 $i > /dev/null) ; then |