--- - branch: MAIN date: Mon Oct 26 04:26:11 UTC 2020 files: - new: '1.75' old: '1.74' path: pkgsrc/devel/gdb/Makefile pathrev: pkgsrc/devel/gdb/Makefile@1.75 type: modified - new: '1.37' old: '1.36' path: pkgsrc/devel/gdb/distinfo pathrev: pkgsrc/devel/gdb/distinfo@1.37 type: modified - new: '0' old: '1.1' path: pkgsrc/devel/gdb/patches/patch-opcodes_i386-dis_c pathrev: pkgsrc/devel/gdb/patches/patch-opcodes_i386-dis_c@0 type: deleted id: 20201026T042611Z.d7dca7180d3cf01fe9e28e0d015d696d6f931d0d log: | 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. module: pkgsrc subject: 'CVS commit: pkgsrc/devel/gdb' unixtime: '1603686371' user: mcf