diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-12 08:47:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-12 08:47:02 +0000 |
commit | 4ffadb11c84984e2470d3f7eb8551fd40e5dc1f7 (patch) | |
tree | 13d3cc65b361c86484d68709814f4e9fd772c0e8 /gas/ChangeLog | |
parent | b9a8de1ea39d0e4fb34407388382f192f2304e80 (diff) | |
download | gdb-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/ChangeLog | 7 |
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. |