This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH v2 00/15] let gdb reuse gcc's C compiler
- From: Tom Tromey <tromey at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 20 Jun 2014 09:57:40 -0600
- Subject: [PATCH v2 00/15] let gdb reuse gcc's C compiler
- Authentication-results: sourceware.org; auth=none
This is version 2 of the patch to let gdb reuse gcc's C compiler.
Version 1 is here:
https://sourceware.org/ml/gdb-patches/2014-05/msg00287.html
New in version 2:
* Updates to the gcc/gdb interface files according to gcc review
* gdb side of the PATH-searching code added; this lets libcc1
choose the correct compiler to invoke
* One patch was checked in early, dropped from series
* Added a new gdbarch method for dealing with the configury triplet;
this is patch #8 now
* Fixed object loading to follow recent changes to BFD
Built and regtested on x86-64 Fedora 20.