diff options
author | Jeff Law <law@redhat.com> | 1996-05-07 06:47:56 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-05-07 06:47:56 +0000 |
commit | c47fc401369ad13912f3796387ef7f5da4387818 (patch) | |
tree | 945a40c408b9f6f378e922fe424104340576c212 /gas | |
parent | 552c64ac4b5d7495f6dbc28af526ae645c3401cf (diff) | |
download | gdb-c47fc401369ad13912f3796387ef7f5da4387818.zip gdb-c47fc401369ad13912f3796387ef7f5da4387818.tar.gz gdb-c47fc401369ad13912f3796387ef7f5da4387818.tar.bz2 |
* config/tc-h8300.c (do_a_fix_imm): Rename last argument to
"relaxmode". Output relocs which identify various relaxing
possibilities for mov.[bwl] instructions.
(build_bytes): Pass in a relaxing mode to do_a_fix_imm.
So the linker can identify more potential relaxations. HMSE.
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 24a5ca0..db0548c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Tue May 7 00:49:58 1996 Jeffrey A Law (law@cygnus.com) + + * config/tc-h8300.c (do_a_fix_imm): Rename last argument to + "relaxmode". Output relocs which identify various relaxing + possibilities for mov.[bwl] instructions. + (build_bytes): Pass in a relaxing mode to do_a_fix_imm. + Mon May 6 15:26:28 1996 Doug Evans <dje@canuck.cygnus.com> * config/tc-arm.h (TC_HANDLES_FX_DONE): Define. |