summaryrefslogtreecommitdiffstats
path: root/ld/emultempl/armelf.em
Commit message (Collapse)AuthorAgeFilesLines
* Fixtypos in ChangeLogs, fix copyright dates in filesNick Clifton2001-03-131-1/+1
|
* Add some shell variables and shell code to elf32.emAlan Modra2000-07-281-1210/+72
| | | | | | | to allow elf32.em to be used by ports that require some minor variations or a few extra functions. Implement for hppaelf and armelf. Fix header file include order in m68kcoff.em
* Remove some forward declarations in ldemul.h and ldfile.h, andAlan Modra2000-07-111-3/+4
| | | | | | re-arrange header include order. Fix shadowing warnings in ldlang.h Fix compile errors in mpw-elfmips.c
* place_orphan optimisationsAlan Modra2000-04-251-58/+50
|
* 2000-04-18 H.J. Lu <hjl@gnu.org>H.J. Lu2000-04-181-3/+4
| | | | | | | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call lang_leave_output_section_statement () after calling lang_enter_output_section_statement (). * emultempl/armelf.em: Likewise.
* Yet another set of fixes for orphan sections.Alan Modra2000-04-181-56/+76
|
* Zero start address of orphan ~(SEC_LOAD | SEC_ALLOC) sections.Alan Modra2000-04-141-20/+19
|
* Keep output orphan sections in the same order as input.Alan Modra2000-04-121-37/+56
|
* GCC warning fix: Add missing NULL initialiser for find_potential_libraries.Alan Modra2000-02-291-1/+2
|
* Add LMA memory region functionality.Timothy Wall2000-02-161-1/+2
|
* To satisfy latest CVS gcc:Alan Modra2000-01-221-5/+5
| | | | | | * emultempl/*.em (ld_emulation_xfer_struct): Add missing NULL initialisers, and comments. * testsuite/ld-srec/sr3.cc (__rethrow): New.
* fix compile time warningsNick Clifton1999-10-271-0/+3
|
* Remove extraneous underscore from prototypeNick Clifton1999-10-261-1/+1
|
* * emultempl/ostring.sed: Rename from stringify.sed.Ian Lance Taylor1999-08-061-1/+1
| | | | | | | | | | | | | | | | * emultempl/astring.sed: New file. * Makefile.am (stringify.sed): New target. (GEN_DEPENDS): Change $(srcdir)/emultempl/stringify.sed to stringify.sed. * configure.in: Define and substitute STRINGIFY. * emultempl/*.em: Use stringify.sed from build directory rather than source directory. * emultempl/elf32.em: Use stringify.sed rather than inline sed script. * emultempl/gld960.em, emultempl/gld960c.em: Likewise. * emultempl/hppaelf.em, emultempl/linux.em: Likewise. * emultempl/lnk960.em, emultempl/sunos.em: Likewise. * configure, Makefile.in: Rebuild.
* Abort if input format is ARM and output format is notNick Clifton1999-07-051-4/+16
|
* Patch from: Jim Pick <jim@jimpick.com>Nick Clifton1999-06-291-0/+6
| | | | | | Added code so that .xs linker scripts are called so that ARM shared libraries are built correctly. CVS: ----------------------------------------------------------------------
* Add new command line switch --thumb-entry.Nick Clifton1999-06-211-1/+54
|
* * emultempl/armelf.em: Watch EMULATION_LIBPATH instead ofRichard Henderson1999-06-201-6/+12
| | | | | | DEFAULT_EMULATION. * emultempl/elf32.em: Likewise. * emultempl/sunos.em: Likewise.
* Implement new command line option for new ABI: -p which prevents the ARM codeNick Clifton1999-05-291-3/+61
| | | | from exhibiting any knowledge of the length of the processor's pipeline.
* 1999-05-24 Philip Blundell <philb@gnu.org>Nick Clifton1999-05-241-0/+2
| | | | | | | * 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-221-15/+998
|
* 19990502 sourceware importRichard Henderson1999-05-031-0/+168
OpenPOWER on IntegriCloud