aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2015-03-31 14:15:42 +0100
committerPedro Alves <palves@redhat.com>2015-03-31 14:15:42 +0100
commit71b30f27af091a16e6277e18ef574e0d2c0c55ef (patch)
tree08068cdb806f7c3f85d381f0476bfeef796903e9 /gdb/ChangeLog
parentf24173ebf754866d4a1881a28dc2c07062c119d7 (diff)
downloadgdb-71b30f27af091a16e6277e18ef574e0d2c0c55ef.zip
gdb-71b30f27af091a16e6277e18ef574e0d2c0c55ef.tar.gz
gdb-71b30f27af091a16e6277e18ef574e0d2c0c55ef.tar.bz2
Fix the triplet regexp to recognize triplets, not only quadruplets
This allows triplets where the vendor is not set. gdb/ChangeLog: 2015-03-31 Matthias Klose <doko@ubuntu.com> * compile/compile.c (compile_to_object): Allow triplets with or without vendor set.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6c4bbe5..0dcb3a3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-31 Matthias Klose <doko@ubuntu.com>
+
+ * compile/compile.c (compile_to_object): Allow triplets with or
+ without vendor set.
+
2015-03-30 Doug Evans <dje@google.com>
PR c++/18141