diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2003-04-19 08:26:38 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2003-04-19 08:26:38 +0000 |
commit | 67bb994066b57e7748d82acad01672b1aeb9f920 (patch) | |
tree | 909ea5c82e114283592cd8fab6a26b994442f55a /ld/ChangeLog | |
parent | 62a3fc85abf83d9987aee7507e04fd4dccd13ab3 (diff) | |
download | gdb-67bb994066b57e7748d82acad01672b1aeb9f920.zip gdb-67bb994066b57e7748d82acad01672b1aeb9f920.tar.gz gdb-67bb994066b57e7748d82acad01672b1aeb9f920.tar.bz2 |
* 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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index bba7a92..c7664ef 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,16 @@ +2003-04-19 Stephane Carrez <stcarrez@nerim.fr> + + * 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. + 2003-04-18 H.J. Lu <hjl@gnu.org> * ldfile.c (ldfile_add_library_path): Remove the unused |