]> git.pld-linux.org Git - packages/gcc2.git/blob - gcc2-sparc32-rfi.patch
- move compressed patch to distfiles
[packages/gcc2.git] / gcc2-sparc32-rfi.patch
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.044845 seconds and 3 git commands to generate.