This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgcc version map tweak


Something I noticed the other day and forgot to commit.


r~


        * libgcc-std.ver: Inherit GCC_3.3 from GCC_3.0.

Index: libgcc-std.ver
===================================================================
RCS file: /cvs/gcc/gcc/gcc/libgcc-std.ver,v
retrieving revision 1.15
diff -c -p -d -u -r1.15 libgcc-std.ver
--- libgcc-std.ver	27 Nov 2002 10:33:54 -0000	1.15
+++ libgcc-std.ver	3 Dec 2002 22:03:08 -0000
@@ -176,6 +176,7 @@ GCC_3.0 {
   _Unwind_SjLj_Resume
 }
 
+%inherit GCC_3.3 GCC_3.0
 GCC_3.3 {
   _Unwind_FindEnclosingFunction
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]