summary refs log tree commit diff
path: root/elf/dl-minimal.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-07-25 08:19:59 +0000
committerUlrich Drepper <drepper@redhat.com>2002-07-25 08:19:59 +0000
commit51d46f733a26fc9da14cb5d45d88d09e4fc088dd (patch)
treeb0845ee54f7062089823a7065201145aefbff2ba /elf/dl-minimal.c
parent78ce5a3bbb6ce2ef0c43f5bd575708ff2c7715b9 (diff)
downloadglibc-51d46f733a26fc9da14cb5d45d88d09e4fc088dd.tar.gz
glibc-51d46f733a26fc9da14cb5d45d88d09e4fc088dd.tar.xz
glibc-51d46f733a26fc9da14cb5d45d88d09e4fc088dd.zip
Update.
2002-07-25  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
	* sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
	of __divdi3.

	* sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
	* sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
	* sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
	alias for adjtimex syscall.

	* elf/dl-minimal.c: Define __assert_fail_internal.
	* assert/assert.c: Likewise.
	* include/assert.h: Define __assert_file macro if !SHARED and not
	NOT_IN_libc.

	* iconv/Makefile: Define NOT_IN_libc for objects in standalone
	programs.
	* locale/Makefile: Likewise.
	* nscd/Makefile: Likewise.
	* catgets/Makefile: Likewise.

	succesful seek call.  Simplify error checking.
Diffstat (limited to 'elf/dl-minimal.c')
-rw-r--r--elf/dl-minimal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-minimal.c b/elf/dl-minimal.c
index a6c1803b34..0627a8908d 100644
--- a/elf/dl-minimal.c
+++ b/elf/dl-minimal.c
@@ -209,6 +209,7 @@ Inconsistency detected by ld.so: %s: %u: %s%sAssertion `%s' failed!\n",
 		    assertion);
 
 }
+INTDEF(__assert_fail)
 
 void weak_function
 __assert_perror_fail (int errnum,