diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-07-22 22:41:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-07-22 22:41:04 +0000 |
commit | 682992793181c3a8382dcf246aec484ca70a8861 (patch) | |
tree | da46424c6aa573aac406e6ef93be3b752dbad08a /gas/ChangeLog | |
parent | 88a25e44d3eb3292db533b1a5962e5fd63668d1d (diff) | |
download | gdb-682992793181c3a8382dcf246aec484ca70a8861.zip gdb-682992793181c3a8382dcf246aec484ca70a8861.tar.gz gdb-682992793181c3a8382dcf246aec484ca70a8861.tar.bz2 |
Tue Jul 22 18:38:56 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
* config/te-go32.h (USE_ALIGN_PTWO): Define.
* config/tc-i386.c (md_pseudo_table): If USE_ALIGN_PTWO is
defined, use s_align_ptwo for .align.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d202381..7c8d8c0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Tue Jul 22 18:38:56 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE> + + * config/te-go32.h (USE_ALIGN_PTWO): Define. + * config/tc-i386.c (md_pseudo_table): If USE_ALIGN_PTWO is + defined, use s_align_ptwo for .align. + Tue Jul 22 12:41:40 1997 Doug Evans <dje@canuck.cygnus.com> * config/tc-sparc.c (last_opcode): New static local. |