From: Jeff Law Date: Wed, 15 Sep 1999 10:12:21 +0000 (+0000) Subject: Fix typo in last change. X-Git-Tag: gdb-1999-09-21~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b97fa5ed0c8eb82081e4232cb75707e8ed4bab2;p=external%2Fbinutils.git Fix typo in last change. --- 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