diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-18 22:16:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-18 22:16:18 +0000 |
commit | 6df3c45f79c98a397e20edcdf68151d5888412b7 (patch) | |
tree | 2fc5b1e068cd3bc58765ff2d3334bd31986667f7 /gas/ChangeLog | |
parent | 55e6f0bf327ea57ae19cd193cda3537712905651 (diff) | |
download | gdb-6df3c45f79c98a397e20edcdf68151d5888412b7.zip gdb-6df3c45f79c98a397e20edcdf68151d5888412b7.tar.gz gdb-6df3c45f79c98a397e20edcdf68151d5888412b7.tar.bz2 |
Proced error messages when special data are relocations are used on
instructions which do not support them.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e86c6e7..af553d1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -2,6 +2,8 @@ Thu Sep 18 14:11:56 1997 Nick Clifton <nickc@cygnus.com> * config/tc-v850.c (md_assemble): Cope with a zero data area relocation with a constant offset. + (md_assemble): Produce error message when special data area + relocations are used on instructions which do not support them. Thu Sep 18 11:24:01 1997 Doug Evans <dje@canuck.cygnus.com> |