2003-04-15 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 16 Apr 2003 03:06:31 +0000 (03:06 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 16 Apr 2003 03:06:31 +0000 (03:06 +0000)
* sysdeps/generic/libc-start.c [NEED_DL_SYSINFO]: Add decl for
INTUSE(__register_frame_info_bases).

sysdeps/generic/libc-start.c

index 318d070..0acdd59 100644 (file)
@@ -30,6 +30,8 @@ extern void *__libc_stack_end;
 
 #ifdef NEED_DL_SYSINFO
 # include "unwind-dw2-fde.h"
+extern __typeof (__register_frame_info_bases)
+     INTUSE(__register_frame_info_bases);
 static struct object eh_obj;
 #endif