diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-12 19:37:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-12 19:37:01 +0000 |
commit | 6d02a66752fabe76bdec0b36f34be7f3c25ac993 (patch) | |
tree | dd86d51ff1b133313745fa55a9afd9c5b4a9bdab /ld/emultempl/elf32.em | |
parent | 584da044d948b811ff410338a5b961527db9effb (diff) | |
download | gdb-6d02a66752fabe76bdec0b36f34be7f3c25ac993.zip gdb-6d02a66752fabe76bdec0b36f34be7f3c25ac993.tar.gz gdb-6d02a66752fabe76bdec0b36f34be7f3c25ac993.tar.bz2 |
Remove spurious whitespace
Diffstat (limited to 'ld/emultempl/elf32.em')
-rw-r--r-- | ld/emultempl/elf32.em | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 617c650..e03da1b 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -1023,7 +1023,7 @@ gld${EMULATION_NAME}_place_orphan (file, s) if (! config.unique_orphan_sections) { - /* Look through the script to see where to place this section. */ + /* Look through the script to see where to place this section. */ os = lang_output_section_find (secname); if (os != NULL |