Nick Clifton
|
f24ddbddc5
|
Use consistent error messages for missing files.
Detect directories where an ordinary file is expected.
|
2003-11-07 12:19:34 +00:00 |
Andreas Jaeger
|
2da42df615
|
* addr2line.c: Convert to ISO C90 prototypes, change PTR, remove
unneeded (void *) casts.
* ar.c: Likewise.
* arlex.l: Likewise.
* arparse.y: Likewise.
* arsup.c: Likewise.
* binemul.c: Likewise.
* binemul.h: Likewise.
* bucomm.c: Likewise.
* bucomm.h: Likewise.
* budbg.h: Likewise.
* budemang.c: Likewise.
* budemang.h: Likewise.
* coffdump.c: Likewise.
* coffgrok.c: Likewise.
* cxxfilt.c: Likewise.
* debug.c: Likewise.
* debug.h: Likewise.
* deflex.l: Likewise.
* dlltool.c: Likewise.
* dlltool.h: Likewise.
* dllwrap.c: Likewise.
* emul_aix.c: Likewise.
* filemode.c: Likewise.
* ieee.c: Likewise.
* nlmconv.c: Likewise.
* nlmconv.h: Likewise.
* nlmheader.y: Likewise.
* nm.c: Likewise.
* prdbg.c: Likewise.
* rclex.l: Likewise.
* rcparse.y: Likewise.
* rdcoff.c: Likewise.
* rddbg.c: Likewise.
* rename.c: Likewise.
* resbin.c: Likewise.
* rescoff.c: Likewise.
* resrc.c: Likewise.
* size.c: Likewise.
* srconv.c: Likewise.
* stabs.c: Likewise.
* strings.c: Likewise.
* sysdump.c: Likewise.
* sysinfo.y: Likewise.
* syslex.l: Likewise.
* unwind-ia64.c: Likewise.
* unwind-ia64.h: Likewise.
* version.c: Likewise.
* windres.c: Likewise.
* windres.h: Likewise.
* winduni.c: Likewise.
* wrstabs.c: Likewise.
|
2003-09-14 12:20:17 +00:00 |
Alan Modra
|
b34976b65a
|
s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
|
2002-11-30 08:39:46 +00:00 |
Nick Clifton
|
92acdfaf32
|
Fix typo describing switch for hex format.
|
2002-11-23 08:01:51 +00:00 |
Kazu Hirata
|
9f66665ac5
|
* size.c: Fix formatting.
* srconv.c: Likewise.
* stabs.c: Likewise.
* sysdump.c: Likewise.
* unwind-ia64.c: Likewise.
* wrstabs.c: Likewise.
|
2002-05-24 00:33:36 +00:00 |
Alan Modra
|
6b52b82468
|
* size.c (display_archive): Add last_arfile and code to close archives.
|
2002-05-04 01:31:50 +00:00 |
Daniel Jacobowitz
|
d7a283d444
|
2002-01-29 Daniel Jacobowitz <drow@mvista.com>
* objdump.c: Include "getopt.h" after "bucomm.h" so that
__GNU_LIBRARY__ will be defined.
* size.c: Likewise.
|
2002-01-29 16:46:37 +00:00 |
Nick Clifton
|
15c82623b1
|
Add --totals option to size
|
2002-01-25 15:37:04 +00:00 |
Nick Clifton
|
8b53311e10
|
Tidy up formatting of --help output.
|
2002-01-23 16:12:56 +00:00 |
Thiemo Seufer
|
65de42c0f9
|
* addr2line.c (main): Protoype.
* ar.c (main): Protoype.
* nm.c (main): Protoype.
* objcopy.c (main): Protoype.
* objdump.c (main): Protoype.
* size.c (main): Protoype.
* strings.c (main): Protoype.
* gasp.c (main): Protoype.
|
2001-12-18 08:22:30 +00:00 |
H.J. Lu
|
3882b01078
|
Locale changes from Bruno Haible <haible@clisp.cons.org>.
|
2001-09-19 05:33:36 +00:00 |
Nick Clifton
|
8c2bc6877d
|
Fix typos in ChangeLogs and update copyright notices
|
2001-03-13 06:43:59 +00:00 |
Alan Modra
|
e3a6961244
|
Accept and ignore -f command line option.
Improve usage message.
|
2000-05-14 10:40:48 +00:00 |
Alan Modra
|
37cc8ec1be
|
A mostly cosmetic tidy up of warnings and error message reporting.
|
2000-04-07 04:34:50 +00:00 |
Alan Modra
|
8ad3436c79
|
Move translated part of bug report string back into .c files so
xgettext can find it. Regnerate .pot files.
|
2000-04-04 14:32:35 +00:00 |
H.J. Lu
|
a9273d78af
|
2000-04-03 H.J. Lu (hjl@gnu.org)
* size.c (usage): Use REPORT_BUGS_TO.
|
2000-04-03 17:17:36 +00:00 |
Ian Lance Taylor
|
b4c96d0d37
|
* Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
as appropriate. Add variable initializations. Add casts.
* objdump.c (disassemble_bytes): Change j to bfd_vma.
* readelf.c (process_syminfo): Change i to unsigned int.
(display_debug_info): Change abbrev_number to unsigned long.
(process_mips_specific): Change fcnt to size_t.
|
1999-07-11 20:02:30 +00:00 |
Richard Henderson
|
252b5132c7
|
19990502 sourceware import
|
1999-05-03 07:29:11 +00:00 |