555474f2da
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>
11 lines
620 B
Diff
11 lines
620 B
Diff
--- 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" },
|
|
- { 4*REG_SYSCALL, "4*REG_SYSCALL" },
|
|
{ 4*REG_FPUL, "4*REG_FPUL" },
|
|
{ 4*REG_FPREG0, "4*REG_FPREG0" },
|
|
{ 4*(REG_FPREG0+1), "4*REG_FPREG1" },
|