aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Collapse)AuthorFilesLines
2000-02-23 * scripttempl/elfd10v.sc: Remove dynamic linking hooks.Richard Henderson2-98/+44
Add and use memory regions.
2000-02-23Add IBM 370 support.Alan Modra6-0/+245
2000-02-21This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra2-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 Henderson2-0/+5
2000-02-16Add LMA memory region functionality.Timothy Wall9-47/+139
2000-02-09These snippets were missed in the previous bytes vs octets patch toTimothy Wall2-2/+11
the linker.
2000-02-04Fix typo in ALIGN_N usage.Timothy Wall2-2/+6
2000-02-03Add octets vs bytes functionality to LD.Timothy Wall3-51/+106
2000-01-26Most of these changes are really only cosmetic. The readelf.c patchAlan Modra3-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-22To satisfy latest CVS gcc:Alan Modra15-38/+122
* emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL initialisers, and comments. * testsuite/ld-srec/sr3.cc (__rethrow): New.
2000-01-21fix typo in comment.Nick Clifton2-0/+5
2000-01-18Apply H.J.'s patch to fix NOLOAD section sizes and dot updatesNick Clifton2-3/+13
2000-01-10Add arm-conix targetNick Clifton2-0/+5
2000-01-07Fix description of -n command line switchNick Clifton2-5/+7
2000-01-07Remind users about -Wl,Nick Clifton2-0/+20
2000-01-05 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.Catherine Moore7-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-04oops - change omitted from previous deltaNick Clifton1-0/+3
2000-01-04Applied Mumit Kha's patch to tweak dll production code.Nick Clifton4-10/+42
2000-01-04Added year 2000 copyright noticeNick Clifton2-2/+2
2000-01-04Apply patch from Mumit Khan to fix bugs generating dll names.Nick Clifton3-9/+14
1999-12-02Add arm-epoc-pe specific linker scriptNick Clifton5-3/+164
1999-11-26 * configure.in: Put AC_MSG_CHECKING/AC_MSG_RESULT around check forAndreas Schwab3-9/+21
STRINGIFY. Use yes/no instead of true/false as value for cache variable. * configure: Regenerate.
1999-11-24Fix bug in previous deltaNick Clifton2-1/+6
1999-11-23Do not check sections without a LOAD attribute for overlapNick Clifton2-41/+50
1999-11-04Wed Nov 3 23:31:19 1999 Jeffrey A Law (law@cygnus.com)Jeff Law5-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.
1999-11-03Change the default endianness to little.Nick Clifton3-2/+7
1999-11-011999-11-01 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor2-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.
1999-11-01Fixed test to disable these checks if the target is PE based.Nick Clifton2-1/+9
1999-10-29*** empty log message ***Catherine Moore1-1/+6
1999-10-29Remove test6.Catherine Moore2-63/+0
1999-10-28Fix testsuite failures for arm -linuxNick Clifton2-5/+11
1999-10-281999-10-27 Andreas Jaeger <aj@suse.de>Ian Lance Taylor2-0/+10
* ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for target "mips*-*-linux-gnu*".
1999-10-27fix compile time warningsNick Clifton2-0/+8
1999-10-26Remove extraneous underscore from prototypeNick Clifton3-2/+9
1999-10-07* scripttempl/elf.sc (.rel.sdata): Combine all the sdata relocsGeoffrey Keating2-3/+37
being .rel.sdata, .rel.sdata.*, .rel.gnu.linkonce.s*. (.rela.sdata): Likewise for .rela.sdata.* and .rela.gnu.linkonce.s*. (.rel.sbss): Make like .rel.bss. (.rela.sbss): Make like .rel.bss. (.sdata): Don't include .gnu.linkonce.s.* or .sdata.* when ld -r. (.sbss): Do the same things as for .bss: include SDATA_START_SYMBOLS, .dynsbss.
1999-09-29* emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): DeferDJ Delorie2-3/+11
merging sections when not relocating.
1999-09-29* pe-dll.c (process_def_file): Move the offset lookup from here toDJ Delorie2-3/+57
(fill_exported_offsets): here. New static function. (fill_edata): Use.
1999-09-28* deffilep.y (tokens): Add upper and lower case versions of DATA,DJ Delorie3-16/+43
CONSTANT, NONAME and PRIVATE tokens. (command): Use DATAU. (expline): Allow for drectve syntax as well. (exp_opt_list): Likewise. (exp_opt): Likewise. * pe-dll.c (make_one): Only generate the idata entries for data symbols.
1999-09-28* scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sectionsGeoffrey Keating2-1/+6
in .sdata too.
1999-09-26Merge sections named .bss.* into .bss section. Similarly for .sbss.Nick Clifton2-1/+11
1999-09-22Add earm_epoc_pe.c build target.Nick Clifton2-0/+8
1999-09-18 * emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs",Jeff Law2-1/+12
they've been renamed to ".stub", which is handled automatically by elf.sc.
1999-09-18Support 8 and 16-bit relocs for i386coff. Enable i386 gas testsuite testsAlan Modra2-0/+6
previously disabled for lack of such support. For *-*-linux*libc1 targets, XFAIL a ld testsuite that fails due to a bug in the dynamic linker prior to glibc-2.1.
1999-09-17Fix typo in last change.Jeff Law1-1/+1
1999-09-17 * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Kill completely.Jeff Law1-16/+13
(DATA_START_SYMBOLS): Kill __hp_load_map definition
1999-09-16 * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):Jeff Law2-5/+15
Use the same filename extension for the bfd_elf_dt_needed_name call as we did for finding the library.
1999-09-16 * emulparms/elf64hppa.sh (DATA_START_SYMBOLS): Define.Jeff Law2-1/+5
(OTHER_READWRITE_SECTIONS): No longer define __hp_load_map.
1999-09-16 * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Define.Jeff Law2-0/+13
1999-09-16 * emulparms/elf64hppa.sh (SHLIB_TEXT_START_ADDR): Define.Jeff Law2-0/+15
(SHLIB_DATA_ADDR): Likewise. * emulparms/elf64hppa.sh (TEXT_DYNAMIC): Define.
1999-09-15Fix typo in last change.Jeff Law1-1/+1