aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-12-21 12:42:28 +0000
committerNick Clifton <nickc@redhat.com>1998-12-21 12:42:28 +0000
commit29388c252046e7aefdae2e6d4cd1d8377f0fb000 (patch)
tree08dd96d367fe02c8c37b3d2651b993868574c07a /gas/ChangeLog
parent6535b1df9239de0840ba3b05c11749a780a82399 (diff)
downloadgdb-29388c252046e7aefdae2e6d4cd1d8377f0fb000.zip
gdb-29388c252046e7aefdae2e6d4cd1d8377f0fb000.tar.gz
gdb-29388c252046e7aefdae2e6d4cd1d8377f0fb000.tar.bz2
Fix for PR18233, emit a NOP after a relaxable 16 bit insn so that optimised
insns will start on a 32 bit boundary.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index cbfb4e1..24f8515 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+1998-12-21 Nick Clifton <nickc@cygnus.com>
+
+ * config/tc-m32r.c (md_assemble): Emit a NOP after a relaxable 16
+ bit insn when optimizing, so that parallelised instructions will
+ start on a 32 bit boundary.
+
1998-12-19 Gavin Romig-Koch <gavin@cygnus.com>
* config/tc-mips.c (mips_eabi64): New.