aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmisc.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-31Fix memory leaksNick Clifton1-14/+17
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-10/+10
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
2002-10-30 * emultempl/aix.em: Use include <> for generated headers.Daniel Jacobowitz1-1/+1
* emultempl/beos.em: Likewise. * emultempl/elf32.em: Likewise. * emultempl/pe.em: Likewise. * ldctor.c: Likewise. * ldexp.c: Likewise. * ldfile.c: Likewise. * ldlang.c: Likewise. * ldlex.c: Likewise. * ldlex.l: Likewise. * ldmain.c: Likewise. * ldmisc.c: Likewise. * ldwrite.c: Likewise. * lexsup.c: Likewise. * mri.c: Likewise. * pe-dll.c: Likewise.
2002-09-21 * ldmisc.c (vfinfo <%C,%D,%G>): Always output bfd, section and offset.Alan Modra1-40/+25
2002-07-02 * ldmisc.c (demangle): Move so that it doesn't intrude betweenAlan Modra1-40/+43
vfinfo comment and body. Add comment.
2002-06-26 * ldmisc.c (demangle): Restore dots stripped from sym name.Alan Modra1-2/+20
2002-01-25 * ldmisc.c (demangle): Put back dots when string not demangled.Alan Modra1-7/+10
2001-09-26 * ldmisc.c (USE_STDARG): Remove.Alan Modra1-71/+17
(info_msg): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, VA_CLOSE. (einfo): Likewise. (minfo): Likewise. (lfinfo): Likewise. * ldmisc.h: Remove #ifdef ANSI_PROTOTYPES and non-ansi declarations. Update copyright.
2001-05-022001-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu1-12/+2
* ldfile.c: Include "libiberty.h". * ldlex.l: Likewise. * ldmisc.c (buystring): Removed. * ldmisc.h: Likewise. * ldfile.c: Replace buystring with xstrdup. * ldlang.c: Likewise. * ldlex.l: Likewise. * ldmain.c: Likewise. * ldmisc.c: Likewise. * lexsup.c: Likewise. * mpw-eppcmac.c: Likewise.
2001-04-13* ld.texinfo: Document --fatal-warnings.J.T. Conklin1-0/+3
* ld.1: Regenerate. * ldmisc.c (vfinfo): Set flag to inhibit making executable if warnings have been turned into errors. * lexsup.c (OPTION_WARN_FATAL): Define. (ld_options): Entry for --fatal-warnings. (parse_args): Handle OPTION_WARN_FATAL. * ld.h (ld_config_type): Add fatal_warnings field.
2001-03-13Fixtypos in ChangeLogs, fix copyright dates in filesNick Clifton1-1/+1
2000-09-212000-09-21 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-29/+29
* ldmain.c: Fix formatting. * ldmisc.c: Likewise. * ldver.c: Likewise. * ldwrite.c: Likewise.
2000-01-26Most of these changes are really only cosmetic. The readelf.c patchAlan Modra1-2/+2
fixes a thinko in get_dynamic_flags. I found at least one message string that included a `%' being passed to printf in the format argument.
1999-09-121999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor1-0/+19
* ld.h (ld_abort): Declare. (abort): Define. * ldmisc.c (ld_abort): Define.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+538