Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-07-11 | Remove some forward declarations in ldemul.h and ldfile.h, and | Alan Modra | 31 | -82/+161 | |
re-arrange header include order. Fix shadowing warnings in ldlang.h Fix compile errors in mpw-elfmips.c | |||||
2000-07-10 | 2000-07-10 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -5/+22 | |
* emultempl/pe.em (pe_enable_stdcall_fixup): Protect with DLL_SUPPORT. (strhash): Likewise. (compute_dll_image_base): Likewise. (pe_undef_found_sym): Likewise. (pe_undef_cdecl_match): Likewise. (gld_${EMULATION_NAME}_open_dynamic_archive): Mark the argument "arch" with ATTRIBUTE_UNUSED. | |||||
2000-07-10 | Warning fix and remove extraneous hppa*-*-linux-gnu*. | Alan Modra | 3 | -4/+9 | |
2000-07-10 | Even more hppa testsuite patches. | Alan Modra | 5 | -2/+24 | |
2000-07-09 | hppaelf.em: Merge from elf32.em and implement multiple linker stubs. | Alan Modra | 7 | -135/+579 | |
Makefile.am: Re-enable ehppaelf.o, add ehppalinux.o configure.tgt: targ_emul=hppalinux for hppa*linux | |||||
2000-07-08 | Fix --section-start=xxxx | Alan Modra | 2 | -4/+13 | |
2000-07-07 | minor formatting change | DJ Delorie | 1 | -1/+1 | |
2000-07-07 | * ld/emultempl/pe.em: institute the following search order for | DJ Delorie | 2 | -9/+25 | |
dynamic libraries on pei386: libfoo.dll.a, foo.dll.a (import libs), libfoo.dll, foo.dll (link direct to dll). Fall back to static lib (libfoo.a) if none of the above are found. | |||||
2000-07-07 | * ld/emultempl/pe.em (pe_enable_auto_image_base): New variable. | DJ Delorie | 2 | -1/+58 | |
(longopts): New --{enable,disable}-auto-image-base options. (gld_${EMULATION_NAME}_list_options): Document. (gld_${EMULATION_NAME}_parse): Handle. (strhash): New static function. (compute_dll_image_base): New static function. (gld_${EMULATION_NAME}_set_symbols): Use. | |||||
2000-07-05 | add MAINTAINERS files | DJ Delorie | 2 | -0/+5 | |
2000-07-02 | 2000-07-01 Koundinya K <kk@ddeorg.soft.net> | Ulf Carlsson | 5 | -0/+47 | |
* configure.tgt: Add traditional mips (mips*-*-sysv4*) target. * emulparams/elf32btsmip.sh: New file. * Makefile.am: Add traditional mips target. * Makefile.in: Rebuild. | |||||
2000-07-01 | 2000-07-01 H.J. Lu <hjl@gnu.org> | H.J. Lu | 3 | -8/+19 | |
* Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for automake to use YLWRAP. * Makefile.in: Rebuild. | |||||
2000-07-01 | Fix 2000-06-22. grep after running dep.sed | Alan Modra | 3 | -8/+16 | |
2000-06-30 | Remove unimplemented "PAGE N:" flag from default linker script. | Timothy Wall | 2 | -3/+8 | |
2000-06-27 | Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR ↵ | Nick Clifton | 2 | -1/+5 | |
port. | |||||
2000-06-24 | arm-elf does --gc-sections too. | Alan Modra | 2 | -2/+6 | |
2000-06-22 | Ensure /usr/include and the like stay out of dependencies. | Alan Modra | 3 | -5/+19 | |
2000-06-22 | 2000-06-21 H.J. Lu <hjl@gnu.org> | H.J. Lu | 3 | -140/+133 | |
* Makefile.am: Rebuild dependency. * Makefile.in: Rebuild. | |||||
2000-06-20 | 2000-06-20 H.J. Lu <hjl@gnu.org> | H.J. Lu | 3 | -128/+145 | |
* Makefile.am: Rebuild dependency. * Makefile.in: Rebuild. | |||||
2000-06-20 | tic54x support. | Timothy Wall | 1 | -0/+2 | |
2000-06-20 | tic54x/ibmc54xdsp target for ld. | Timothy Wall | 13 | -5/+318 | |
2000-06-20 | Correct pointer comparisons relying on NULL less than any other pointer. | Alan Modra | 2 | -1/+6 | |
Alexander Aganichev's fix for ieee.c | |||||
2000-06-19 | Move "Changes in version 2.10" to where it belongs. | Alan Modra | 2 | -2/+6 | |
2000-06-19 | Update list of targets supporting --gc-sections. | Alan Modra | 4 | -3/+12 | |
KEEP .eh_frame contents. | |||||
2000-06-19 | Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support | Nick Clifton | 14 | -221/+1054 | |
for m68hc11 and m68hc12 processors. | |||||
2000-06-15 | Correctly set SEC_READONLY for .text section. | Alan Modra | 2 | -12/+17 | |
2000-06-13 | 2000-06-13 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -1/+5 | |
* configure: Regenerate. | |||||
2000-06-08 | * configure.in (VERSION): Update to show this is the CVS mainline. | David O'Brien | 2 | -1/+5 | |
Approved by: Nick Clifton <nickc@cygnus.com> Message-Id: <200005222205.PAA14565@elmo.cygnus.com> | |||||
2000-06-08 | * emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all | David O'Brien | 2 | -1/+12 | |
input objects to be ECOFF. (check_sections): einfo takes %B, not %P, to print a BFD name. Approved by: Nick Clifton <nickc@cygnus.com> Message-Id: <200006081748.KAA12555@elmo.cygnus.com> | |||||
2000-06-05 | 2000-06-05 H.J. Lu (hjl@gnu.org) | H.J. Lu | 7 | -11/+230 | |
* lib/ld-lib.exp (default_ld_link): Redirect the linker output to link_output and make it global. * ld-elfvsb/elfvsb.exp (visibility_test): Add "hidden_undef", "hidden_undef_def", "hidden_weak", "protected_undef", "protected_undef_def" and "protected_weak". (visibility_run): Likewise. * ld-elfvsb/main.c: Likewise. * ld-elfvsb/sh1.c: Likewise. * ld-elfvsb/sh2.c: Likewise. * ld-elfvsb/elfvsb.dat: Updated. | |||||
2000-06-05 | 2000-06-05 Michael Matz <matz@ifh.de> | H.J. Lu | 3 | -1/+9 | |
* ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in version scripts. * ldlex.l (V_IDENTIFIER): Accept `::' in symbols. | |||||
2000-05-27 | * emulparams/avr1200.sh (STACK): Define as 0. | Denis Chertykov | 10 | -4/+25 | |
* emulparams/avr23xx.sh (STACK): Define as last internal SRAM address. * emulparams/avr4433.sh (STACK): Likewise. * emulparams/avr44x4.sh (STACK): Likewise. * emulparams/avr85xx.sh (STACK): Likewise. * emulparams/avrmega103.sh (STACK): Likewise. * emulparams/avrmega161.sh (STACK): Likewise. * emulparams/avrmega603.sh (STACK): Likewise. * scripttempl/elf32avr.sc (__data_start): Define for gcrt1. (__stack): Define from ${STACK} for main(). | |||||
2000-05-26 | Update dependencies. | Alan Modra | 3 | -23/+199 | |
2000-05-26 | Eli Zaretskii's DOSish file name patches. | Alan Modra | 2 | -1/+15 | |
2000-05-23 | When deciding if ".text" section should be read-only, don't forget to reset | Nick Clifton | 2 | -10/+17 | |
SEC_READONLY because it could be already set. | |||||
2000-05-22 | Patch from Thomas de Lellis to implement --section-start | Nick Clifton | 5 | -4/+87 | |
2000-05-21 | 2000-05-21 H.J. Lu (hjl@gnu.org) | H.J. Lu | 2 | -1/+12 | |
* ld-elfvsb/main.c (main_visibility_check): Fix the protected visibility test. | |||||
2000-05-18 | 2000-05-18 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -1/+5 | |
* lexsup.c (parse_args): `i' == `r', not `q'. | |||||
2000-05-18 | * configure.tgt (hppa*64*-*-*): Enable PA64 target. | Jeff Law | 2 | -1/+5 | |
2000-05-17 | Fix typo in previous delta | Nick Clifton | 1 | -2/+2 | |
2000-05-17 | Apply patch from Richard Gorton <gorton@scrugs.lkg.dec.com> to implement | Nick Clifton | 5 | -1/+32 | |
--emit-relocs switch to the linker to preserve relocs in an output executable | |||||
2000-05-16 | Apply patch from Charles Wilson to make PE ports search for dynamic libraries | Nick Clifton | 2 | -9/+58 | |
in foo.dll and libfoo.dll before libfoo.a. | |||||
2000-05-15 | Update printed copyright. | Alan Modra | 2 | -1/+5 | |
2000-05-13 | 2000-05-13 H.J. Lu (hjl@gnu.org) | H.J. Lu | 8 | -4/+836 | |
* lib/ld-lib.exp (default_ld_link): Redirect the linker output to link_output and make it global. * ld-elfvsb/elf-offset.ld: New. ELF visibility fearture tests. * ld-elfvsb/elfvsb.dat: Likewise. * ld-elfvsb/elfvsb.exp: Likewise. * ld-elfvsb/main.c: Likewise. * ld-elfvsb/sh1.c: Likewise. * ld-elfvsb/sh2.c: Likewise. | |||||
2000-05-13 | Quell some gcc warnings by defining textdomain and bindtextdomain | Alan Modra | 2 | -6/+11 | |
as intl/libgettext.h does. | |||||
2000-05-10 | 2000-05-10 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -1/+8 | |
* ldlang.c (open_input_bfds): Don't load the same file within a group again if the whole archive has been loaded already. | |||||
2000-05-03 | Fix 64 bit target section start on 32 bit machine. | Alan Modra | 2 | -3/+9 | |
2000-05-02 | Fix just added ia64-linux support to conform with others. | Jim Wilson | 2 | -2/+4 | |
* configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}. | |||||
2000-05-02 | Ld testsuite support for ia64-linux. | Jim Wilson | 2 | -0/+10 | |
* configure.host: Added HOSTING_CRT0, HOSTING_LIBS for host "ia64-*-linux-gnu*". | |||||
2000-04-29 | Correctly check gcc version. | Alan Modra | 2 | -2/+6 | |