aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-01-23 01:54:39 +0000
committerNick Clifton <nickc@redhat.com>1998-01-23 01:54:39 +0000
commitf7124cf258aeca4e64c1fbaa15c0cabbe2b39a59 (patch)
tree27240e9e642d36fe11b138f628fc9b731fc5efca
parent78e95c8c0d4f478b3fac60f377b63ebbbc17f1d9 (diff)
downloadgdb-f7124cf258aeca4e64c1fbaa15c0cabbe2b39a59.zip
gdb-f7124cf258aeca4e64c1fbaa15c0cabbe2b39a59.tar.gz
gdb-f7124cf258aeca4e64c1fbaa15c0cabbe2b39a59.tar.bz2
Add support for swapping the fixups when insn are swapped.
-rw-r--r--gas/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0d10233..0e7a26a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,14 @@
+Thu Jan 22 17:51:44 1998 Nick Clifton <nickc@cygnus.com>
+
+start-sanitize-m32rx
+ * config/tc-m32r.c: Add support for swapping fixups of swap
+ instructions.
+end-sanitize-m32rx
+ * cgen.c (cgen_save_fixups, cgen_restore_fixups,
+ cgen_swap_fixups): Functions to save, restore and swap the fixup
+ chain with a backup copy.
+ (cgen_asm_finish_insn): Returns address of constructed insn.
+
Wed Jan 21 16:49:10 1998 Richard Henderson <rth@cygnus.com>
* listing.c (file_info_struct): Remove FILE, add POS.