]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/blame - gcc-sparc32-rfi.patch
- allow override flags.
[packages/crossmingw32-gcc.git] / gcc-sparc32-rfi.patch
CommitLineData
53b567d6 1# DP: Makes it so sparc32 remains binary compatible with older releases
2
3--- gcc/crtstuff.c.orig Mon Apr 26 20:11:08 1999
4+++ gcc/crtstuff.c Mon Apr 26 20:12:28 1999
5@@ -89,11 +89,12 @@
6
7 /* References to __register_frame_info and __deregister_frame_info should
8 be weak in this file if at all possible. */
9-extern void __register_frame_info (void *, struct object *)
10- TARGET_ATTRIBUTE_WEAK;
11+extern void __register_frame_info (void *, struct object *);
12
13-extern void *__deregister_frame_info (void *)
14- TARGET_ATTRIBUTE_WEAK;
15+extern void *__deregister_frame_info (void *);
16+/* DEBIAN/SPARC - Changed the references to the
17+ * previous for binary compatibility reasons
18+ */
19
20 /* Provide default definitions for the pseudo-ops used to switch to the
21 .ctors and .dtors sections.
This page took 0.028586 seconds and 4 git commands to generate.