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]

[split] Correct symbol version file


I committed this patch to the split branch to correct the symbol version
file.

Ian

Index: gcc/libgcc-std.ver
===================================================================
--- gcc/libgcc-std.ver	(revision 164538)
+++ gcc/libgcc-std.ver	(working copy)
@@ -1914,10 +1914,6 @@ GCC_4.5.0 {
 
 %inherit GCC_4.6.0 GCC_4.5.0
 GCC_4.6.0 {
-}
-
-%inherit GCC_4.6.0 GCC_4.4.0
-GCC_4.6.0 {
   __morestack_segments
   __morestack_current_segment
   __morestack_initial_sp

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