diff options
author | Alan Modra <amodra@gmail.com> | 2000-05-14 11:48:42 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-05-14 11:48:42 +0000 |
commit | 4132022df14e11a413f383a14042b49c663979ba (patch) | |
tree | 56cd3af0ba7d1c1658adc090dce69e8b0aa15f99 /gas/ChangeLog | |
parent | e3a696124456c88ac2d10d7ae119b6375cf2a34f (diff) | |
download | gdb-4132022df14e11a413f383a14042b49c663979ba.zip gdb-4132022df14e11a413f383a14042b49c663979ba.tar.gz gdb-4132022df14e11a413f383a14042b49c663979ba.tar.bz2 |
Kazu Hirata's output reloc for mov.
Don't rely on short being 16 bits.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 65bbf5b..f12872d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +2000-05-14 Alan Modra <alan@linuxcare.com.au> + + * config/tc-h8300.c (do_a_fix_imm): Don't rely on `short' being 16 + bits. Instead explicitly mask and sign extend. Do the 8 bit mask + and sign extend without an if statement. + (build_bytes): Likewise. + +2000-05-14 Kazu Hirata <kazu@hxi.com> + + * config/tc-h8300.c (do_a_fix_imm): Output a reloc for no + X_add_symbol L_32 case. + 2000-05-14 David O'Brien <obrien@FreeBSD.org> * config/te-freebsd.h: New file. |