diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2009-01-08 09:24:32 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2009-01-08 09:24:32 +0000 |
commit | 555474f2da7e1cc4cfbb05eecc227ac2c06a5732 (patch) | |
tree | 408812960405912fa363626152577a35bce2caf1 /package/strace/strace-dont-use-REG_SYSCALL-for-sh.patch | |
parent | fd5ce9ff41c427bc8ac796bba1cabf0db9763f75 (diff) | |
download | buildroot-novena-555474f2da7e1cc4cfbb05eecc227ac2c06a5732.tar.gz buildroot-novena-555474f2da7e1cc4cfbb05eecc227ac2c06a5732.zip |
strace: fix AVR32 arch patches and refresh all patches to apply clean
This patch updates the AVR32 arch patches for strace 4.5.18 and refreshes all
the other patches so they apply clean.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/strace/strace-dont-use-REG_SYSCALL-for-sh.patch')
-rw-r--r-- | package/strace/strace-dont-use-REG_SYSCALL-for-sh.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/strace/strace-dont-use-REG_SYSCALL-for-sh.patch b/package/strace/strace-dont-use-REG_SYSCALL-for-sh.patch index 9030ecc36..dd202a0b5 100644 --- a/package/strace/strace-dont-use-REG_SYSCALL-for-sh.patch +++ b/package/strace/strace-dont-use-REG_SYSCALL-for-sh.patch @@ -1,6 +1,6 @@ ---- strace/process.c -+++ strace/process.c -@@ -2663,7 +2663,6 @@ const struct xlat struct_user_offsets[] +--- a/process.c ++++ b/process.c +@@ -2726,7 +2726,6 @@ const struct xlat struct_user_offsets[] { 4*REG_GBR, "4*REG_GBR" }, { 4*REG_MACH, "4*REG_MACH" }, { 4*REG_MACL, "4*REG_MACL" }, |