diff options
author | Phil Blundell <philb@gnu.org> | 2000-05-29 18:48:26 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-05-29 18:48:26 +0000 |
commit | a81d9f0ccc9ff6d98438a4e39d58f9ba9fbbf64c (patch) | |
tree | fcb7b4674f87a48400574f87f747ae4aec75aceb /gas | |
parent | 8c763017d2dd2c638aa46231a3a76996c1cd8be8 (diff) | |
download | gdb-a81d9f0ccc9ff6d98438a4e39d58f9ba9fbbf64c.zip gdb-a81d9f0ccc9ff6d98438a4e39d58f9ba9fbbf64c.tar.gz gdb-a81d9f0ccc9ff6d98438a4e39d58f9ba9fbbf64c.tar.bz2 |
2000-05-29 Philip Blundell <philb@gnu.org>
* doc/as.texinfo: (Local Labels): Delete misplaced mention of ARM.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 1 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index aada697..93084bd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,7 @@ 2000-05-29 Philip Blundell <philb@gnu.org> * doc/as.texinfo: Update copyright dates. + (Local Labels): Delete misplaced mention of ARM. * NEWS: Mention ARM ELF support. 2000-05-27 Alexandre Oliva <aoliva@cygnus.com> diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index fa272f1..20efcd3 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -1194,9 +1194,6 @@ target is allowed to redefine the local label prefix. @ifset HPPA On the HPPA local labels begin with @samp{L$}. @end ifset -@ifset ARM -@samp{;} for the ARM family; -@end ifset @node M @section Assemble in MRI Compatibility Mode: @code{-M} |