aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Expand)AuthorFilesLines
2003-02-07 * hppaelf.em (group_size): Change default to -1.Dave Anglin2-1/+5
2003-02-07Add duplicate entry for no-pipeline-knowledge. This will prevent the getoptNick Clifton2-6/+14
2003-02-07 * genscripts.sh (LIB_PATH): Don't append LIBPATH_SUFFIX to pathsJakub Jelinek2-7/+29
2003-02-06 * emulparams/elf64_s390.sh (LIBPATH_SUFFIX): Set to 64.Jakub Jelinek4-4/+10
2003-02-04new ppc64 tls testsAlan Modra27-5/+1292
2003-02-04 * emultempl/ppc64elf.em (ppc_before_allocation): Size sections thenAlan Modra2-1/+19
2003-02-03 * emultempl/elf32.em: Move gld${EMULATION_NAME}_add_sysrootDaniel Jacobowitz2-3/+10
2003-01-28Add code to prevent importing a dll multiple times.Nick Clifton4-46/+100
2003-01-28* ld-mips-elf/multi-got-1.d: New.Alexandre Oliva5-1/+41013
2003-01-24bfd/Jakub Jelinek39-0/+2598
2003-01-24 * ld-s390/s390.exp: New file.Martin Schwidefsky28-0/+2613
2003-01-23 * ld-alpha/tlsbin.sd: Cope with truncated address in data dumps.Alan Modra4-13/+19
2003-01-23include/elf/ChangeLogAlan Modra2-9/+17
2003-01-23Remove an extra "i" in --dll-search-prefix.Nick Clifton3-6/+13
2003-01-22New TLS tests for Alpha.Richard Henderson21-0/+1047
2003-01-21fix typo in previous entryNick Clifton1-3/+3
2003-01-21Fix generation of tic3xcoff_onchip.cNick Clifton4-2/+9
2003-01-21Add support for i386-*-aros triple.Nick Clifton2-0/+5
2003-01-20Updates for fixing tic4x arch tagging of its object files.Svein Seldal9-161/+157
2003-01-20 * ld-srec/srec.exp (run_srec_test): Pass --traditional-format to ld.Alan Modra2-2/+7
2003-01-17 * elfxx-ia64.c (elfNN_ia64_relocate_section): HandleJakub Jelinek5-30/+72
2003-01-17 * emultempl/elf32.em (gld${EMULATION_NAME}_add_sysroot): Do notAndreas Jaeger2-4/+9
2003-01-16 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): AddJakub Jelinek17-0/+860
2003-01-16 * Makefile.in: Regenerate.Alan Modra2-5/+9
2003-01-14(node WIN32): Some clarifications and formatting fixups.Nick Clifton2-8/+68
2003-01-092003-01-09 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2-3/+9
2003-01-09 * ldmain.c (main): Make sure ld_sysroot is initialized.Daniel Jacobowitz2-0/+6
2003-01-06 * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.Daniel Jacobowitz22-412/+648
2003-01-05* ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.Christopher Faylor2-0/+5
2003-01-04 * Makefile.am (ldmain.o): Pass BINDIR.Daniel Jacobowitz4-4/+22
2003-01-04 * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.Stan Cox7-0/+498
2003-01-03 * ld-mips-elf/mips-elf-flags.exp: Add -mips4 to a -mgp64 test.Richard Sandiford2-1/+5
2003-01-02bfd/Richard Sandiford3-0/+152
2003-01-02Add do_pseudo_reloc and _pei386_runtime_relocator to the exclude list.Nick Clifton2-1/+8
2003-01-02 * ldfile.c: Fix comment typos.Kazu Hirata5-14/+21
2003-01-02 Suggested by Manfred Hollstein <manfred.h@gmx.net>:Daniel Jacobowitz3-2/+9
2002-12-30Add support for msp430.Nick Clifton48-404/+1757
2002-12-30(HAVE_REALPATH): New entry.Nick Clifton2-6/+9
2002-12-30New win32 topics: 'symbol aliasing' and 'export dll symbols'.Nick Clifton2-13/+113
2002-12-23 * ldmain.c (main): Init "strip_discarded".Alan Modra3-9/+30
2002-12-23Change linker's default behaviour - it will now reject binary files whoesNick Clifton7-3/+43
2002-12-19 * ldmain.c (main): Re-order link_info initialization. Init allAlan Modra2-13/+21
2002-12-19Clarify and extend the documentation in the Machine Dependent, WIN32 section.Nick Clifton2-32/+141
2002-12-18Add win32 library search path.Nick Clifton2-1/+3
2002-12-18Add win32 machine depending section.Nick Clifton3-2/+123
2002-12-18Test the auto importing direct from a dll functionality.Nick Clifton4-0/+243
2002-12-17Don't search for data import when auto-import is disabled.Nick Clifton2-63/+75
2002-12-17Use LD_PATHMAX+1 to account for trailing '\0'.Nick Clifton2-2/+7
2002-12-17Duplicate entry for --compact-implib so that it is not confused with -c.Nick Clifton2-0/+8
2002-12-16Add support to skip import libraries for performance reasons and insteadNick Clifton9-72/+208