diff options
author | Nick Clifton <nickc@redhat.com> | 1998-02-04 23:26:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-02-04 23:26:03 +0000 |
commit | da9a396b5fb46421e0f28f8aee238d32ce66372f (patch) | |
tree | f4fb1ef919850a32c6298d1af169191716129109 /gas | |
parent | 68d864d78690713c396eaed4040067504f2e4237 (diff) | |
download | gdb-da9a396b5fb46421e0f28f8aee238d32ce66372f.zip gdb-da9a396b5fb46421e0f28f8aee238d32ce66372f.tar.gz gdb-da9a396b5fb46421e0f28f8aee238d32ce66372f.tar.bz2 |
Applied patch submitted by Jamie Smith <jsmith@teknema.demon.co.uk> to fix
literal pool appearances instigated by macros.
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 6f0bfcd..f561b38 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Wed Feb 4 20:00:26 1998 James G. Smith <jsmith@teknema.demon.co.uk> + + * config/tc-arm.c: Rename arm_after_pass_hook() to arm_cleanup(). + + * config/tc-arm.h: Replace md_after_pass_hook definition with a + md_cleanup definition. This moves the forced literal output to + the end of the source pass, and avoids macro's inserting literals + into the code immediately after the macro expansion. + Wed Feb 4 13:17:19 1998 Ian Lance Taylor <ian@cygnus.com> * config/tc-sparc.h (tc_fix_adjustable) [OBJ_ELF]: A reloc against |