Added dl-support.c and dl-error.c.
authorUlrich Drepper <drepper@redhat.com>
Wed, 20 Jun 2001 07:03:22 +0000 (07:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 20 Jun 2001 07:03:22 +0000 (07:03 +0000)
sysdeps/unix/sysv/aix/Makefile

index dc91f8f..19ec885 100644 (file)
@@ -3,7 +3,10 @@
 +postctor += /lib/syscalls.exp
 
 ifeq ($(subdir),misc)
-sysdep_routines  += dl-libc dl-open dl-sym dl-close uitrunc 
+sysdep_routines  += dl-error dl-support dl-libc dl-open dl-sym \
+                   dl-close dl-addr uitrunc
+
+static-only-routines = gprsave0 gprrest0 gprsave1 gprrest1 fprsave fprrest
 endif
 
 ifeq ($(subdir),login)