aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-02-15 19:11:01 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2002-02-15 19:11:01 +0000
commitbe5cc51a9bcc7fa15701a93ae47410d255089561 (patch)
tree1d4e97e918354298bff0a16fe6e062c3445cc8ae /gcc/gcc.c
parentaa42eef159c3945cd127fa09e0a8808869e83398 (diff)
downloadgcc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 84f1a1d..41c62a9 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -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. */