diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-29 19:25:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-29 19:25:26 +0000 |
commit | bf9f43e912147fb8108b121dd7f2b1c12b62d689 (patch) | |
tree | 91745d57d27770314d2a03e0f87e07062b696e99 /package/devel/gdb/patches | |
parent | 98ae11a58a45682d7af855327b5b630d34f5b2ac (diff) | |
download | upstream-bf9f43e912147fb8108b121dd7f2b1c12b62d689.tar.gz upstream-bf9f43e912147fb8108b121dd7f2b1c12b62d689.tar.bz2 upstream-bf9f43e912147fb8108b121dd7f2b1c12b62d689.zip |
gdb: update to version 7.5
SVN-Revision: 33998
Diffstat (limited to 'package/devel/gdb/patches')
-rw-r--r-- | package/devel/gdb/patches/001-siginfo_t.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/devel/gdb/patches/001-siginfo_t.patch b/package/devel/gdb/patches/001-siginfo_t.patch deleted file mode 100644 index 33aacd8701..0000000000 --- a/package/devel/gdb/patches/001-siginfo_t.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN gdb-6.8/gdb/linux-nat.h gdb-6.8a.new/gdb/linux-nat.h ---- gdb-6.8/gdb/linux-nat.h 2008-01-23 12:26:28.000000000 +0100 -+++ gdb-6.8a.new/gdb/linux-nat.h 2012-09-19 16:37:10.468916796 +0200 -@@ -60,7 +60,7 @@ - - /* Non-zero si_signo if this LWP stopped with a trap. si_addr may - be the address of a hardware watchpoint. */ -- struct siginfo siginfo; -+ siginfo_t siginfo; - - /* If WAITSTATUS->KIND != TARGET_WAITKIND_SPURIOUS, the waitstatus - for this LWP's last event. This may correspond to STATUS above, |