components/gdb/patches/gdb.features.Makefile.patch
author April Chin <april.chin@oracle.com>
Wed, 19 Apr 2017 14:37:55 -0700
changeset 7939 a0c0b8aac8d4
parent 6420 65948e9e205b
permissions -rw-r--r--
25137614 gdb is not able to debug PIE executables on sparc

# Patch required for Solaris.
# Will contribute upstream if possible.

--- gdb-7.11-orig/gdb/features/Makefile	Tue Feb  9 19:19:39 2016
+++ gdb-7.11/gdb/features/Makefile	Thu Mar 10 16:05:19 2016
@@ -57,6 +57,11 @@
 	i386/x32 i386/x32-linux \
 	i386/x32-avx i386/x32-avx-linux \
 	i386/x32-avx512 i386/x32-avx512-linux \
+	i386/i386-solaris \
+	i386/i386-mmx-solaris \
+	i386/amd64-solaris \
+	i386/i386-avx-solaris \
+	i386/amd64-avx-solaris \
 	mips-linux mips-dsp-linux \
 	microblaze-with-stack-protect \
 	mips64-linux mips64-dsp-linux \