aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-08-12 08:47:02 +0000
committerNick Clifton <nickc@redhat.com>2001-08-12 08:47:02 +0000
commit4ffadb11c84984e2470d3f7eb8551fd40e5dc1f7 (patch)
tree13d3cc65b361c86484d68709814f4e9fd772c0e8 /gas/ChangeLog
parentb9a8de1ea39d0e4fb34407388382f192f2304e80 (diff)
downloadgdb-4ffadb11c84984e2470d3f7eb8551fd40e5dc1f7.zip
gdb-4ffadb11c84984e2470d3f7eb8551fd40e5dc1f7.tar.gz
gdb-4ffadb11c84984e2470d3f7eb8551fd40e5dc1f7.tar.bz2
Fix behaviour of unaligned data directives
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f6295c2..8662929 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-12 TAKAI Kousuke <takai@vlsi.kuee.kyoto-u.ac.jp>
+
+ * config/tc-sparc.c (cons_fix_new_sparc): Move
+ `sparc_no_align_cons = 0;' to...
+ (s_uacons): ...here so that sparc_no_align_cons will get
+ cleared properly.
+
2001-08-11 Kazu Hirata <kazu@hxi.com>
* config/tc-mips.c: Fix a comment typo.