Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-02-17 | * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and | David MacKenzie | 1 | -58/+6 | |
bfd_set_error and new error names. | |||||
1994-01-28 | * ldmisc.c (vfinfo): For `%I', if the file is in an archive, print | David MacKenzie | 1 | -81/+87 | |
the archive filename too. | |||||
1993-12-11 | Made many changes to eliminate gcc warnings. Made various | Ian Lance Taylor | 1 | -33/+41 | |
cosmetic changes, declared various things in header files, removed various extern declarations from .c files. No substantive changes. | |||||
1993-08-03 | add -warn-common option | David MacKenzie | 1 | -22/+50 | |
1993-07-08 | ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro when no | Ken Raeburn | 1 | -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 Bothner | 1 | -3/+4 | |
* ldmisc.c: Use new libiberty version of cplus_demangle(). | |||||
1992-08-13 | * ldlex.l: now parses comment correctly, added ~ to acceptable | Steve Chamberlain | 1 | -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-05 | New lexer. | Steve Chamberlain | 1 | -83/+138 | |
New targets for h8/300 simulator and DOS | |||||
1992-01-24 | Merging from VMS port. Doc to follow.. | Steve Chamberlain | 1 | -54/+122 | |
1991-04-15 | Merges from Intel. | Steve Chamberlain | 1 | -5/+7 | |
Chrisb bug fixes. | |||||
1991-04-14 | checkpoint before a merge | Steve Chamberlain | 1 | -5/+5 | |
1991-04-03 | Fixed some grammer ambiguities | Steve Chamberlain | 1 | -36/+12 | |
Better error reporting sun3 support | |||||
1991-03-22 | Brought up to sync with Intel again. | Steve Chamberlain | 1 | -2/+2 | |
1991-03-21 | Initial revision | David Henkel-Wallace | 1 | -0/+303 | |