diff options
author | Martin Hunt <hunt@redhat.com> | 1996-09-07 00:12:56 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1996-09-07 00:12:56 +0000 |
commit | 5e6c6406e6dc0b5a3f5c44cbc3ebe0e67def9069 (patch) | |
tree | f152119739c4354f4a07ca656e5419d3cfa37e64 /gas | |
parent | 9c85b19ddf298f501827d660f8fb044c2550a514 (diff) | |
download | gdb-5e6c6406e6dc0b5a3f5c44cbc3ebe0e67def9069.zip gdb-5e6c6406e6dc0b5a3f5c44cbc3ebe0e67def9069.tar.gz gdb-5e6c6406e6dc0b5a3f5c44cbc3ebe0e67def9069.tar.bz2 |
Fri Sep 6 17:07:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* config/tc-d10v.c (d10v_dot_word): New function to support
"@word" with the word pseudo-op.
(md_apply_fix3): Cleanup and changes to support correct sizes
for 16 and 18-bit relocs.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a6e7512..1da7db5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +start-sanitize-d10v +Fri Sep 6 17:07:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com> + + * config/tc-d10v.c (d10v_dot_word): New function to support + "@word" with the word pseudo-op. + (md_apply_fix3): Cleanup and changes to support correct sizes + for 16 and 18-bit relocs. + +end-sanitize-d10v Fri Sep 6 16:00:29 1996 Doug Evans <dje@canuck.cygnus.com> * configure.in (sparc-*-aout): Set `em'. |