diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-14 15:12:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-14 15:12:07 +0000 |
commit | b5e2a4f34a1f5abc0bce6223909b7cee7d985d74 (patch) | |
tree | 5081a488504ca6e526dc206c3fb23ba3440d4421 /binutils/objdump.c | |
parent | e92290077e7e18cad89152837e3567eb0f07e06d (diff) | |
download | gdb-b5e2a4f34a1f5abc0bce6223909b7cee7d985d74.zip gdb-b5e2a4f34a1f5abc0bce6223909b7cee7d985d74.tar.gz gdb-b5e2a4f34a1f5abc0bce6223909b7cee7d985d74.tar.bz2 |
Replace 'gnu-new-abi' with 'gnu-v3'
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index 2687b6e..ff1778e 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -3,21 +3,21 @@ 2000, 2001, 2002 Free Software Foundation, Inc. -This file is part of GNU Binutils. + This file is part of GNU Binutils. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bfd.h" #include "progress.h" @@ -199,7 +199,7 @@ usage (stream, status) -l, --line-numbers Include line numbers and filenames in output\n\ -C, --demangle[=STYLE] Decode mangled/processed symbol names\n\ The STYLE, if specified, can be `auto', 'gnu',\n\ - 'lucid', 'arm', 'hp', 'edg', or 'gnu-new-abi'\n\ + 'lucid', 'arm', 'hp', 'edg', or 'gnu-v3'\n\ -w, --wide Format output for more than 80 columns\n\ -z, --disassemble-zeroes Do not skip blocks of zeroes when disassembling\n\ --start-address=ADDR Only process data whoes address is >= ADDR\n\ |