Jeffrey Osier
1889f66266
* c++filt.1: fixed %^*(^% typo
34 years ago
Ken Raeburn
d34c55c6e1
hack backquoted command in Makefile.in to always have zero exit status
34 years ago
Jeffrey Osier
3ac620d408
* Makefile.in: added c++filt and objcopy to MANPAGES variable
* .Sanitize: keep c++filt.1 and objcopy.1
34 years ago
David D. Zuhn
5a07035505
rename LOADLIBES to EXTRALIBS
34 years ago
Jeffrey Osier
08ad992164
* c++filt.1, objcopy.1: new man pages
34 years ago
Jeffrey Osier
38e799d231
binutils.texi: put in zoo's info-dir entry stuff (it's cleaner)
34 years ago
Jeffrey Osier
5eac46ae03
binutils.texi: final tweaks for c++filt chapter
34 years ago
Rob Savoye
4cf03eb2e7
Add an install-info target too.
34 years ago
Rob Savoye
ece87dfb94
Add info target.
34 years ago
Per Bothner
a9f5cf7be2
* Makefile.in (install): Also install ar and ranlib in
$(tooldir)/bin; needed for building libgcc.a.
* objdump.c (objdump_print_address): Fix the check
"coincidental" label matches by dis-allowing undefined
or com symbols.
34 years ago
Rob Savoye
47a488df26
Add a blank install target so the top level makefile won't die.
34 years ago
Jeffrey Osier
6c69b6bde1
* biutils.texi: revised c++filt chapter
34 years ago
K. Richard Pixley
87756e15db
added things-to-lose sections
34 years ago
Ian Lance Taylor
4447efa217
* Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.
34 years ago
Rob Savoye
b64d5e491a
configure.in template that supports *only* make check. (for releases)
34 years ago
Rob Savoye
2a775d5158
Makefile fragment that supports *only* make check. (for releases)
34 years ago
Ken Raeburn
875607cb0d
elf32 updates
34 years ago
Ken Raeburn
f50af42bbf
Makefile.in (DISTSTUFF): Don't build binutils.mm.
objdump.c (slurp_symtab): Print warning for bad symbol table.
34 years ago
David D. Zuhn
8a6d5d4f93
INFO-DIR-ENTRY formatting tweaks
34 years ago
David MacKenzie
6cfbdb50e6
Move printing from bfd to nm and add POSIX and SysV compatibility.
34 years ago
David MacKenzie
386803c0be
Improve error messages.
34 years ago
Ian Lance Taylor
efc7599b10
lib directory is no longer present
34 years ago
Roland Pesch
e32341a77c
Minor cleanups to c++filt node, and copyright dates.
34 years ago
Per Bothner
b6216af269
* Makefile.in (underscore.c): Automatically generate
(using nm) a file with the variable prepends_underscore.
* Makefile.in (c++filt): Link underscore.o with cplus-dem.o
so that initial underscores get removed iff appropriate.
* binutils.texi: Preliminary documentation for c++filt.
* Makefile.in, binutils.texi: Set to version 2.2.
34 years ago
Per Bothner
20e54bf2c2
* NEWS: Mention copy->objcopy renaming and new c++filt program.
34 years ago
Ian Lance Taylor
df14d9573c
* objcopy.c: Renamed from copy.c, updated comments accordingly.
* Makefile.in, binutils.texi: Renamed copy to objcopy.
* is-strip.c, maybe-strip.c, not-strip.c: Updated comments for
rename of copy to objcopy.
34 years ago
Per Bothner
1269d44115
* binutils.texi (strip, -v option): Fix typo.
34 years ago
Ian Lance Taylor
9fd2cc00be
* Makefile.in (RUNTEST): Define.
(FLAGS_TO_PASS): Pass down RUNTEST.
34 years ago
Per Bothner
f6dddd4e1d
* Makefile.in: Change definition of $(tooldir) to match FSF.
34 years ago
David MacKenzie
c3f471a401
Fix typo.
34 years ago
David MacKenzie
690f0433d0
Had a duplicate listing for -v.
34 years ago
David MacKenzie
4d9b5d5a33
Fix up usage summaries and examples. Document a few missing options.
34 years ago
David MacKenzie
be64eeae07
More fixes to usage messages.
34 years ago
David MacKenzie
1f72cab137
Document missing options. Use -- instead of + for long options.
34 years ago
David MacKenzie
3602ba8163
Add hyphens in usage messages.
34 years ago
David MacKenzie
d244269886
Clean up usage messages and option parsers.
Add program name to some error messages.
34 years ago
David MacKenzie
b703c078e2
Fix use of @dots and strip usage message.
34 years ago
David MacKenzie
ec40bbb87f
Clean up English and Texinfo usage.
34 years ago
Steve Chamberlain
6f57570423
Support for the SH.
34 years ago
Rob Savoye
fff5d9ed97
Remove so cvs -P will work right.
34 years ago
Rob Savoye
fc81b8baaa
Moved the only file to dejagnu/lib, so this is empty.
34 years ago
Rob Savoye
a0aabdf178
Moved to dejagnu/lib since it's now real generic.
34 years ago
Rob Savoye
e0ba174efd
Updated since all the init module names changed.
34 years ago
Rob Savoye
11fdc75ce6
hange nm.all to binutils.all. Remove chill stuff.
34 years ago
Rob Savoye
fdee169611
Add testsuite directory.
34 years ago
Rob Savoye
39287eb73f
* Makefile.in: Added FLAGS_TO_PASS so tests get run on freshly
built binaries if they exist. (otherwise the path)
34 years ago
Rob Savoye
0fd9814fe5
Mostly cleanup. Doesn't prints it's own pass/fail message anymore.
34 years ago
Rob Savoye
9ef534b90d
Gets names to test from higher level makefile.
34 years ago
Ian Lance Taylor
545a27683e
Please don't add declarations of random system functions to general
source files if you can possibly avoid it. They inevitably fail on
some system somewhere.
* objdump.c: Removed useless fprintf declaration.
34 years ago
Rob Savoye
a54a5a9ebc
Rename to util-defs.exp and turn into generic procedures.
34 years ago