From c47fc401369ad13912f3796387ef7f5da4387818 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 7 May 1996 06:47:56 +0000 Subject: [PATCH] * 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. --- gas/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 24a5ca0584..db0548cb55 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 * config/tc-arm.h (TC_HANDLES_FX_DONE): Define. -- 2.34.1