From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14484 invoked by alias); 12 Oct 2005 01:01:32 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14468 invoked by uid 48); 12 Oct 2005 01:01:29 -0000 Date: Wed, 12 Oct 2005 01:01:00 -0000 Message-ID: <20051012010129.14467.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/21597] [4.1 Regression] libgcc broken on targets with MKDIR_TAKES_ONE_ARG In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dannysmith at users dot sourceforge dot net" X-SW-Source: 2005-10/txt/msg01455.txt.bz2 List-Id: ------- Comment #7 from dannysmith at users dot sourceforge dot net 2005-10-12 01:01 ------- (In reply to comment #6) > Is this still broken? No. It was fixed by this: 2005-07-13 H.J. Lu * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Renamed to ... (TARGET_POSIX_IO): This. * config/darwin.h: Likewise. * config/freebsd.h: Likewise. * config/linux.h: Likewise. * config/lynx.h: Likewise. * config/netbsd.h: Likewise. * config/rs6000/linux64.h: Likewise. * config/rs6000/linux.h: Likewise. * config/s390/tpf.h: Likewise. * config/sh/embed-elf.h: Likewise. * config/sparc/linux64.h: Likewise. * config/sparc/linux.h: Likewise. * config/svr4.h: Likewise. * gcov-io.h: Likewise. * doc/tm.texi: Updated. * libgcov.c (create_file_directory): Defined only if TARGET_POSIX_IO is defined. (gcov_exit): Call create_file_directory only if TARGET_POSIX_IO is defined. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21597