about summary refs log tree commit diff
path: root/assert
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-01 05:19:18 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-01 05:19:18 +0000
commit5e087c7152841153da9c696df8596684e359c755 (patch)
treecae5f5ecce14411ed79627adffc0661b94fa1e4a /assert
parentb856f875e8b72c48ef9b983b702f614615fc80b3 (diff)
downloadglibc-5e087c7152841153da9c696df8596684e359c755.tar.gz
glibc-5e087c7152841153da9c696df8596684e359c755.tar.xz
glibc-5e087c7152841153da9c696df8596684e359c755.zip
Update.
	* assert/Depend: Add localedata.
	* assert/Makefile (test-assert-ENV): New.  Define LANGUAGE=C.
	(test-assert-perr-ENV): New.  Define LANGUAGE=C.

	* sysdeps/alpha/dl-machine.h (elf_machine_rela) [r_type ==
	R_ALPHA_REFQUAD]: Use memcpy to load and store value from
	relocation address to prevent unaligned trap.
	Suggested by Richard Henderson <rth@cygnus.com>.

2000-06-30  Jakub Jelinek  <jakub@redhat.com>

	* io/sys/stat.h (stat64, lstat64, fstat64): Don't define inlines
	if redirecting and either redirection is done using defines or
	not optimizing.

2000-06-30  Ulrich Drepper  <drepper@redhat.com>
Diffstat (limited to 'assert')
-rw-r--r--assert/Depend1
-rw-r--r--assert/Makefile5
2 files changed, 5 insertions, 1 deletions
diff --git a/assert/Depend b/assert/Depend
index e35d3258a3..981111e299 100644
--- a/assert/Depend
+++ b/assert/Depend
@@ -1 +1,2 @@
 iconvdata
+localedata
diff --git a/assert/Makefile b/assert/Makefile
index 63fb9253ff..c18d673b94 100644
--- a/assert/Makefile
+++ b/assert/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 1994, 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1994, 1997, 1998, 2000 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
@@ -26,3 +26,6 @@ routines := assert assert-perr
 tests := test-assert test-assert-perr
 
 include ../Rules
+
+test-assert-ENV = LANGUAGE=C
+test-assert-perr-ENV = LANGUAGE=C