diff options
author | Steve Chamberlain <sac@cygnus> | 1992-08-05 19:05:21 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-08-05 19:05:21 +0000 |
commit | 62594bd73c50c5659908a3cf3387604352688b5a (patch) | |
tree | 2ca023a2be7501c641bb4f8f9a634c5929f853b3 /gas | |
parent | ee9d275b29f54966d7a52ce410bff7f194cd23c1 (diff) | |
download | gdb-62594bd73c50c5659908a3cf3387604352688b5a.zip gdb-62594bd73c50c5659908a3cf3387604352688b5a.tar.gz gdb-62594bd73c50c5659908a3cf3387604352688b5a.tar.bz2 |
* config/tc-m68k.c (md_pseudo_table): fix the .align thing
the right way; for just the 68k. Sun4 .align is nbytes, not ptwo.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1d2c245..5e46837 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 5 12:02:40 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * config/tc-m68k.c (md_pseudo_table): fix the .align thing + the right way; for just the 68k. Sun4 .align is nbytes, not ptwo. + Sat Aug 1 19:10:13 1992 Ken Raeburn (raeburn@cygnus.com) * config/tc-sparc.c (tc_aout_fix_to_chars): If pc-relative, take |