Ben Elliston
|
91610c0c67
|
* bucomm.c (display_target_list): Make local variable `a' to be of
type enum bfd_architecture. Thus no need to cast enums to int.
(display_info_table): Likewise.
|
2006-03-13 22:27:22 +00:00 |
|
H.J. Lu
|
77f762d6e4
|
2005-06-14 H.J. Lu <hongjiu.lu@intel.com>
PR 995
* ar.c (BUFSIZE): Moved to ...
* bucomm.h (BUFSIZE): Here.
* bucomm.c: Include <assert.h>.
(bfd_get_archive_filename): New.
* bucomm.h (bfd_get_archive_filename): New.
* objcopy.c (copy_unknown_object): New.
(copy_object): Use bfd_get_archive_filename when reporting input
error. Don't call fatal on unknown arch.
(copy_archive): Call copy_unknown_object on unknown format or
arch.
|
2005-06-14 13:26:42 +00:00 |
|
Nick Clifton
|
b43b5d5f76
|
Update FSF address
|
2005-05-08 14:17:41 +00:00 |
|
H.J. Lu
|
cba1200696
|
2005-04-29 H.J. Lu <hongjiu.lu@intel.com>
* bucomm.c: Undo the last change.
* bucomm.h: Likewise.
|
2005-04-29 16:49:20 +00:00 |
|
Ben Elliston
|
85b1c36d31
|
* ar.c (mri_mode): Make static.
* arsup.c (obfd, real_name, outfile): Likewise.
* binemul.c (ar_emul_create): Remove unused function.
(ar_emul_default_create): Likewise.
* binemul.h (ar_emul_create): Remove declaration.
(ar_emul_default_create): Likewise.
(struct bin_emulation_xfer_struct): Remove ar_create member.
* bucomm.c (report): Make static.
* bucomm.h (report): Remove declaration.
* cxxfilt.c (mbuffer): Make static.
(main): Use unsigned ints for some loop control variables.
* readelf.c: Make many global variables static.
* size.c (berkeley_format): Make static.
(long_options): Likewise.
* emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
structure initialiser.
(bin_aix5_emulation): Likewise.
* emul_vanilla.c (bin_vanilla_emulation): Likewise.
|
2005-04-29 00:03:33 +00:00 |
|
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 |
|
Nick Clifton
|
06d86cf78e
|
Move display_info() function into bucomm.c
|
2003-03-24 11:28:35 +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 |
|
Alan Modra
|
48417c1acc
|
* bucomm.c (list_supported_targets): Use bfd_target_list.
|
2002-10-15 11:34:01 +00:00 |
|
Alan Modra
|
b1f88ebebf
|
* bucomm.c: Replace CONST with const.
* nm.c: Likewise.
* objdump.c: Likewise.
|
2002-06-08 07:38:30 +00:00 |
|
Kazu Hirata
|
f462a9ea21
|
* addr2line.c: Fix formatting.
* ar.c: Likewise.
* arsup.c: Likewise.
* arsup.h: Likewise.
* binemul.c: Likewise.
* binemul.h: Likewise.
* bucomm.c: Likewise.
* coffdump.c: Likewise.
* coffgrok.c: Likewise.
* coffgrok.h: Likewise.
|
2002-05-19 16:17:54 +00:00 |
|
H.J. Lu
|
af667503bb
|
2001-11-29 H.J. Lu <hjl@gnu.org>
* bucomm.c (make_tempname): Revert the changes made on
2001-11-14 and 2001-11-12. They won't work with directories.
|
2001-11-29 18:51:21 +00:00 |
|
Nick Clifton
|
a6a256529f
|
Replace use of mkstemp with mkstemps, provided by libiberty.
|
2001-11-14 11:56:41 +00:00 |
|
Nick Clifton
|
7559e86e56
|
Use mkstemp in place of mktemp.
|
2001-11-12 16:17:39 +00:00 |
|
Alan Modra
|
451dad9c58
|
* bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
VA_CLOSE.
(non_fatal): Likewise.
* objdump.c (objdump_sprintf): Likewise.
* readelf.c (error): Likewise.
(warn): Likewise.
|
2001-09-26 01:55:19 +00:00 |
|
Alan Modra
|
2f83960e2c
|
* bucomm.c (list_supported_architectures): New function.
* bucomm.h (list_supported_architectures): Declare.
* objdump.c (usage): Call the above.
|
2001-07-29 05:31:43 +00:00 |
|
Nick Clifton
|
8c2bc6877d
|
Fix typos in ChangeLogs and update copyright notices
|
2001-03-13 06:43:59 +00:00 |
|
Nick Clifton
|
7340082dc8
|
Change bfd_target_vector from an array to a pointer
|
2001-02-07 23:16:22 +00:00 |
|
Alan Modra
|
a0c0ddf7e8
|
Revert incorrect 2000-06-25 patch.
|
2000-06-26 23:15:58 +00:00 |
|
Nick Clifton
|
307ff1df12
|
Advance past both parts of dos based <letter>: filepath prefix.
|
2000-06-25 16:30:27 +00:00 |
|
Alan Modra
|
2ab47eed68
|
Correct pointer comparisons relying on NULL less than any other pointer.
Alexander Aganichev's fix for ieee.c
|
2000-06-20 12:33:21 +00:00 |
|
Alan Modra
|
5af11cab92
|
Eli Zaretskii's DOSish file name patches.
|
2000-05-26 13:11:57 +00:00 |
|
Alan Modra
|
37cc8ec1be
|
A mostly cosmetic tidy up of warnings and error message reporting.
|
2000-04-07 04:34:50 +00:00 |
|
Richard Henderson
|
252b5132c7
|
19990502 sourceware import
|
1999-05-03 07:29:11 +00:00 |
|