diff options
author | Martin Hunt <hunt@redhat.com> | 1997-03-25 22:49:26 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1997-03-25 22:49:26 +0000 |
commit | 710fdf47358a49d3cae6237ebcc0350570aba4e2 (patch) | |
tree | 38bc934ce59930dfb61722519358b80e6b68a9b2 /gas | |
parent | 6717fb0de0753a88caf6ddb11b81134f754337d2 (diff) | |
download | gdb-710fdf47358a49d3cae6237ebcc0350570aba4e2.zip gdb-710fdf47358a49d3cae6237ebcc0350570aba4e2.tar.gz gdb-710fdf47358a49d3cae6237ebcc0350570aba4e2.tar.bz2 |
Tue Mar 25 14:45:54 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* config/tc-d30v.c (md_assemble): If two instructions
are supposed to be assembled in parallel and the first one is
long, print an error and stop.
(md_apply_fix3): Don't calculate absolute relocs. Just write
them out.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c359b9d..b2a7559 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +start-sanitize-d30v +Tue Mar 25 14:45:54 1997 Martin M. Hunt <hunt@pizza.cygnus.com> + + * config/tc-d30v.c (md_assemble): If two instructions + are supposed to be assembled in parallel and the first one is + long, print an error and stop. + (md_apply_fix3): Don't calculate absolute relocs. Just write + them out. + +end-sanitize-d30v Mon Mar 24 12:11:18 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-i386.h (iclrKludge): Define. |