Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86351
b: refs/heads/master
c: 03994f0
h: refs/heads/master
i:
  86349: 44090f8
  86347: 7ebdcbd
  86343: 94640ad
  86335: 0008f7d
v: v3
  • Loading branch information
Priit Laes authored and Ingo Molnar committed Feb 26, 2008
1 parent a27adaf commit 8136814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b775a27c0d9fdf8078d5b31e1e27411e5bf2a91
refs/heads/master: 03994f01e8b72b3d01fd3d09d1cc7c9f421a727c
2 changes: 1 addition & 1 deletion trunk/arch/x86/vdso/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 > $@

Expand Down

0 comments on commit 8136814

Please sign in to comment.