diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-04 13:54:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-04 13:54:36 +0000 |
commit | 80447b21a99357ba65e0ae4558b17bae94b4e572 (patch) | |
tree | 328f1bb68e66e41d61c16c48b5766370bf8641e8 /ld | |
parent | df80278b799985481340cc3fefba4ba5737a7cf2 (diff) | |
download | gdb-80447b21a99357ba65e0ae4558b17bae94b4e572.zip gdb-80447b21a99357ba65e0ae4558b17bae94b4e572.tar.gz gdb-80447b21a99357ba65e0ae4558b17bae94b4e572.tar.bz2 |
m32r-linux-ld support for position independent executables
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/emulparams/m32relf_linux.sh | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9f6122c..e94511a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2005-07-04 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> + + * emulparams/m32relf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes. + 2005-07-04 Aurelien Jarno <aurel32@debian.org> * emultempl/elf32.em: Enable use of ld.so.conf for *-*-k*bsd-*. diff --git a/ld/emulparams/m32relf_linux.sh b/ld/emulparams/m32relf_linux.sh index 814c91a..be2ad23 100644 --- a/ld/emulparams/m32relf_linux.sh +++ b/ld/emulparams/m32relf_linux.sh @@ -11,3 +11,4 @@ MAXPAGESIZE=0x1000 # top of simulator memory (32MB). OTHER_RELOCATING_SECTIONS='PROVIDE (_stack = 0x2000000);' GENERATE_SHLIB_SCRIPT=yes +GENERATE_PIE_SCRIPT=yes |