about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-03 11:18:13 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-03 11:18:13 +0000
commitcab24c3767986d0c4c336634756b4de5aee3a797 (patch)
treeb72ea4f009154a92f959bead5ae8a13364190b27 /sysdeps
parenteb098700c8daa989605f6cd819402f5d4fbebb6d (diff)
downloadglibc-cab24c3767986d0c4c336634756b4de5aee3a797.tar.gz
glibc-cab24c3767986d0c4c336634756b4de5aee3a797.tar.xz
glibc-cab24c3767986d0c4c336634756b4de5aee3a797.zip
Update.
1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
	default.

1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Makerules (installed-libcs): Fix typo.

1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
	(UHC-routines): Remove ksc5601.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/dl-procinfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/generic/dl-procinfo.h b/sysdeps/generic/dl-procinfo.h
index 48936194ac..5592ec00d5 100644
--- a/sysdeps/generic/dl-procinfo.h
+++ b/sysdeps/generic/dl-procinfo.h
@@ -24,6 +24,9 @@
 /* We cannot provide a general printing function.  */
 #define _dl_procinfo(word) -1
 
+/* There are no hardware capabilities defined.  */
+#define _dl_hwcap_string(idx) ""
+
 /* By default there is no important hardware capability.  */
 #define HWCAP_IMPORTANT (0)