OSDN Git Service

* emultempl/m68hc1xelf.em: New file to generate far trampolines on
authorStephane Carrez <stcarrez@nerim.fr>
Sat, 19 Apr 2003 08:26:38 +0000 (08:26 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Sat, 19 Apr 2003 08:26:38 +0000 (08:26 +0000)
commit44ab35e039457a996f2f379bdbff0b267a97c310
tree7a6ceee5aac205c8060a816ef1f48868d56b5c0a
parente18d0ed70769b8f20c09747db1c5feb586d10792
* emultempl/m68hc1xelf.em: New file to generate far trampolines on
68HC11 and 68HC12.
(LDEMUL_BEFORE_ALLOCATION): Override to gather the trampolines to
generate.
(LDEMUL_FINISH): Override to generate the trampolines after gc and
linker relaxation.
(LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): Override to create the
stub file for trampolines.
(PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_LONGOPTS): New options
--no-trampoline and --bank-window to control the memory bank window.
ld/ChangeLog
ld/emultempl/m68hc1xelf.em [new file with mode: 0644]