diff options
Diffstat (limited to 'devel/gdb/files/patch-gdb_tramp-frame.h')
-rw-r--r-- | devel/gdb/files/patch-gdb_tramp-frame.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/gdb/files/patch-gdb_tramp-frame.h b/devel/gdb/files/patch-gdb_tramp-frame.h deleted file mode 100644 index 973cb14e3892..000000000000 --- a/devel/gdb/files/patch-gdb_tramp-frame.h +++ /dev/null @@ -1,11 +0,0 @@ ---- gdb/tramp-frame.h.orig 2018-03-15 10:38:21.385046000 +0100 -+++ gdb/tramp-frame.h 2018-03-15 10:38:49.942224000 +0100 -@@ -41,7 +41,7 @@ - - /* Magic instruction that to mark the end of the signal trampoline - instruction sequence. */ --#define TRAMP_SENTINEL_INSN ((LONGEST) -1) -+#define TRAMP_SENTINEL_INSN ((ULONGEST) -1) - - struct tramp_frame - { |