From 826ec5ddbf2974855981ce4611608f10f0ea9108 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 1 Jun 1993 16:48:21 +0000 Subject: [PATCH] [_IEEE_FLOAT_] (LINK_SPEC): Use ___gcc_cleanup, not __gcc_cleanup. From-SVN: r4621 --- gcc/config/convex/convex.h | 4 ++-- 1 file 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 \ -- 2.30.2