diff options
author | Jeff Law <law@redhat.com> | 1999-09-15 10:12:21 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-15 10:12:21 +0000 |
commit | 3b97fa5ed0c8eb82081e4232cb75707e8ed4bab2 (patch) | |
tree | 2268dbfca4bf16a064c8d68f196c2f87bd874723 /ld | |
parent | 19ef54658042a86d047b88f3e1f0af772a351150 (diff) | |
download | gdb-3b97fa5ed0c8eb82081e4232cb75707e8ed4bab2.zip gdb-3b97fa5ed0c8eb82081e4232cb75707e8ed4bab2.tar.gz gdb-3b97fa5ed0c8eb82081e4232cb75707e8ed4bab2.tar.bz2 |
Fix typo in last change.
Diffstat (limited to 'ld')
-rwxr-xr-x | ld/emulparams/elf64hppa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emulparams/elf64hppa.sh b/ld/emulparams/elf64hppa.sh index 0b9c613..e404e29 100755 --- a/ld/emulparams/elf64hppa.sh +++ b/ld/emulparams/elf64hppa.sh @@ -17,7 +17,7 @@ OTHER_READONLY_SECTIONS='.PARISC.unwind : { *(.PARISC.unwind) } .stubs : { *(.st # The PA64 ELF port treats .plt sections differently than most. We also have # to create a .opd section. What most systems call the .got, we call the .dlt -OTHER_READWRITE_SECTIONS='__hp_load_map = .; . += 16; .opd : { *(.opd) }; __gp = .; .plt : { *(.plt) }; .dlt : { *(.dlt) }' +OTHER_READWRITE_SECTIONS='__hp_load_map = .; . += 16; .opd : { *(.opd) } __gp = .; .plt : { *(.plt) } .dlt : { *(.dlt) }' # The PA64 ELF port has two additional bss sections. huge bss and thread bss. # Make sure they end up in the appropriate location. We also have to set |