summaryrefslogtreecommitdiffstats
path: root/ld/emulparams
Commit message (Collapse)AuthorAgeFilesLines
* Add arm-epoc-pe specific linker scriptNick Clifton1999-12-021-1/+1
|
* Change the default endianness to little.Nick Clifton1999-11-032-2/+2
|
* * emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs",Jeff Law1999-09-181-1/+1
| | | | | they've been renamed to ".stub", which is handled automatically by elf.sc.
* * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Kill completely.Jeff Law1999-09-171-16/+13
| | | | (DATA_START_SYMBOLS): Kill __hp_load_map definition
* * emulparms/elf64hppa.sh (DATA_START_SYMBOLS): Define.Jeff Law1999-09-161-1/+2
| | | | (OTHER_READWRITE_SECTIONS): No longer define __hp_load_map.
* * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Define.Jeff Law1999-09-161-0/+9
|
* * emulparms/elf64hppa.sh (SHLIB_TEXT_START_ADDR): Define.Jeff Law1999-09-161-0/+10
| | | | | | (SHLIB_DATA_ADDR): Likewise. * emulparms/elf64hppa.sh (TEXT_DYNAMIC): Define.
* Fix typo in last change.Jeff Law1999-09-151-1/+1
|
* * emulparms/elf64hppa.h (OTHER_READWRITE_SECTIONS): No longer combineJeff Law1999-09-151-12/+2
| | | | | the .plt, .dlt, .opd into a single output section. Provide values for __gp and __hp_load_map.
* * emulparms/elf64hppa.sh (OTHER_GOT_RELOC_SECTIONS): Add .rela.dlt.Jeff Law1999-09-141-0/+3
|
* * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Put .pltJeff Law1999-09-131-1/+10
| | | | at the start of the .dlt output section.
* Define ENTRY in PE emulation files. Also:Ian Lance Taylor1999-09-125-1/+5
| | | | * emulparams/i386pe.sh (ENTRY): Define as _mainCRTStartup.
* * emulparams/arm_epoc_pe.sh: Define SUBSYSTEM andIan Lance Taylor1999-09-125-1/+9
| | | | | | | | INITIAL_SYMBOL_CHAR. * emulparams/armpe.sh: Likewise. * emulparams/morepe.sh: Likewise. * emulparams/ppcpe.sh: Likewise. * emulparams/i386pe.sh (SUBSYSTEM): Define as PE_DEF_SUBSYSTEM.
* * emulparms/elf64hppa.sh (LIB_PATH): Define.Jeff Law1999-09-101-0/+1
|
* * emulparms/elf64hppa.sh (OTHER_READONLY_SECTIONS): Put stubs beforeJeff Law1999-09-101-1/+22
| | | | | | | | | | unwinders so that they are closer to the text section. (OTHER_BSS_SECTIONS): Define. (EXECUTABLE_SYMBOLS): Provide __SYSTEM_ID and _FPU_STATUS. (INIT_START, INIT_END): Define. (FINI_START, FINI_END): Define. * scripttempl/elf.sc: Add support for INIT_START, INIT_END, FINI_START, FINI_END and OTHER_BSS_SECTIONS.
* * emulparms/elf64hppa.sh (TEXT_START_ADDR): Move up one page.Jeff Law1999-09-101-1/+2
| | | | (DATA_ADDR): Define.
* * emulparams/d10velf.sh (READONLY_START_ADDR): Set to 0x2000004.Richard Henderson1999-09-101-1/+1
|
* Thu Sep 9 05:52:34 1999 Jeffrey A Law (law@cygnus.com)Jeff Law1999-09-091-1/+3
| | | | | | | | | | | | * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Define. 1999-09-08 Ulrich Drepper <drepper@cygnus.com> * emulparams/elf64hppa.sh (ELFSIZE): New. Set to 64. Wed Sep 8 00:07:39 1999 Jeffrey A Law (law@cygnus.com) * emulparms/elf64hppa.sh (ENTRY): Define to main.
* 1999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-09-042-0/+10
| | | | | | | | | | * configure.tgt (pjl-*-*, pj-*-*): New targets. * emulparams/pjelf.sh: New file. * emulparams/pjlelf.sh: New file. * scripttempl/pj.sc: New file. * Makefile.am (ALL_EMULATIONS): Add epjelf.o and epjlelf.o. (epjelf.o, epjlelf.o): New targets. * Makefile.in: Rebuild.
* * emulparams/elf64hppa.sh (MAXPAGESIZE): Define.Jeff Law1999-09-041-0/+12
| | | | (OTHER_READONLY_SECTIONS, DATA_PLT): Likewise.
* Patch from Philip Blundell <pb@nexus.co.uk>: Define __end__Nick Clifton1999-08-253-3/+3
|
* Patch from Roland McGrath <roland@baalperazim.frob.com>Nick Clifton1999-08-241-0/+7
| | | | Add arm-netbsd target.
* Implement --base-file command line switch.Nick Clifton1999-08-231-0/+65
|
* 1999-08-05 Donn Terry <donn@interix.com>Ian Lance Taylor1999-08-052-0/+12
| | | | | | | | | | | | | | | * emulparams/i386pe.sh: Define ENTRY, SUBSYSTEM, and INITIAL_SYMBOL_CHAQR. * emulparams/i386pe_posix.sh: New file. * Makefile.am (YACC): If bison is not in the source tree, use @YACC@ rather than bison -y. (LEX): If flex is not in the source tree, use @LEX@ rather than flex. (ALL_EMULATIONS): Add ei386pe_posix.o. (ei386pe_posix.c): New target. * configure.tgt (i[3456]86-*-interix*): New target. * configure.host (i[3456]86-pc-interix*): New host. * Makefile.in: Rebuild.
* * emulparams/elf32ppc.sh (MAXPAGESIZE): Change to 0x10000.Ian Lance Taylor1999-08-032-2/+2
| | | | * emulparams/elf32ppclinux.sh (MAXPAGESIZE): Likewise.
* Philip Blundell <pb@nexus.co.uk>Nick Clifton1999-07-222-2/+6
| | | | | | | | | * emulparams/armelf_linux26.sh (DATA_START_SYMBOLS): Define. (OTHER_BSS_SYMBOLS, OTHER_BSS_END_SYMBOLS): Likewise. * emulparams/armelf_linux.sh (DATA_START_SYMBOLS): Define. * configure.tgt (arm*-*-uclinux*, thumb-*-uclinux*, thumb-*-linux-gnu*): New targets.
* 1999-07-21 Mark Elbrecht <snowball3@bigfoot.com>Ian Lance Taylor1999-07-221-7/+0
| | | | | * emulparams/go32.sh: Remove; obsolete. * scripttempl/go32coff.sc: Remove; obsolete.
* * emulparams/elf32bmipn32.sh (OTHER_RELOCATING_SECTIONS): AddMark Mitchell1999-07-192-0/+64
| | | | | .MIPS.events and .MIPS.content handling. * emulparams/elf64bmip.sh (OTHER_RELOCATING_SECTIONS): Likewise.
* * emulparams/elf64_sparc.sh: Add 64-bit directories to native LIB_PATH.Richard Henderson1999-07-161-0/+34
|
* * Makefile.am (ALL_64_EMULATIONS): Add eelf64bmip.Mark Mitchell1999-07-081-0/+47
| | | | | | | (eelf64bmip): New target. * Makefile.in: Regenerated. * configure.tgt (mips-sgi-irix6*): Add 64-bit emulation. * emulparams/elf64bmip.sh: New file.
* * Makefile.am (ALL_EMULATIONS): Add eelf32bmipn32.o.Mark Mitchell1999-06-301-0/+43
| | | | | | | | (eelf32bmipn32.c): New target. * Makefile.in: Regenerated. * configure.tgt (mips-sgi-irix6*): Make n32 the default emulation. * emulparams/elf32bmipn32.sh: New file.
* Cort Dougan <cort@attis.cs.nmt.edu>Richard Henderson1999-05-301-0/+8
| | | | | | * Makefile.am (ALL_EMULATIONS): Add eelf32ppclinux.o. * configure.tgt (powerpc-*-linux-gnu): Use it. * emulparams/elf32ppclinux.sh: New file.
* 1999-05-28 Martin Dorey <mdorey@madge.com>Ian Lance Taylor1999-05-271-0/+8
| | | | | | | | * 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.
* Use correct templateNick Clifton1999-05-261-1/+1
|
* 1999-05-24 Philip Blundell <philb@gnu.org>Nick Clifton1999-05-242-0/+3
| | | | | | | * 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 mcore-elf support for shared librariesNick Clifton1999-05-161-0/+3
|
* REstore mcore support (duh!)Nick Clifton1999-05-072-6/+0
|
* restore. (Duh!)Nick Clifton1999-05-072-0/+41
|
* Remove traces of mcore.Nick Clifton1999-05-062-26/+0
|
* 19990502 sourceware importRichard Henderson1999-05-03116-0/+1186
OpenPOWER on IntegriCloud