summaryrefslogtreecommitdiff
path: root/ld
Commit message (Collapse)AuthorAgeFilesLines
* 1999-05-24 Philip Blundell <philb@gnu.org>Nick Clifton1999-05-244-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
* Add definitions related to shared objects (copied from elf32.em)Nick Clifton1999-05-222-15/+1003
|
* * Makefile.am (ALL_EMULATIONS): Remove earmlinux.o andAndreas Schwab1999-05-193-4/+10
| | | | | earm26linux.o, add earmelf_linux.o and earmelf_linux26.o. * Makefile.in: Regenerated.
* Add xfail for mcore-elfNick Clifton1999-05-172-0/+5
|
* Add mcore-elf support for shared librariesNick Clifton1999-05-162-0/+8
|
* Joel Sherrill (joel@OARcorp.com)Richard Henderson1999-05-132-1/+10
| | | | | * configure.tgt (i386-*-rtemself*, sh-*-rtemself*): New targets. (mips*el-*-rtems*, powerpcle-*-rtems*): New targets.
* 1999-05-10 DJ Delorie <dj@cygnus.com>DJ Delorie1999-05-114-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
* * ld-srec/srec.exp: Do not run tests for PE based ports.DJ Delorie1999-05-112-0/+10
|
* 1999-05-10 Catherine Moore <clm@cygnus.com>Catherine Moore1999-05-102-2/+8
| | | | | | * emulttempl/pe.em (gld_${EMULATION_NAME}_after_open): Check for TARGET_IS_arm_epoc_pe. (gld_${EMULATION_NAME}_before_allocation): Likewise.
* * ldlang.c (walk_wild, walk_wild_file, walk_wild_section,Richard Henderson1999-05-082-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.
* REstore mcore support (duh!)Nick Clifton1999-05-075-6/+19
|
* fix output format.Nick Clifton1999-05-071-4/+3
|
* restore. (Duh!)Nick Clifton1999-05-072-0/+41
|
* Remove traces of mcore.Nick Clifton1999-05-066-69/+0
|
* Initial revisionRichard Henderson1999-05-03376-0/+67293