]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(sysdep-routines): Add framestate.
authorUlrich Drepper <drepper@redhat.com>
Fri, 16 Nov 2001 01:24:04 +0000 (01:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 16 Nov 2001 01:24:04 +0000 (01:24 +0000)
sysdeps/unix/sysv/linux/alpha/Makefile
sysdeps/unix/sysv/linux/arm/Makefile
sysdeps/unix/sysv/linux/m68k/Makefile
sysdeps/unix/sysv/linux/mips/Makefile

index 62536ae1ae7be9a0260b331e135596930f378fe9..5c04677086d7b2a1184954967726dd2e723686ea 100644 (file)
@@ -23,3 +23,11 @@ ifeq ($(subdir),signal)
 sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait        \
                   rt_sigqueueinfo rt_sigaction rt_sigpending
 endif
+
+ifeq ($(subdir),elf)
+ifeq (yes,$(build-shared))
+# This is needed to support g++ v2 and v3.
+sysdep_routines += framestate
+shared-only-routines += framestate
+endif
+endif
index aeaaa39fce2c5a8f084807005c89f2a8e0228cfd..66a93ba8f3237b8984be0a9f324e442973b3069c 100644 (file)
@@ -19,4 +19,10 @@ sysdep-dl-routines += dl-procinfo
 sysdep_routines += dl-procinfo
 # extra shared linker files to link only into dl-allobjs.so
 sysdep-rtld-routines += dl-procinfo
+
+ifeq (yes,$(build-shared))
+# This is needed to support g++ v2 and v3.
+sysdep_routines += framestate
+shared-only-routines += framestate
+endif
 endif
index 55eeeabe10f2da8dea0f6d6085b35e0ceb5fc39f..83ea370afacbefed675bee49ec72e421057d7990 100644 (file)
@@ -10,6 +10,12 @@ endif
 ifeq ($(subdir),elf)
 sysdep-others += lddlibc4
 install-bin += lddlibc4
+
+ifeq (yes,$(build-shared))
+# This is needed to support g++ v2 and v3.
+sysdep_routines += framestate
+shared-only-routines += framestate
+endif
 endif
 
 ifeq ($(subdir),resource)
index 1f9fc2dd031572bc94de1c5d412eb8e186bb00b2..e46cfef7a5ccd01f1a1e3780ea679e4468ee9d84 100644 (file)
@@ -9,3 +9,11 @@ sysdep_routines += cachectl cacheflush sysmips _test_and_set
 
 sysdep_headers += sys/cachectl.h sys/sysmips.h sys/tas.h
 endif
+
+ifeq ($(subdir),elf)
+ifeq (yes,$(build-shared))
+# This is needed to support g++ v2 and v3.
+sysdep_routines += framestate
+shared-only-routines += framestate
+endif
+endif