aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmisc.c
AgeCommit message (Collapse)AuthorFilesLines
1994-02-17 * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error andDavid MacKenzie1-58/+6
bfd_set_error and new error names.
1994-01-28 * ldmisc.c (vfinfo): For `%I', if the file is in an archive, printDavid MacKenzie1-81/+87
the archive filename too.
1993-12-11 Made many changes to eliminate gcc warnings. Made variousIan Lance Taylor1-33/+41
cosmetic changes, declared various things in header files, removed various extern declarations from .c files. No substantive changes.
1993-08-03add -warn-common optionDavid MacKenzie1-22/+50
1993-07-08ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro when noKen Raeburn1-54/+93
prototype is being supplied. (ldmalloc, ldrealloc): Size argument is now size_t. ldmisc.c (finfo): New function, accepts FILE* argument. (vfinfo, case 'v'): New format character; displays bfd_vma in hex without leading zeros. (vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a bfd_vma value, instead of fprintf(%x) which won't hold a long long value. (concat, buystring): String lengths are size_t. (ldmalloc, ldrealloc, xrealloc): Size argument is now size_t.
1992-08-31 * cplus-dem.c: Removed. Use the version in libiberty now.Per Bothner1-3/+4
* ldmisc.c: Use new libiberty version of cplus_demangle().
1992-08-13 * ldlex.l: now parses comment correctly, added ~ to acceptableSteve Chamberlain1-133/+136
chars in filenames * ldexp.c (exp_unop): pass down abs_output_section - now can have unary -ve constants. * ldlang.c (lang_finish): warn when an entry symbol supplied on the command line can't be found.
1992-04-05New lexer.Steve Chamberlain1-83/+138
New targets for h8/300 simulator and DOS
1992-01-24Merging from VMS port. Doc to follow..Steve Chamberlain1-54/+122
1991-04-15Merges from Intel.Steve Chamberlain1-5/+7
Chrisb bug fixes.
1991-04-14checkpoint before a mergeSteve Chamberlain1-5/+5
1991-04-03Fixed some grammer ambiguitiesSteve Chamberlain1-36/+12
Better error reporting sun3 support
1991-03-22Brought up to sync with Intel again.Steve Chamberlain1-2/+2
1991-03-21Initial revisionDavid Henkel-Wallace1-0/+303