OSDN Git Service

* libgcc-std.ver: Inherit GCC_3.3 from GCC_3.0.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Dec 2002 22:04:22 +0000 (22:04 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Dec 2002 22:04:22 +0000 (22:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59784 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/libgcc-std.ver

index 05ad42f..f0f23ef 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-03  Richard Henderson  <rth@redhat.com>
+
+       * libgcc-std.ver: Inherit GCC_3.3 from GCC_3.0.
+
 2002-12-03  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * bitmap.c (bitmap_ior_and_compl, bitmap_union_of_diff):
index 45080fa..abbab6c 100644 (file)
@@ -176,6 +176,7 @@ GCC_3.0 {
   _Unwind_SjLj_Resume
 }
 
+%inherit GCC_3.3 GCC_3.0
 GCC_3.3 {
   _Unwind_FindEnclosingFunction
 }