diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-01 16:48:21 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-01 16:48:21 +0000 |
commit | 2496e82bd7fd0d8c4e0ca530e7c43fbf9f5d4015 (patch) | |
tree | ee82df5a00f98e6f86ce507a83cd692c587f5035 | |
parent | eb8fd805ceb5ddac6ea811532bac677a7443c414 (diff) | |
download | gcc-2496e82bd7fd0d8c4e0ca530e7c43fbf9f5d4015.tar.gz |
[_IEEE_FLOAT_] (LINK_SPEC): Use ___gcc_cleanup, not __gcc_cleanup.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4621 138bc75d-0d04-0410-961f-82ee72b054a4
-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 1614d67012a..579b9c6eb13 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 \ |