diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-07-01 21:35:33 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-07-01 21:35:33 +0000 |
commit | 38ca54a71911d431c43b88d1bdb2c747985a1565 (patch) | |
tree | cff029141bbc2a9dd6e51dc41a939a34c3d0e447 /toolchain/gdb/6.5/400-mips-coredump.patch-2.4.23-29 | |
parent | 49b38b5009eef8e59936d0619c3634b07664b28a (diff) | |
download | buildroot-novena-38ca54a71911d431c43b88d1bdb2c747985a1565.tar.gz buildroot-novena-38ca54a71911d431c43b88d1bdb2c747985a1565.zip |
Fix gbd-6.5, courtesy Fathi Boudra
Diffstat (limited to 'toolchain/gdb/6.5/400-mips-coredump.patch-2.4.23-29')
-rw-r--r-- | toolchain/gdb/6.5/400-mips-coredump.patch-2.4.23-29 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gdb/6.5/400-mips-coredump.patch-2.4.23-29 b/toolchain/gdb/6.5/400-mips-coredump.patch-2.4.23-29 index 4e17ba7be..d00740d07 100644 --- a/toolchain/gdb/6.5/400-mips-coredump.patch-2.4.23-29 +++ b/toolchain/gdb/6.5/400-mips-coredump.patch-2.4.23-29 @@ -1,9 +1,9 @@ Sometime around 2.4.22-23, the mips pt_regs.h fields were reordered, breaking coredump handling by gdb for current kernels. Update the hardcoded constants to reflect the change. ---- gdb-6.2.1/gdb/mips-linux-tdep.c-orig 2004-10-29 14:23:55.000000000 -0500 -+++ gdb-6.2.1/gdb/mips-linux-tdep.c 2004-10-29 14:26:44.000000000 -0500 -@@ -53,12 +53,22 @@ +--- a/gdb/mips-linux-tdep.h ++++ b/gdb/mips-linux-tdep.h +@@ -41,12 +41,22 @@ #define EF_REG0 6 #define EF_REG31 37 |