public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/18298] New: Fix the triplet regexp to recognize triplets, not only quadruplets
@ 2015-04-22 14:46 doko at debian dot org
2015-04-22 14:53 ` [Bug gdb/18298] " brobecker at gnat dot com
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: doko at debian dot org @ 2015-04-22 14:46 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=18298
Bug ID: 18298
Summary: Fix the triplet regexp to recognize triplets, not only
quadruplets
Product: gdb
Version: 7.9
Status: NEW
Severity: normal
Priority: P2
Component: gdb
Assignee: unassigned at sourceware dot org
Reporter: doko at debian dot org
Fix the triplet regexp to recognize triplets, not only quadruplets. This allows
triplets where the vendor is not set.
patch posted at https://sourceware.org/ml/gdb-patches/2015-03/msg00907.html
already applied on the trunk and the 7.9 branch.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/18298] Fix the triplet regexp to recognize triplets, not only quadruplets
2015-04-22 14:46 [Bug gdb/18298] New: Fix the triplet regexp to recognize triplets, not only quadruplets doko at debian dot org
@ 2015-04-22 14:53 ` brobecker at gnat dot com
2015-04-22 15:00 ` [Bug gdb/18298] "compile" command does not work when the tools were compiled using a triplet rather than a quadruplet brobecker at gnat dot com
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: brobecker at gnat dot com @ 2015-04-22 14:53 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=18298
Joel Brobecker <brobecker at gnat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |brobecker at gnat dot com
Resolution|--- |FIXED
--- Comment #1 from Joel Brobecker <brobecker at gnat dot com> ---
See previous comment saying that problem was fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/18298] "compile" command does not work when the tools were compiled using a triplet rather than a quadruplet
2015-04-22 14:46 [Bug gdb/18298] New: Fix the triplet regexp to recognize triplets, not only quadruplets doko at debian dot org
2015-04-22 14:53 ` [Bug gdb/18298] " brobecker at gnat dot com
@ 2015-04-22 15:00 ` brobecker at gnat dot com
2015-04-22 15:10 ` doko at debian dot org
2015-04-22 15:14 ` [Bug gdb/18298] "compile" command cannot find compiler if tools configured with triplet instead of quadruplet brobecker at gnat dot com
3 siblings, 0 replies; 5+ messages in thread
From: brobecker at gnat dot com @ 2015-04-22 15:00 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=18298
Joel Brobecker <brobecker at gnat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Fix the triplet regexp to |"compile" command does not
|recognize triplets, not |work when the tools were
|only quadruplets |compiled using a triplet
| |rather than a quadruplet
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/18298] "compile" command does not work when the tools were compiled using a triplet rather than a quadruplet
2015-04-22 14:46 [Bug gdb/18298] New: Fix the triplet regexp to recognize triplets, not only quadruplets doko at debian dot org
2015-04-22 14:53 ` [Bug gdb/18298] " brobecker at gnat dot com
2015-04-22 15:00 ` [Bug gdb/18298] "compile" command does not work when the tools were compiled using a triplet rather than a quadruplet brobecker at gnat dot com
@ 2015-04-22 15:10 ` doko at debian dot org
2015-04-22 15:14 ` [Bug gdb/18298] "compile" command cannot find compiler if tools configured with triplet instead of quadruplet brobecker at gnat dot com
3 siblings, 0 replies; 5+ messages in thread
From: doko at debian dot org @ 2015-04-22 15:10 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=18298
--- Comment #2 from Matthias Klose <doko at debian dot org> ---
Before the patch the compile command failed with
Could not find a compiler matching "^(x86_64|i.86)-[^-]*-linux(-gnu)?-gcc-5$"
with the Debian/Ubuntu system compilers, which are configured with a triplet,
not having the vendor information as part of the command, e.g.
x86_64-linux-gnu-gcc.
After the patch, the system compiler is found.
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug gdb/18298] "compile" command cannot find compiler if tools configured with triplet instead of quadruplet
2015-04-22 14:46 [Bug gdb/18298] New: Fix the triplet regexp to recognize triplets, not only quadruplets doko at debian dot org
` (2 preceding siblings ...)
2015-04-22 15:10 ` doko at debian dot org
@ 2015-04-22 15:14 ` brobecker at gnat dot com
3 siblings, 0 replies; 5+ messages in thread
From: brobecker at gnat dot com @ 2015-04-22 15:14 UTC (permalink / raw)
To: gdb-prs
https://sourceware.org/bugzilla/show_bug.cgi?id=18298
Joel Brobecker <brobecker at gnat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|"compile" command does not |"compile" command cannot
|work when the tools were |find compiler if tools
|compiled using a triplet |configured with triplet
|rather than a quadruplet |instead of quadruplet
--
You are receiving this mail because:
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-04-22 15:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-22 14:46 [Bug gdb/18298] New: Fix the triplet regexp to recognize triplets, not only quadruplets doko at debian dot org
2015-04-22 14:53 ` [Bug gdb/18298] " brobecker at gnat dot com
2015-04-22 15:00 ` [Bug gdb/18298] "compile" command does not work when the tools were compiled using a triplet rather than a quadruplet brobecker at gnat dot com
2015-04-22 15:10 ` doko at debian dot org
2015-04-22 15:14 ` [Bug gdb/18298] "compile" command cannot find compiler if tools configured with triplet instead of quadruplet brobecker at gnat dot com
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).