pkgsrc/devel/gdb
mcf 1874b9f9b5 gdb: remove incorrect patch
This patch originates from pkgsrc-wip in order to prevent clang
warnings for adding an integer to a string literal by converting
"foo" + x to &"foo"[x]. However, when gdb was updated to 7.9, the
ampersand was mistakenly dropped. The string literal was also
replaced with a variable, so there is no longer any reason for the
patch.

This caused the oappend function to be called with a char converted
to a pointer, which immediately crashes gdb whenever disassembly
is performed.
2020-10-26 04:26:11 +00:00
..
patches gdb: remove incorrect patch 2020-10-26 04:26:11 +00:00
DESCR
distinfo gdb: remove incorrect patch 2020-10-26 04:26:11 +00:00
Makefile gdb: remove incorrect patch 2020-10-26 04:26:11 +00:00
options.mk gdb: Upgrade to 10.1 2020-10-24 18:22:08 +00:00
PLIST.common gdb: Upgrade to 10.1 2020-10-24 18:22:08 +00:00
PLIST.Linux gdb: Upgrade to 10.1 2020-10-24 18:22:08 +00:00