From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4758 invoked by alias); 1 Mar 2006 15:01:43 -0000 Received: (qmail 4744 invoked by uid 48); 1 Mar 2006 15:01:40 -0000 Date: Wed, 01 Mar 2006 15:01:00 -0000 Message-ID: <20060301150140.4743.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/26508] 4.1.0 doesn't build in 64bit on PA-RISC In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "h dot m dot brand at xs4all dot nl" 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 X-SW-Source: 2006-03/txt/msg00097.txt.bz2 List-Id: ------- Comment #6 from h dot m dot brand at xs4all dot nl 2006-03-01 15:01 ------- Continuing ... .../obj-64/gcc > cat xx.c int _not_called_but_just_to_force_ref () { __deregister_frame_info (); __register_frame_info (); return (0); } /* ... */ .../obj-64/gcc > stage1/xgcc -Bstage1/ -B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ -c -o xx.o xx.c .../obj-64/gcc > perl -pi -e'm/^BUILD_LDFLAGS=/ and s/$/ xx.o/' Makefile .../obj-64/gcc > makes it finish stage1 to here: stage1/xgcc -Bstage1/ -B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H -o cpp gcc.o cppspec.o intl.o \ prefix.o version.o ../libcpp/libcpp.a ../libiberty/libiberty.a ./xgcc -B./ -B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ -isystem /usr/local/pa20_64/hppa64-hp-hpux11.11/include -isystem /usr/local/pa20_64/hppa64-hp-hpux11.11/sys-include -L/pro/3gl/GNU/gcc/obj-64/gcc/../ld -dumpspecs > tmp-specs /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol '__deregister_frame_info' in load module './xgcc'. /usr/lib/pa20_64/dld.sl: Unsatisfied code symbol '__register_frame_info' in load module './xgcc'. changing $(LDFLAGS) to $(BUILD_LDFLAGS) for all targets brings me safely to stage2. There I have to compile xx.c again, because the cleanup removed xx.o .../obj-64/gcc > stage2/xgcc -Bstage2/ -B/usr/local/pa20_64/hppa64-hp-hpux11.11/bin/ -c -o xx.o xx.c If I now get to the end, I'll install it and try without binutils' as -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26508