Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-04-13 | * scripttempl/elf.sc: Add support for .sbss2 and .sdata2 sections. | Geoffrey Keating | 2 | -13/+39 | |
Add new BSS_PLT variable for when .plt need not be contained in the file. Move _etext so that it is also after .fini, and provide both etext and _etext with a leading underscore. Mark the start and end of .sbss. | |||||
2000-04-12 | Add workaround for gcc-2.95.2 failure. | Alan Modra | 2 | -1/+10 | |
2000-04-12 | (test4): Test for presence of foo__1B, not absence | Alan Modra | 2 | -9/+29 | |
2000-04-12 | (test4): Delete incorrect foo__1B test. Reformat file. | Alan Modra | 2 | -37/+36 | |
2000-04-12 | Keep output orphan sections in the same order as input. | Alan Modra | 4 | -97/+167 | |
2000-04-11 | Remove extraneous paragraph. | Alan Modra | 2 | -6/+4 | |
2000-04-09 | Remove ``-W -Wall'' from top-level Makefile/configure. | Andrew Cagney | 5 | -614/+556 | |
Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227. | |||||
2000-04-07 | Note new "AT>" feature. | Timothy Wall | 1 | -0/+3 | |
2000-04-04 | Move translated part of bug report string back into .c files so | Alan Modra | 3 | -78/+81 | |
xgettext can find it. Regnerate .pot files. | |||||
2000-04-04 | Use "gcc -MM" for dependencies, and update them. | Alan Modra | 3 | -204/+246 | |
2000-04-03 | Move bug report string to one place. | Alan Modra | 3 | -2/+9 | |
2000-03-27 | ATMEL AVR microcontroller support. | Alan Modra | 14 | -374/+807 | |
2000-03-14 | discard all unexpected sections. | Nick Clifton | 2 | -1/+5 | |
2000-03-09 | 2000-03-09 Andreas Jaeger <aj@suse.de> | H.J. Lu | 3 | -2/+7 | |
* Makefile.am (check-DEJAGNU): Also unset LANG. * Makefile.in: Rebuild. | |||||
2000-03-06 | * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty | Ian Lance Taylor | 2 | -9/+19 | |
archive. | |||||
2000-03-02 | Include getopt.h | Nick Clifton | 2 | -0/+6 | |
2000-03-02 | * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware. | Ian Lance Taylor | 2 | -3/+4 | |
2000-03-02 | mention new -Bsymbolic behaviour | Ian Lance Taylor | 1 | -0/+4 | |
2000-03-01 | Fix building with --enable-targets=all. | Nick Clifton | 5 | -15/+35 | |
2000-03-01 | 2000-03-01 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -6/+21 | |
* ldmain.c (undefined_symbol): Take one more arg, fatal, to indicate if the undefined symbol is a fatal error or not. Don't delete the output file if "fatal" is false. | |||||
2000-02-29 | 2000-02-29 H.J. Lu <hjl@gnu.org> | H.J. Lu | 3 | -10/+20 | |
* Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)". Set LC_COLLATE and LC_ALL to null and export them. It is for sort which expects the C locale. Add $(LIBS) to all $(HOSTING_LIBS). * Makefile.in: Rebuild. | |||||
2000-02-29 | GCC warning fix: Add missing NULL initialiser for find_potential_libraries. | Alan Modra | 16 | -15/+38 | |
2000-02-29 | *** empty log message *** | Jim Blandy | 1 | -0/+8 | |
2000-02-29 | * ldgram.y (exclude_name_list): Don't require a comma to separate | Jim Blandy | 2 | -5/+5 | |
list entries; the lexer considers commas to be valid part of a filename, so in something like `foo, bar' the comma is considered part of the first filename, `foo,'. * ld.texinfo: Update section on EXCLUDE_FILE lists. | |||||
2000-02-28 | 2000-02-27 Loren J. Rittle <ljrittle@acm.org> | Ian Lance Taylor | 2 | -0/+19 | |
* configure.host: Added HOSTING_CRT0, HOSTING_LIBS for host "i[3456]86-*-freebsdelf*". | |||||
2000-02-28 | 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com> | Ian Lance Taylor | 2 | -3/+7 | |
* scripttempl/i386go32.sc: Move misplaced semicolons. | |||||
2000-02-27 | 2000-02-27 H.J. Lu (hjl@gnu.org) | H.J. Lu | 2 | -1/+6 | |
* lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs. | |||||
2000-02-27 | rebuild with current tools | Ian Lance Taylor | 5 | -1165/+703 | |
2000-02-26 | * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o. | Ian Lance Taylor | 3 | -18/+9 | |
(ALL_64_EMULATIONS): Remove eelf64hppa.o. (eelf64hppa.c, ehppaelf.c): Remove targets. * Makefile.in: Rebuild. | |||||
2000-02-25 | * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on | Alexandre Oliva | 2 | -1/+5 | |
GNU/Linux/sparc, but keep the default as 32. | |||||
2000-02-25 | * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make | Alexandre Oliva | 2 | -0/+18 | |
it default if sparcv9 or sparc64. | |||||
2000-02-24 | fix typo in previous delta | Nick Clifton | 1 | -1/+1 | |
2000-02-24 | Add support for WinCE based toolchains. | Nick Clifton | 13 | -11/+255 | |
2000-02-23 | * scripttempl/elfd10v.sc: Remove dynamic linking hooks. | Richard Henderson | 2 | -98/+44 | |
Add and use memory regions. | |||||
2000-02-23 | Add IBM 370 support. | Alan Modra | 6 | -0/+245 | |
2000-02-21 | This lot mainly cleans up `comparison between signed and unsigned' gcc | Alan Modra | 2 | -22/+31 | |
warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h. | |||||
2000-02-16 | * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION. | Richard Henderson | 2 | -0/+5 | |
2000-02-16 | Add LMA memory region functionality. | Timothy Wall | 9 | -47/+139 | |
2000-02-09 | These snippets were missed in the previous bytes vs octets patch to | Timothy Wall | 2 | -2/+11 | |
the linker. | |||||
2000-02-04 | Fix typo in ALIGN_N usage. | Timothy Wall | 2 | -2/+6 | |
2000-02-03 | Add octets vs bytes functionality to LD. | Timothy Wall | 3 | -51/+106 | |
2000-01-26 | Most of these changes are really only cosmetic. The readelf.c patch | Alan Modra | 3 | -4/+13 | |
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. | |||||
2000-01-22 | To satisfy latest CVS gcc: | Alan Modra | 15 | -38/+122 | |
* emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL initialisers, and comments. * testsuite/ld-srec/sr3.cc (__rethrow): New. | |||||
2000-01-21 | fix typo in comment. | Nick Clifton | 2 | -0/+5 | |
2000-01-18 | Apply H.J.'s patch to fix NOLOAD section sizes and dot updates | Nick Clifton | 2 | -3/+13 | |
2000-01-10 | Add arm-conix target | Nick Clifton | 2 | -0/+5 | |
2000-01-07 | Fix description of -n command line switch | Nick Clifton | 2 | -5/+7 | |
2000-01-07 | Remind users about -Wl, | Nick Clifton | 2 | -0/+20 | |
2000-01-05 | * ld.h (wildcard_spec): Change exclude_name to exclude_name_list. | Catherine Moore | 7 | -37/+92 | |
(name_list): New. * ld.texinfo (EXCLUDE_FILE): Update documentation. * ldgram.y (wildcard_spec): Support a list of excluded_files. (exclude_name_list): New. ldlang.c (walk_wild_section): Support list of excluded files. (print_wild_statement): Likewise. (lang_add_wild): Likewise. * ldlang.h (lang_wild_statement_type): Likewise. * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support. | |||||
2000-01-04 | oops - change omitted from previous delta | Nick Clifton | 1 | -0/+3 | |