diff options
author | Nick Clifton <nickc@redhat.com> | 1998-11-19 23:03:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-11-19 23:03:04 +0000 |
commit | d2e2384b83e9027b9bedffbd58e8ef28c36147c6 (patch) | |
tree | 33aeddfb9234fe7759eb398c7643a011ee128042 | |
parent | 94a919180a0373529f4adbe529e3360b079eb435 (diff) | |
download | gdb-d2e2384b83e9027b9bedffbd58e8ef28c36147c6.zip gdb-d2e2384b83e9027b9bedffbd58e8ef28c36147c6.tar.gz gdb-d2e2384b83e9027b9bedffbd58e8ef28c36147c6.tar.bz2 |
Add support for -marm6xxx and -marm7xxx command line switches
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index baf38f9..31875af 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 19 15:01:29 1998 Nick Clifton <nickc@cygnus.com> + + * config/tc-arm.c (md_parse_option): Add support for -marm7xxx and + -marm6xxx command line switches. + 1998-11-18 Doug Evans <devans@casey.cygnus.com> * Makefile.am (DEP): Use $(srcdir)/../mkdep. |