diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-04 14:36:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-04 14:36:02 +0000 |
commit | 5b5a4ec726e9c0452cd5632a70fb70ac88f67493 (patch) | |
tree | 15e8938d848ca513412f7c93134b0e3d394a053e /ld | |
parent | ca3f61f77c6812524418a33f90a8023bc6f72119 (diff) | |
download | gdb-5b5a4ec726e9c0452cd5632a70fb70ac88f67493.zip gdb-5b5a4ec726e9c0452cd5632a70fb70ac88f67493.tar.gz gdb-5b5a4ec726e9c0452cd5632a70fb70ac88f67493.tar.bz2 |
Fix typo
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/emulparams/hppalinux.sh | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e94511a..d8d3df6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2005-07-04 Mike Frysinger <vapier@gentoo.org> + + * emulparams/hppalinux.sh (GENERATE_PIE_SCRIPT): Fix typo in + name. + 2005-07-04 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> * emulparams/m32relf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes. diff --git a/ld/emulparams/hppalinux.sh b/ld/emulparams/hppalinux.sh index 38497a0..89a253f 100644 --- a/ld/emulparams/hppalinux.sh +++ b/ld/emulparams/hppalinux.sh @@ -17,6 +17,6 @@ DATA_START_SYMBOLS='PROVIDE ($global$ = .);' DATA_PLT= PLT_BEFORE_GOT= GENERATE_SHLIB_SCRIPT=yes -oGENERATE_PIE_SCRIPT=yes +GENERATE_PIE_SCRIPT=yes TEMPLATE_NAME=elf32 EXTRA_EM_FILE=hppaelf |