diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2023-12-10 00:08:15 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-01-04 22:40:05 +0100 |
commit | 4a5d1d0e95d6ec6ac9c9418af9d93a0ad2e7c100 (patch) | |
tree | 9f1e8bd7d602e8d88baf3112c967d595637d8bf0 /package/devel/gdb/patches/130-gdb-ctrl-c.patch | |
parent | 309c2cd4fbd2876a144bb4423428363f36c67a3f (diff) |
devel/gdb: Update to 14.1
Update the gdb package to 14.1
* mpfr is now required, remove the 'without' and add dependency
* remove mpc 'without' that is parsed wrongly, causing "-Lno/lib"
* refresh patches
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'package/devel/gdb/patches/130-gdb-ctrl-c.patch')
-rw-r--r-- | package/devel/gdb/patches/130-gdb-ctrl-c.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/gdb/patches/130-gdb-ctrl-c.patch b/package/devel/gdb/patches/130-gdb-ctrl-c.patch index 8650ce844c..5272b7e969 100644 --- a/package/devel/gdb/patches/130-gdb-ctrl-c.patch +++ b/package/devel/gdb/patches/130-gdb-ctrl-c.patch @@ -24,7 +24,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> --- a/gdbserver/linux-low.cc +++ b/gdbserver/linux-low.cc -@@ -5467,7 +5467,7 @@ linux_process_target::request_interrupt +@@ -5481,7 +5481,7 @@ linux_process_target::request_interrupt { /* Send a SIGINT to the process group. This acts just like the user typed a ^C on the controlling terminal. */ |