diff options
author | Roland McGrath <roland@gnu.org> | 2003-06-06 06:28:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-06-06 06:28:42 +0000 |
commit | 10b4329d5b5e6b4cca6336f1666ca85a246af86c (patch) | |
tree | f5d3350914608baf7faf22ddacbcb62b3ca39412 | |
parent | 90fff0d44fd04fd7dee4550364be8a44d1df29a3 (diff) | |
download | gdb-10b4329d5b5e6b4cca6336f1666ca85a246af86c.zip gdb-10b4329d5b5e6b4cca6336f1666ca85a246af86c.tar.gz gdb-10b4329d5b5e6b4cca6336f1666ca85a246af86c.tar.bz2 |
2003-06-05 Roland McGrath <roland@redhat.com>
* emultempl/elf32.em (gld${EMULATION_NAME}_list_options): Remove
extra \t in -z noexecstack line.
-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 5529f32..7c06820 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -1743,7 +1743,7 @@ cat >>e${EMULATION_NAME}.c <<EOF fprintf (file, _(" -z nodelete\t\tMark DSO non-deletable at runtime\n")); fprintf (file, _(" -z nodlopen\t\tMark DSO not available to dlopen\n")); fprintf (file, _(" -z nodump\t\tMark DSO not available to dldump\n")); - fprintf (file, _(" -z noexecstack\t\tMark executable as not requiring executable stack\n")); + fprintf (file, _(" -z noexecstack\tMark executable as not requiring executable stack\n")); fprintf (file, _(" -z now\t\tMark object non-lazy runtime binding\n")); fprintf (file, _(" -z origin\t\tMark object requiring immediate \$ORIGIN processing\n\t\t\t at runtime\n")); fprintf (file, _(" -z KEYWORD\t\tIgnored for Solaris compatibility\n")); |