-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 288607 b: refs/heads/master c: 800eb01 h: refs/heads/master i: 288605: 5ce7f0d 288603: 9943d7f 288599: f5fb25b 288591: d0cdad6 288575: 3bcbab8 v: v3
- Loading branch information
Jan Beulich
authored and
Arnaldo Carvalho de Melo
committed
Jan 24, 2012
1 parent
7033d19
commit 3a7341b
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 9ea811973d49a1df0be04ff6e4df449e4fca4fb5 | ||
refs/heads/master: 800eb01484b3ca1eaf4eb5186df13fb24de2db19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
#define memcpy MEMCPY /* don't hide glibc's memcpy() */ | ||
#define altinstr_replacement text | ||
#define globl p2align 4; .globl | ||
#define Lmemcpy_c globl memcpy_c; memcpy_c | ||
#define Lmemcpy_c_e globl memcpy_c_e; memcpy_c_e | ||
#include "../../../arch/x86/lib/memcpy_64.S" |