This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] S/390: Adjust hwcaps strings


Hi,

the attached patch brings the strings used for the elf hwcaps in synch
with the Linux kernel (arch/s390/kernel/processor.c).

Ok?

Bye,

-Andreas-

2009-12-01  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

	* sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Replace hpage
	with edat and etf3enh with etf3eh in order to be in sync with the
	Linux kernel.


Index: sysdeps/s390/dl-procinfo.c
===================================================================
--- sysdeps/s390/dl-procinfo.c.orig	2009-08-03 10:18:31.000000000 +0200
+++ sysdeps/s390/dl-procinfo.c	2009-12-01 14:08:14.000000000 +0100
@@ -51,7 +51,7 @@ PROCINFO_CLASS const char _dl_s390_cap_f
 #endif
 #ifndef PROCINFO_DECL
 = {
-     "esan3", "zarch", "stfle", "msa", "ldisp", "eimm", "dfp", "hpage", "etf3enh", "highgprs"
+     "esan3", "zarch", "stfle", "msa", "ldisp", "eimm", "dfp", "edat", "etf3eh", "highgprs"
   }
 #endif
 #if !defined SHARED || defined PROCINFO_DECL


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]