diff options
author | Nick Clifton <nickc@redhat.com> | 2004-08-13 19:53:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-08-13 19:53:52 +0000 |
commit | caa32fe507720347f37e2d060d64a89d96928db1 (patch) | |
tree | aa7df1d5f68e3c802562c84a7f3678e14c6b7616 /gas/ChangeLog | |
parent | a21de0dadf0ad4334afe22bc14ff1811b795190f (diff) | |
download | gdb-caa32fe507720347f37e2d060d64a89d96928db1.zip gdb-caa32fe507720347f37e2d060d64a89d96928db1.tar.gz gdb-caa32fe507720347f37e2d060d64a89d96928db1.tar.bz2 |
Add and handle new --alternate command line option.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bbd1ec2..f7df548 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +2004-08-13 Jan Beulich <jbeulich@novell.com> + Nick Clifton <nickc@redhat.com> + + * as.c: Add and handle new --alternate command line option. + * macro.c (macro_set_alternate): New. + * macro.h (macro_set_alternate): Declare. + * read.c: Add and handle new .altmacro and .noaltmacro directives. + * doc/as.texinfo: Document new command line option and pseudo-ops + as well as insert documentation originating from gasp about + alternate macro syntax. + * NEWS: Mention new command line option and pseudo-ops. + 2004-08-10 Mark Mitchell <mark@codesourcery.com> * expr.c (operand): Handle the "~", "-", and "!" operators applied |