diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-25 06:40:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-25 06:40:27 +0000 |
commit | 1049f94e8e1a9eae86a694d2dca94a6194f763b1 (patch) | |
tree | 40fbf4dbcdbd98d6784861ab18ce46a36b3308c8 /ld/emultempl/xtensaelf.em | |
parent | 59861b363a480a4e802ef0433bf31153b57a2e3a (diff) | |
download | gdb-1049f94e8e1a9eae86a694d2dca94a6194f763b1.zip gdb-1049f94e8e1a9eae86a694d2dca94a6194f763b1.tar.gz gdb-1049f94e8e1a9eae86a694d2dca94a6194f763b1.tar.bz2 |
Correct spelling of "relocatable".
Diffstat (limited to 'ld/emultempl/xtensaelf.em')
-rw-r--r-- | ld/emultempl/xtensaelf.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/xtensaelf.em b/ld/emultempl/xtensaelf.em index b070075..bc91365 100644 --- a/ld/emultempl/xtensaelf.em +++ b/ld/emultempl/xtensaelf.em @@ -75,7 +75,7 @@ elf_xtensa_place_orphan (file, s) asection *s; { /* Early exit for relocatable links. */ - if (link_info.relocateable) + if (link_info.relocatable) return FALSE; return gld${EMULATION_NAME}_place_orphan (file, s); @@ -148,7 +148,7 @@ elf_xtensa_before_allocation () /* TBD: We need to force the page alignments to here and only do them as needed for the entire output section. Finally, if this - is a relocateable link then we need to add alignment notes so + is a relocatable link then we need to add alignment notes so that the literals can be separated later. */ } |