diff options
| author | Tom Rini <trini@embeddedalley.com> | 2009-01-27 18:03:07 -0500 |
|---|---|---|
| committer | Tom Rini <trini@embeddedalley.com> | 2009-01-27 18:03:07 -0500 |
| commit | 2ae4d66192f2db96bbd79ddcc33e6aac7c1bd960 (patch) | |
| tree | 11a2c7c90703d8034d755297e156b420c075c8e7 /packages/gdb/gdb-6.8/gdb-6.8-mips-mingw-sim-fixup.patch | |
| parent | ffee230ed0b6c49ef4a0b23bc850b843c429f19a (diff) | |
| parent | 04c9615b938eaabfbadc99c1707eb44657c95a61 (diff) | |
Merge trini/canadian-merge branch into org.openembedded.dev, fixup a
conflict on checksums.ini
Diffstat (limited to 'packages/gdb/gdb-6.8/gdb-6.8-mips-mingw-sim-fixup.patch')
| -rw-r--r-- | packages/gdb/gdb-6.8/gdb-6.8-mips-mingw-sim-fixup.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/gdb/gdb-6.8/gdb-6.8-mips-mingw-sim-fixup.patch b/packages/gdb/gdb-6.8/gdb-6.8-mips-mingw-sim-fixup.patch new file mode 100644 index 0000000000..2a31e29174 --- /dev/null +++ b/packages/gdb/gdb-6.8/gdb-6.8-mips-mingw-sim-fixup.patch @@ -0,0 +1,17 @@ +--- + sim/common/sim-signal.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: gdb-6.8/sim/common/sim-signal.c +=================================================================== +--- gdb-6.8.orig/sim/common/sim-signal.c ++++ gdb-6.8/sim/common/sim-signal.c +@@ -26,7 +26,7 @@ along with this program. If not, see <h + to not think the process has died (so it can be debugged at the point of + failure). */ + +-#ifdef _MSC_VER ++#ifdef __WIN32 + #ifndef SIGTRAP + #define SIGTRAP 5 + #endif |
