summaryrefslogtreecommitdiff
path: root/binutils/bucomm.c
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent error messages for missing files.Nick Clifton2003-11-071-0/+25
| | | | Detect directories where an ordinary file is expected.
* * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger2003-09-141-37/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Move display_info() function into bucomm.cNick Clifton2003-03-241-2/+205
|
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-2/+2
| | | | comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
* * bucomm.c (list_supported_targets): Use bfd_target_list.Alan Modra2002-10-151-4/+6
|
* * bucomm.c: Replace CONST with const.Alan Modra2002-06-081-5/+5
| | | | | * nm.c: Likewise. * objdump.c: Likewise.
* * addr2line.c: Fix formatting.Kazu Hirata2002-05-191-1/+1
| | | | | | | | | | | | * 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.
* 2001-11-29 H.J. Lu <hjl@gnu.org>H.J. Lu2001-11-291-5/+2
| | | | | * bucomm.c (make_tempname): Revert the changes made on 2001-11-14 and 2001-11-12. They won't work with directories.
* Replace use of mkstemp with mkstemps, provided by libiberty.Nick Clifton2001-11-141-2/+5
|
* Use mkstemp in place of mktemp.Nick Clifton2001-11-121-2/+2
|
* * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,Alan Modra2001-09-261-37/+8
| | | | | | | | VA_CLOSE. (non_fatal): Likewise. * objdump.c (objdump_sprintf): Likewise. * readelf.c (error): Likewise. (warn): Likewise.
* * bucomm.c (list_supported_architectures): New function.Alan Modra2001-07-291-0/+19
| | | | | * bucomm.h (list_supported_architectures): Declare. * objdump.c (usage): Call the above.
* Fix typos in ChangeLogs and update copyright noticesNick Clifton2001-03-131-1/+1
|
* Change bfd_target_vector from an array to a pointerNick Clifton2001-02-071-1/+1
|
* Revert incorrect 2000-06-25 patch.Alan Modra2000-06-261-1/+1
|
* Advance past both parts of dos based <letter>: filepath prefix.Nick Clifton2000-06-251-1/+1
|
* Correct pointer comparisons relying on NULL less than any other pointer.Alan Modra2000-06-201-1/+1
| | | | Alexander Aganichev's fix for ieee.c
* Eli Zaretskii's DOSish file name patches.Alan Modra2000-05-261-4/+18
|
* A mostly cosmetic tidy up of warnings and error message reporting.Alan Modra2000-04-071-8/+3
|
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+266