From: Doug Evans Date: Wed, 1 Jul 1998 19:40:56 +0000 (+0000) Subject: * config/tc-dvp.c (md_apply_fix3): Handle new relocs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9bae45781032fdb441bfafa310bc1deec0b136ed;p=binutils-gdb.git * config/tc-dvp.c (md_apply_fix3): Handle new relocs BFD_RELOC_MIPS_DVP_11_S4, BFD_RELOC_MIPS_DVP_U15_S3. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 3bac5cfef5a..0c65bd1d8b3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -147,6 +147,13 @@ Fri Jun 19 00:44:19 1998 Jeffrey A Law (law@cygnus.com) * config/tc-h8300.c (get_operand): Fix typos in ldm/stm support. +start-sanitize-sky +Fri Jun 19 00:04:26 1998 Doug Evans + + * config/tc-dvp.c (md_apply_fix3): Handle new relocs + BFD_RELOC_MIPS_DVP_11_S4, BFD_RELOC_MIPS_DVP_U15_S3. + +end-sanitize-sky start-sanitize-am33 Wed Jun 17 18:09:03 1998 Jeffrey A Law (law@cygnus.com)