aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Collapse)AuthorFilesLines
1999-06-18 * Makefile.am (GENSCRIPTS): Pass EMULATION_LIBPATH, not EMUL.Richard Henderson7-249/+447
* configure.in (all_emuls): Add targ_extra_libpath. (all_libpath, EMULATION_LIBPATH): Define. * configure.tgt (powerpc-*-linux-gnu*): Define targ_extra_libpath. * genscripts.sh (LIB_PATH): Define if emulation in EMULATION_LIBPATH.
1999-06-14Fix use of @item vs. @itemx.Andreas Schwab2-2/+6
1999-06-13mention --no-undefinedIan Lance Taylor1-0/+3
1999-06-13mention EXCLUDE_FILEIan Lance Taylor1-0/+3
1999-06-12 * ld-checks/asm.s: Use a symbol name for .lcomm.Ian Lance Taylor3-9/+13
* ld-checks/checks.exp: Use different names for the two tests. Don't add extra text when invoking fail.
1999-06-12This fixes ! to work as documented in a memory region attribute list.Ian Lance Taylor4-18/+35
From Thomas Zenker <thz@lennartz-electronic.de>: * ldgram.y (attributes_opt): Use attributes_list instead of NAME. (attributes_list, attributes_string): New nonterminals. * ldlang.c (lang_set_flags): Add invert parameter. Don't handle '!'. * ldlang.c (lang_set_flags): Update declaration.
1999-06-12 * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Don't addIan Lance Taylor2-2/+8
entry_symbol as an undefined symbol when doing a relocateable link. From <jeffdb@goodnet.com>.
1999-06-121999-06-12 David O'Brien <obrien@freebsd.org>Ian Lance Taylor2-2/+7
* configure.tgt: (i[3456]86-*-freebsd*): Now defaults to ELF.
1999-06-12 * ld-scripts/phdrs.exp: Change target check from "*-*-linuxaout*"Ian Lance Taylor4-11/+13
to "*-*-linux*aout*". * ld-scripts/weak.exp: Likewise. * ld-shared/shared.exp: Likewise. Simplify condition a bit.
1999-06-09restore previous format of --help outputNick Clifton2-2/+8
1999-06-09 * ld-cdtest/cdtest-main.cc: Avoid `implicit int' warning.Andreas Schwab3-2/+7
* ld-shared/sh1.c: Fix typo.
1999-06-041999-06-04 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2-0/+9
* lib/ld-lib.exp (default_ld_nm): Clear nm_output first if necessary.
1999-06-04Rename epoc-pe interworking function names to avoid a name space clashNick Clifton2-0/+14
1999-06-03Update.Richard Henderson2-319/+336
1999-06-02Jason Merrill <jason@yorick.cygnus.com>Richard Henderson2-2/+10
* scripttempl/v850.sc: Add initp support.
1999-06-02Rename ARM interworking functions to avoid a name space collisionNick Clifton2-3/+8
1999-06-02Forgot to commit.Richard Henderson1-0/+6
1999-05-30Cort Dougan <cort@attis.cs.nmt.edu>Richard Henderson4-174/+42
* Makefile.am (ALL_EMULATIONS): Add eelf32ppclinux.o. * configure.tgt (powerpc-*-linux-gnu): Use it. * emulparams/elf32ppclinux.sh: New file.
1999-05-29 * ld.texinfo (Options): Clarify that options which refer to filesIan Lance Taylor2-7/+15
must be properly ordered.
1999-05-29Implement new command line option for new ABI: -p which prevents the ARM codeNick Clifton3-4/+75
from exhibiting any knowledge of the length of the processor's pipeline.
1999-05-28fix typo.Nick Clifton1-1/+1
1999-05-28Minor formatting changes.Nick Clifton2-4/+8
1999-05-271999-05-28 Martin Dorey <mdorey@madge.com>Ian Lance Taylor5-1/+26
* configure.tgt (i960-*-elf*): New target. * emulparams/elf32_i960.sh: New file. * Makefile.am (ALL_EMULATIONS): Add eelf32_i960.o. (eelf32_i960.c): New target. * Makefile.in: Rebuild.
1999-05-26Use correct templateNick Clifton2-1/+5
1999-05-241999-05-24 Philip Blundell <philb@gnu.org>Nick Clifton4-0/+12
* emultempl/armelf.em (before_parse): Set config.dynamic_link and config.has_shared. * emulparams/armelf.sh (GENERATE_SHLIB_SCRIPT): Define. * emulparams/armelf_linux.sh (GENERATE_SHLIB_SCRIPT): Likewise
1999-05-22Add definitions related to shared objects (copied from elf32.em)Nick Clifton2-15/+1003
1999-05-19 * Makefile.am (ALL_EMULATIONS): Remove earmlinux.o andAndreas Schwab3-4/+10
earm26linux.o, add earmelf_linux.o and earmelf_linux26.o. * Makefile.in: Regenerated.
1999-05-17Add xfail for mcore-elfNick Clifton2-0/+5
1999-05-16Add mcore-elf support for shared librariesNick Clifton2-0/+8
1999-05-13Joel Sherrill (joel@OARcorp.com)Richard Henderson2-1/+10
* configure.tgt (i386-*-rtemself*, sh-*-rtemself*): New targets. (mips*el-*-rtems*, powerpcle-*-rtems*): New targets.
1999-05-111999-05-10 DJ Delorie <dj@cygnus.com>DJ Delorie4-62/+290
* scripttempl/pe.sc: Specify the output arch, which Ian says is the Right Thing to do. * emultempl/pe.em: various changes to parameterize the target-specific information. (gld_i386pe_after_open): Detect and fix MS import libraries by renaming the member objects (which are all named the same). * pe-dll.c: various changes to parameterize the target-specific information. (generate_reloc): support relocs more generically to allow for expansion. (pe_exe_build_sections): new; used to add .relocs to .exes (pe_exe_fill_sections): ditto
1999-05-11* ld-srec/srec.exp: Do not run tests for PE based ports.DJ Delorie2-0/+10
1999-05-101999-05-10 Catherine Moore <clm@cygnus.com>Catherine Moore2-2/+8
* emulttempl/pe.em (gld_${EMULATION_NAME}_after_open): Check for TARGET_IS_arm_epoc_pe. (gld_${EMULATION_NAME}_before_allocation): Likewise.
1999-05-08 * ldlang.c (walk_wild, walk_wild_file, walk_wild_section,Richard Henderson2-277/+210
output_section_callback, gc_section_callback): New functions for generic section walks. (wild, lang_gc_wild): Use walk_wild. (wild_file, lang_gc_wild_file): Deleted. Common logic moved to walk_wild_file. (wild_section, lang_gc_wild_section): Deleted. Common logic moved to walk_fild_section. Unique logic moved into callbacks output_section_callback and gc_section_callback.
1999-05-07REstore mcore support (duh!)Nick Clifton5-6/+19
1999-05-07fix output format.Nick Clifton1-4/+3
1999-05-07restore. (Duh!)Nick Clifton2-0/+41
1999-05-06Remove traces of mcore.Nick Clifton6-69/+0
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson376-0/+67293