Package: gdb / 16.3-5
Metadata
| Package | Version | Patches format |
|---|---|---|
| gdb | 16.3-5 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| load versioned libcc1.patch | (download) |
include/gcc-c-interface.h |
2 1 + 1 - 0 ! |
load-versioned-libcc1 * d/p/load-versioned-libcc1.patch: - load libcc1.so.0 instead unversioned file. |
| fix blhc libiberty.patch | (download) |
libiberty/Makefile.in |
2 1 + 1 - 0 ! |
[patch] libiberty: pass ldflags Avoid blhc false positive: LDFLAGS missing (-Wl,-z,relro): \ mv -f /builds/gdb-team/gdb/debian/output/source_dir/debian/tmp/usr/lib/`x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/builds/gdb-team/gdb/debian/output/source_dir=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -print-multi-os-directory`/./libiberty.an /builds/gdb-team/gdb/debian/output/source_dir/debian/tmp/usr/lib/`x86_64-linux-gnu-gcc -g -O2 -ffile-prefix-map=/builds/gdb-team/gdb/debian/output/source_dir=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -print-multi-os-directory`/./libiberty.a Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com> |
| fix blhc chew.patch | (download) |
bfd/Makefile.in |
4 2 + 2 - 0 ! |
fix-blhc-chew =================================================================== |
| gfdl dont build manpages.patch | (download) |
gdb/doc/Makefile.in |
6 4 + 2 - 0 ! |
gfdl-dont-build-manpages |
| Port GDB to Hurd x86_64.patch | (download) |
gdb/Makefile.in |
4 3 + 1 - 0 ! |
port gdb to hurd x86_64. This port extends the existing i686 port to support x86_64 by reusing existing code whenever it makes sense. * gdb/amd64-gnu-tdep.c: Adds logic for handling signal frames and |
| fix hurd amd64 warning osabi.patch | (download) |
gdb/configure.tgt |
2 1 + 1 - 0 ! |
[patch] gdb: add i386-gnu-tdep to the list of objects for x86_64-*-gnu* Date: Fri, 5 Sep 2025 14:15:07 -0400 Message-ID: <20250905181507.2020753-1-sergiodj@sergiodj.net> X-Mailer: git-send-email 2.50.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: <gdb-patches.sourceware.org> When starting GDB on Hurd amd64, one will currently see the following warning: # gdb -q gdb: warning: A handler for the OS ABI "GNU/Hurd" is not built into this configuration of GDB. Attempting to continue with the default i386 settings. (gdb) This happens because, in gdb/configure.tgt, the "x86_64-*-gnu*" target is not pulling in the i386-gnu-tdep.o object, which means that only 64-bit debugging is currently supported. The fix here is to add i386-gnu-tdep.o to the gdb_target_obs for Hurd amd64. Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net> Suggested-by: Andrew Burgess <aburgess@redhat.com> Reported-by: Mark Wielaard <mark@klomp.org> Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=33377 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113764 |
