diff options
author | John David Anglin <dave@hiauly1.hia.nrc.ca> | 2002-02-15 19:11:01 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2002-02-15 19:11:01 +0000 |
commit | be5cc51a9bcc7fa15701a93ae47410d255089561 (patch) | |
tree | 1d4e97e918354298bff0a16fe6e062c3445cc8ae /gcc/gcc.c | |
parent | aa42eef159c3945cd127fa09e0a8808869e83398 (diff) | |
download | gcc-be5cc51a9bcc7fa15701a93ae47410d255089561.zip gcc-be5cc51a9bcc7fa15701a93ae47410d255089561.tar.gz gcc-be5cc51a9bcc7fa15701a93ae47410d255089561.tar.bz2 |
gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
* gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
* config/pa/pa-linux.h (LIB_SPEC): Likewise.
* config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Likewise.
From-SVN: r49794
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1430,7 +1430,7 @@ init_gcc_specs (obstack, shared_name, static_name, eh_name) #ifdef LINK_EH_SPEC sprintf (buffer, "%s}}}", static_name); #else - sprintf (buffer, "%s %s}}}", shared_name, static_name); + sprintf (buffer, "%s}}}", shared_name); #endif obstack_grow (obstack, buffer, strlen (buffer)); /* Otherwise, use the static version. */ |