Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | discard all unexpected sections. | Nick Clifton | 2000-03-14 | 2 | -1/+5 |
| | |||||
* | 2000-03-09 Andreas Jaeger <aj@suse.de> | H.J. Lu | 2000-03-09 | 3 | -2/+7 |
| | | | | | * Makefile.am (check-DEJAGNU): Also unset LANG. * Makefile.in: Rebuild. | ||||
* | * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty | Ian Lance Taylor | 2000-03-06 | 2 | -9/+19 |
| | | | | archive. | ||||
* | Include getopt.h | Nick Clifton | 2000-03-02 | 2 | -0/+6 |
| | |||||
* | * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware. | Ian Lance Taylor | 2000-03-02 | 2 | -3/+4 |
| | |||||
* | mention new -Bsymbolic behaviour | Ian Lance Taylor | 2000-03-02 | 1 | -0/+4 |
| | |||||
* | Fix building with --enable-targets=all. | Nick Clifton | 2000-03-01 | 5 | -15/+35 |
| | |||||
* | 2000-03-01 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2000-03-01 | 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 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2000-02-29 | 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. | ||||
* | GCC warning fix: Add missing NULL initialiser for find_potential_libraries. | Alan Modra | 2000-02-29 | 16 | -15/+38 |
| | |||||
* | *** empty log message *** | Jim Blandy | 2000-02-29 | 1 | -0/+8 |
| | |||||
* | * ldgram.y (exclude_name_list): Don't require a comma to separate | Jim Blandy | 2000-02-29 | 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-27 Loren J. Rittle <ljrittle@acm.org> | Ian Lance Taylor | 2000-02-28 | 2 | -0/+19 |
| | | | | | * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for host "i[3456]86-*-freebsdelf*". | ||||
* | 2000-02-27 Mark Elbrecht <snowball3@bigfoot.com> | Ian Lance Taylor | 2000-02-28 | 2 | -3/+7 |
| | | | | * scripttempl/i386go32.sc: Move misplaced semicolons. | ||||
* | 2000-02-27 H.J. Lu (hjl@gnu.org) | H.J. Lu | 2000-02-27 | 2 | -1/+6 |
| | | | | * lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs. | ||||
* | rebuild with current tools | Ian Lance Taylor | 2000-02-27 | 5 | -1165/+703 |
| | |||||
* | * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o. | Ian Lance Taylor | 2000-02-26 | 3 | -18/+9 |
| | | | | | | (ALL_64_EMULATIONS): Remove eelf64hppa.o. (eelf64hppa.c, ehppaelf.c): Remove targets. * Makefile.in: Rebuild. | ||||
* | * configure.tgt (targ_extra_ofiles): Enable elf64_sparc on | Alexandre Oliva | 2000-02-25 | 2 | -1/+5 |
| | | | | GNU/Linux/sparc, but keep the default as 32. | ||||
* | * configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make | Alexandre Oliva | 2000-02-25 | 2 | -0/+18 |
| | | | | it default if sparcv9 or sparc64. | ||||
* | fix typo in previous delta | Nick Clifton | 2000-02-24 | 1 | -1/+1 |
| | |||||
* | Add support for WinCE based toolchains. | Nick Clifton | 2000-02-24 | 13 | -11/+255 |
| | |||||
* | * scripttempl/elfd10v.sc: Remove dynamic linking hooks. | Richard Henderson | 2000-02-23 | 2 | -98/+44 |
| | | | | Add and use memory regions. | ||||
* | Add IBM 370 support. | Alan Modra | 2000-02-23 | 6 | -0/+245 |
| | |||||
* | This lot mainly cleans up `comparison between signed and unsigned' gcc | Alan Modra | 2000-02-21 | 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. | ||||
* | * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION. | Richard Henderson | 2000-02-16 | 2 | -0/+5 |
| | |||||
* | Add LMA memory region functionality. | Timothy Wall | 2000-02-16 | 9 | -47/+139 |
| | |||||
* | These snippets were missed in the previous bytes vs octets patch to | Timothy Wall | 2000-02-09 | 2 | -2/+11 |
| | | | | the linker. | ||||
* | Fix typo in ALIGN_N usage. | Timothy Wall | 2000-02-04 | 2 | -2/+6 |
| | |||||
* | Add octets vs bytes functionality to LD. | Timothy Wall | 2000-02-03 | 3 | -51/+106 |
| | |||||
* | Most of these changes are really only cosmetic. The readelf.c patch | Alan Modra | 2000-01-26 | 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. | ||||
* | To satisfy latest CVS gcc: | Alan Modra | 2000-01-22 | 15 | -38/+122 |
| | | | | | | * emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL initialisers, and comments. * testsuite/ld-srec/sr3.cc (__rethrow): New. | ||||
* | fix typo in comment. | Nick Clifton | 2000-01-21 | 2 | -0/+5 |
| | |||||
* | Apply H.J.'s patch to fix NOLOAD section sizes and dot updates | Nick Clifton | 2000-01-18 | 2 | -3/+13 |
| | |||||
* | Add arm-conix target | Nick Clifton | 2000-01-10 | 2 | -0/+5 |
| | |||||
* | Fix description of -n command line switch | Nick Clifton | 2000-01-07 | 2 | -5/+7 |
| | |||||
* | Remind users about -Wl, | Nick Clifton | 2000-01-07 | 2 | -0/+20 |
| | |||||
* | * ld.h (wildcard_spec): Change exclude_name to exclude_name_list. | Catherine Moore | 2000-01-05 | 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. | ||||
* | oops - change omitted from previous delta | Nick Clifton | 2000-01-04 | 1 | -0/+3 |
| | |||||
* | Applied Mumit Kha's patch to tweak dll production code. | Nick Clifton | 2000-01-04 | 4 | -10/+42 |
| | |||||
* | Added year 2000 copyright notice | Nick Clifton | 2000-01-04 | 2 | -2/+2 |
| | |||||
* | Apply patch from Mumit Khan to fix bugs generating dll names. | Nick Clifton | 2000-01-04 | 3 | -9/+14 |
| | |||||
* | Add arm-epoc-pe specific linker script | Nick Clifton | 1999-12-02 | 5 | -3/+164 |
| | |||||
* | * configure.in: Put AC_MSG_CHECKING/AC_MSG_RESULT around check for | Andreas Schwab | 1999-11-26 | 3 | -9/+21 |
| | | | | | | STRINGIFY. Use yes/no instead of true/false as value for cache variable. * configure: Regenerate. | ||||
* | Fix bug in previous delta | Nick Clifton | 1999-11-24 | 2 | -1/+6 |
| | |||||
* | Do not check sections without a LOAD attribute for overlap | Nick Clifton | 1999-11-23 | 2 | -41/+50 |
| | |||||
* | Wed Nov 3 23:31:19 1999 Jeffrey A Law (law@cygnus.com) | Jeff Law | 1999-11-04 | 5 | -222/+257 |
| | | | | | | | | | | | | | | * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): Clean up code to use EXTRA_SHLIB_EXTENSION. 1999-09-14 Ulrich Drepper <drepper@cygnus.com> * configure.in: Define EXTRA_SHLIB_EXTENSION to ".sl" for HP target. * config.in: Add EXTRA_SHLIB_EXTENSION. * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): Search for second shared lib extension only if EXTRA_SHLIB_EXTENSION is defined. | ||||
* | Change the default endianness to little. | Nick Clifton | 1999-11-03 | 3 | -2/+7 |
| | |||||
* | 1999-11-01 Steve Chamberlain <sac@pobox.com> | Ian Lance Taylor | 1999-11-01 | 2 | -21/+92 |
| | | | | | | | | * ldlang.c (section_already_linked): Rework to use hash table. (already_linked_newfunc): New function. (already_linked_table_init): New function. (already_linked_table_free): New function. (lang_process): Initialize and free the already_linked hash table. | ||||
* | Fixed test to disable these checks if the target is PE based. | Nick Clifton | 1999-11-01 | 2 | -1/+9 |
| | |||||
* | *** empty log message *** | Catherine Moore | 1999-10-29 | 1 | -1/+6 |
| |