From 8136814d3c79481c5da121f65e44a197f4fe61e5 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sun, 24 Feb 2008 18:36:05 +0200 Subject: [PATCH] --- yaml --- r: 86351 b: refs/heads/master c: 03994f01e8b72b3d01fd3d09d1cc7c9f421a727c h: refs/heads/master i: 86349: 44090f8112cde630155dce88970203e0bd132e07 86347: 7ebdcbdbd99c3d934bde32002648e9ca2327aaa1 86343: 94640ad5b9f150c79f2457237311207eeb606cef 86335: 0008f7d85dd3a930f9522d9b9d6c964a2ac41f9c v: v3 --- [refs] | 2 +- trunk/arch/x86/vdso/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7c1ff1de7b49..d4c22dfb245b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2b775a27c0d9fdf8078d5b31e1e27411e5bf2a91 +refs/heads/master: 03994f01e8b72b3d01fd3d09d1cc7c9f421a727c diff --git a/trunk/arch/x86/vdso/Makefile b/trunk/arch/x86/vdso/Makefile index f385a4b4a484..b8bd0c4aa02e 100644 --- a/trunk/arch/x86/vdso/Makefile +++ b/trunk/arch/x86/vdso/Makefile @@ -48,7 +48,7 @@ obj-$(VDSO64-y) += vdso-syms.lds # Match symbols in the DSO that look like VDSO*; produce a file of constants. # sed-vdsosym := -e 's/^00*/0/' \ - -e 's/^\([0-9a-fA-F]*\) . \(VDSO[a-zA-Z0-9_]*\)$$/\2 = 0x\1;/p' + -e 's/^\([[:xdigit:]]*\) . \(VDSO[[:alnum:]_]*\)$$/\2 = 0x\1;/p' quiet_cmd_vdsosym = VDSOSYM $@ cmd_vdsosym = $(NM) $< | sed -n $(sed-vdsosym) | LC_ALL=C sort > $@