aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndreas Arnez <arnez@linux.vnet.ibm.com>2015-02-27 10:47:54 +0100
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2015-02-27 10:47:54 +0100
commit60abeae4f219a7a445d11ebaf72d2939413ffe80 (patch)
tree47959b3ababd10802ba79bba7852196d0c5131d5 /gdb/ChangeLog
parentf44466fb654c587908d417b016c16c0fd27bf415 (diff)
downloadgdb-60abeae4f219a7a445d11ebaf72d2939413ffe80.zip
gdb-60abeae4f219a7a445d11ebaf72d2939413ffe80.tar.gz
gdb-60abeae4f219a7a445d11ebaf72d2939413ffe80.tar.bz2
S390: Fix compiler invocation with "compile" command
On 64-bit S390 platforms the "compile" command always failed because gcc was not invoked correctly. This patch fixes the compiler invocation. gdb/ChangeLog: * s390-linux-tdep.c (s390_gcc_target_options): Not just handle 31-bit targets, but 64-bit targets as well. (s390_gnu_triplet_regexp): New function. (s390_gdbarch_init): Set the gcc_target_options gdbarch method for 64-bit targets as well. Set the gnu_triplet_regexp gdbarch method.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4f7f8b6..7d3b1ce 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
+
+ * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
+ 31-bit targets, but 64-bit targets as well.
+ (s390_gnu_triplet_regexp): New function.
+ (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
+ 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
+ method.
+
2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
* windows-nat.c (CONTEXT_DEBUGGER): Remove.