diff options
author | Doug Evans <dje@google.com> | 1998-07-01 19:40:56 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-07-01 19:40:56 +0000 |
commit | 9bae45781032fdb441bfafa310bc1deec0b136ed (patch) | |
tree | 4328e2ac82b8a8c7efaeb9594fad0e0e3e7527c1 /gas | |
parent | 3c88e9a988a190cf28b1d63d232781e40fe67d26 (diff) | |
download | gdb-9bae45781032fdb441bfafa310bc1deec0b136ed.zip gdb-9bae45781032fdb441bfafa310bc1deec0b136ed.tar.gz gdb-9bae45781032fdb441bfafa310bc1deec0b136ed.tar.bz2 |
* config/tc-dvp.c (md_apply_fix3): Handle new relocs
BFD_RELOC_MIPS_DVP_11_S4, BFD_RELOC_MIPS_DVP_U15_S3.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3bac5cf..0c65bd1 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 <devans@seba.cygnus.com> + + * 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) |