about summary refs log tree commit diff
path: root/sysdeps/sparc/sparc32/dl-machine.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-29 17:14:29 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-29 17:14:29 +0000
commitb062f051ec5678a1f056656601715c9d047e6fc2 (patch)
tree71c7f38a076d8fe0249b4df681c3dbf493d499e9 /sysdeps/sparc/sparc32/dl-machine.h
parentd079f32126a4d1005a646dd907b4c791df7b0934 (diff)
downloadglibc-b062f051ec5678a1f056656601715c9d047e6fc2.tar.gz
glibc-b062f051ec5678a1f056656601715c9d047e6fc2.tar.xz
glibc-b062f051ec5678a1f056656601715c9d047e6fc2.zip
Update.
1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>

	* resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
	check overflow.
	* resolv/Makefile (tests): New, add tst-aton.
	* resolv/tst-aton.c: New file.

1998-04-29  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
	semicolon.

	* sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
Diffstat (limited to 'sysdeps/sparc/sparc32/dl-machine.h')
-rw-r--r--sysdeps/sparc/sparc32/dl-machine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/sparc/sparc32/dl-machine.h b/sysdeps/sparc/sparc32/dl-machine.h
index 1931c0caa7..348e0a4bbe 100644
--- a/sysdeps/sparc/sparc32/dl-machine.h
+++ b/sysdeps/sparc/sparc32/dl-machine.h
@@ -1,5 +1,5 @@
 /* Machine-dependent ELF dynamic relocation inline functions.  SPARC version.
-   Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -41,7 +41,7 @@ weak_extern(_dl_hwcap_mask);
 /* Protect some broken versions of gcc from misinterpreting weak addresses.  */
 #define WEAKADDR(x)	({ __typeof(x) *_px = &x;			\
 			   __asm ("" : "=r" (_px) : "0" (_px));		\
-			   _px })
+			   _px; })
 
 
 /* Use a different preload file when running in 32-bit emulation mode