diff options
author | Richard Stallman <rms@gnu.org> | 1993-06-01 16:48:21 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-06-01 16:48:21 +0000 |
commit | 826ec5ddbf2974855981ce4611608f10f0ea9108 (patch) | |
tree | ee82df5a00f98e6f86ce507a83cd692c587f5035 | |
parent | c225ba7b5689276a207812b5e9512dc34c80522e (diff) | |
download | gcc-826ec5ddbf2974855981ce4611608f10f0ea9108.zip gcc-826ec5ddbf2974855981ce4611608f10f0ea9108.tar.gz gcc-826ec5ddbf2974855981ce4611608f10f0ea9108.tar.bz2 |
[_IEEE_FLOAT_] (LINK_SPEC): Use ___gcc_cleanup, not __gcc_cleanup.
From-SVN: r4621
-rw-r--r-- | gcc/config/convex/convex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 1614d67..579b9c6 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -378,8 +378,8 @@ extern int target_flags; -fi \ -A__iob=___ap$iob \ -A_use_libc_sema=___ap$use_libc_sema \ - %{traditional:-A__gcc_cleanup=__cleanup} \ - %{!traditional:-A__gcc_cleanup=___ap$do_registered_functions} \ + %{traditional:-A___gcc_cleanup=__cleanup} \ + %{!traditional:-A___gcc_cleanup=___ap$do_registered_functions} \ -L/usr/lib" #define STARTFILE_SPEC \ |