* 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.
This commit is contained in:
Jeff Law 1996-05-07 06:47:56 +00:00
parent 552c64ac4b
commit c47fc40136

View File

@ -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.