Commit 826ec5dd by Richard Stallman

[_IEEE_FLOAT_] (LINK_SPEC): Use ___gcc_cleanup, not __gcc_cleanup.

From-SVN: r4621
parent c225ba7b
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment