This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/17139] New: Bootstrap fails on darwin with "as" version previous to cctools-500


A recent patch (http://gcc.gnu.org/ml/gcc-patches/2004-08/msg01341.html) adds in
support for the darwin assembler directive .subsections_via_symbols within GCC.

This causes a bootstrap failure on my system's version of as (Apple Computer,
Inc. version cctools-490.obj~3, GNU assembler version 1.38) and presumedly with
all versions of Apple's as prior to cctools-500 where this pseudo-op support was
recently added according to
http://darwinsource.opendarwin.org/WWDC2004/cctools-523/RelNotes/Private_CompilerTools.html

./xgcc -B./ -B/usr/local/powerpc-apple-darwin6.8/bin/ -isystem
/usr/local/powerpc-apple-darwin6.8/include -isystem
/usr/local/powerpc-apple-darwin6.8/sys-include -L/Users/kelley/build/gcc/../ld
-DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition  -isystem ./include  -I. -I. -I/Users/kelley/cvs/gcc/gcc
-I/Users/kelley/cvs/gcc/gcc/. -I/Users/kelley/cvs/gcc/gcc/../include -I./../intl
-I/Users/kelley/cvs/gcc/gcc/../libcpp/include
-I/Users/kelley/cvs/gcc/gcc/../libbanshee/libcompat
-I/Users/kelley/cvs/gcc/gcc/../libbanshee
-I/Users/kelley/cvs/gcc/gcc/../libbanshee/points-to   \
  -c /Users/kelley/cvs/gcc/gcc/config/darwin-crt2.c -o crt2.o
/var/tmp//cc6g4ZvV.s:329:Unknown pseudo-op: .subsections_via_symbols
make[1]: *** [crt2.o] Error 1
make: *** [stage1_build] Error 2
bash-2.05a$

-- 
           Summary: Bootstrap fails on darwin with "as" version previous to
                    cctools-500
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: austern at gcc dot gnu dot org
        ReportedBy: kcook at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: apple-powerpc-darwin6.8
  GCC host triplet: apple-powerpc-darwin6.8
GCC target triplet: apple-powerpc-darwin6.8


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17139


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]