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 | 8cfc02c02637d4cc9fa724c9bf27ab34aa860304 (patch) | |
tree | 51604f5864bbf5ecc2a21eb247b9f7e468f1267e /ld | |
parent | c2696efd950b95629b9457db32c670b1f042978e (diff) | |
download | binutils-redhat-8cfc02c02637d4cc9fa724c9bf27ab34aa860304.tar.gz |
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 0b9c613616..e404e29bf2 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 |