From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10483 invoked by alias); 16 Dec 2013 20:09:45 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 10037 invoked by uid 48); 16 Dec 2013 20:09:41 -0000 From: "ktietz at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/18469] configure incorrectly defines gid_t Date: Mon, 16 Dec 2013 20:09:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.0.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: ktietz at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-12/txt/msg01428.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18469 Kai Tietz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ktietz at gcc dot gnu.org --- Comment #3 from Kai Tietz --- Issue still exists for ia64 and cygwin/mingw targets on 4.9. The following files are including auto-host.h header: - config/i386/cygming-crtbegin.c - config/i386/cygming-crtend.c - config/i386/cygming-crtend.c - config/i386/cygwin.S - config/ia64/crtbegin.S - config/ia64/crtend.S - crtstuff.c In config/ia64/t-ia64-elf there is a tweak for finding this include-file. The macros required in crtstuff.c are: - HAVE_GAS_HIDDEN - HAVE_LD_EH_FRAME_HDR The cygwin/mingw part uses: - DEFAULT_USE_CXA_ATEXIT - HAVE_LD_RO_RW_SECTION_MIXING - HAVE_GAS_WEAK - HAVE_GAS_CFI_SECTIONS_DIRECTIVE The macros required in ia64 are: - HAVE_INITFINI_ARRAY_SUPPORT - USE_GAS_SYMVER So a lot of infrastructure of gcc needs to be ported to libgcc for detecting and probs for ld vs. gold, and as.