From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7929 invoked by alias); 20 Jun 2014 15:58:08 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 7910 invoked by uid 89); 20 Jun 2014 15:58:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 20 Jun 2014 15:58:07 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5KFw5gK027298 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 20 Jun 2014 11:58:05 -0400 Received: from barimba.redhat.com (ovpn-113-103.phx2.redhat.com [10.3.113.103]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s5KFw53E015561 for ; Fri, 20 Jun 2014 11:58:05 -0400 From: Tom Tromey To: gdb-patches@sourceware.org Subject: [PATCH v2 00/15] let gdb reuse gcc's C compiler Date: Fri, 20 Jun 2014 15:58:00 -0000 Message-Id: <1403279874-23781-1-git-send-email-tromey@redhat.com> X-SW-Source: 2014-06/txt/msg00758.txt.bz2 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.