This is the mail archive of the gcc-regression@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]

GCC build failed for powerpc-eabisim with your patch on 2001-05-15T01:50:02Z.


With your recent patch, GCC does not compile on:
 powerpc-eabisim
Attached is build output for those targets.  Also attached is a diff
of the ChangeLog entries since the last time the regression tests
passed, on 2001-05-12T05:30:00Z.

The last time the regression tests were run, GCC did not compile either,
so the problem might not be caused by your patch.

There were also 0 new regression test failures, and 2
failures that existed before and after that patch; 0 failures
have been fixed.

The old failures, which were not fixed or introduced by your patch, are:
native g++.sum g++.robertl/eb130.C
native g++.sum g++.robertl/eb27.C

For more information, see <http://www.cygnus.com/~geoffk/gcc-regression/>.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/ChangeLog	Fri May 11 22:30:18 2001
+++ gcc/gcc/ChangeLog	Mon May 14 18:50:16 2001
@@ -1,3 +1,189 @@
+2001-05-14  Richard Henderson  <rth@redhat.com>
+
+	* configure.in (gcc_cv_as_eh_frame): New test.
+	* config.in, configure: Rebuild.
+	* gcc.c (init_spec): Honor USE_AS_TRADITIONAL_FORMAT.
+
+2001-05-14  Andrew MacLeod  <amacleod@redhat.com>
+
+	* config/ia64/lib1funcs.asm (__divtf3): Fix incorrect bits in
+	extended precision divide.
+
+2001-05-14  Andrew MacLeod  <amacleod@redhat.com>
+
+	* config/ia64/ia64.c (rtx_needs_barrier): Call rtx_needs_barrier
+	for RETURNS as well.
+
+2001-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
+
+	* decl.c (duplicate_decls): Suppress warning about duplicate
+        decls if the first decl is a friend.
+
+Mon May 14 17:34:48 CEST 2001  Jan Hubicka  <jh@suse.cz>
+
+	* i386.h (TARGET_64BIT): Define to constant if !TARGET_BI_ARCH
+	(CPP_CPU??_SIZE_TYPE): New.
+	(CPP_CPU??_SPEC, CPP_CPUCOMMON_SPEC): Break out from...
+	(CPP_CPU_SPEC): ... here; support choosing of CPU.
+	(EXTRA_SPECS): Add cpp_cpu??, cpp_cpu??sizet, cpp_cpucommon.
+	(MAX_LONG_TYPE_SIZE, MAX_BITS_PER_WORD): Define to 32 for 32bit-only
+	compiler.
+	* i386.c (override_options): Add sorry about not suported modes.
+
+Mon May 14 08:56:47 2001  Jeffrey A Law  (law@cygnus.com)
+
+	* config/pa/som.h (NM_FLAGS): Remove.
+	(ASM_OUTPUT_FUNCTION_PREFIX): No longer truncate subspace names.
+	(ASM_OUTPUT_SECTION_NAME): Remove.
+	(MAKE_DECL_ONE_ONLY, ASM_WEAKEN_LABEL): Likewise.
+
+2001-05-14  Mark Mitchell  <mark@codesourcery.com>
+
+	* regrename.c (regrename_optimize): Do not rename registers to
+	leaf registers.
+
+2001-05-14  Alexandre Oliva  <aoliva@redhat.com>
+
+	* rtl.texi (CALL_INSN_FUNCTION_USAGE): Note that (and when) it may
+	contain MEMs.  Remove useless distinction about clobbering
+	registers.
+
+2001-05-13  Geoff Keating  <geoffk@redhat.com>
+
+	* config/rs6000/rs6000.h (EXCEPTION_SECTION): Move to...
+	* config/rs6000/aix.h (EXCEPTION_SECTION): ... here.
+	* config/rs6000/sysv4.h (CONST_SECTION_ASM_OP): Delete.
+	(ASM_PREFERRED_EH_DATA_FORMAT): Define.
+	(EXCEPTION_SECTION): Define.
+
+2001-05-13  Zack Weinberg  <zackw@stanford.edu>
+
+	* libgcc2.c, libgcc2.h: Restore __eprintf.  Label as used for
+	binary backward compat only.
+	* Makefile.in (LIB2FUNCS_ST): New.  Put _eprintf here, not
+	in LIB2FUNCS.  Pass it to mklibgcc.
+	* mklibgcc.in: Handle LIB2FUNCS_ST.
+
+	* Makefile.in (installdirs): Don't create $(gcc_tooldir).
+
+2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
+
+	* tm.texi (THREAD_MODEL_SPEC): Document it.
+	* gcc.c (main): Use it.
+	* config/rs6000/aix43.h (THREAD_MODEL_SPEC): Define it.
+	* config/rs6000/aix51.h (THREAD_MODEL_SPEC): Likewise.
+
+2001-05-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+	* rtl.h (SYMBOL_REF_WEAK): New macro.
+	* rtlanal.h (rtx_addr_can_trap): Use it, a weak SYMBOL_REF can trap.
+	* varasm.c (make_decl_rtl): Mark SYMBOL_REF weak if necessary.
+	* rtl.texi (SYMBOL_REF_WEAK): Document it.
+	* gcc.texi: Remove wrong description.
+
+2001-05-13  Mark Mitchell  <mark@codesourcery.com>
+
+	* Makefile.in (STAMP): New macro.
+	Replace all uses of `touch' with $(STAMP).
+	* fixinc/Makefile.in: Likewise.
+
+Sun May 13 07:26:34 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+	* configure.in: ldopen is never in -lexc, so don't test for it.
+	Add test for exc_resume in -lexc for Ada.
+	* configure: Regenerated.
+
+2001-05-12  Richard Henderson  <rth@redhat.com>
+
+	* dwarf2asm.c (size_of_encoded_value): New function.
+	* dwarf2asm.h: Declare it.
+	* except.c (output_function_exception_table): Align the TType
+	array only as wide as the encoding.
+
+2001-05-12  Zack Weinberg  <zackw@stanford.edu>
+
+	* extend.texi: Document #pragma GCC java_exceptions.
+
+2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+	* c-parse.in (bison parser, init_reswords): Remove uses of
+	doing_objc_thang.
+	* c-tree.h (doing_objc_thang): Remove.
+
+2001-05-12  Neil Booth  <neil@daikokuya.demon.co.uk>
+
+	* cpplex.c (_cpp_lex_token): Ensure we warn at most once
+	about files not ending in newlines.
+
+2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+	* dwarfout.c (dwarfout_init): Add cast.
+	* sched-deps.c (sched_analyze_insn): Remove unused vars.
+	* unwind-dw2-fde.c (_Unwind_Find_FDE): Flag unused parameter so.
+cp:
+	* method.c (build_mangled_C99_name): Remove unused prototype.
+
+2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
+
+	* config/arm/arm.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Use delta.
+
+2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
+
+	* defaults.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define.
+	* tm.texi (TARGET_PRTMEMFUNC_VBIT_LOCATION): Document.
+
+2001-05-11  Richard Henderson  <rth@redhat.com>
+
+	* defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
+	* dwarf2asm.c (dw2_force_const_mem, dw2_output_indirect_constant_1,
+	dw2_output_indirect_constants, dw2_asm_output_encoded_addr_rtx): New.
+	* dwarf2asm.h (dw2_asm_output_encoded_addr_rtx): Prototype.
+	(dw2_output_indirect_constants): Prototype.
+	* dwarf2out.c (dwarf2out_begin_prologue): Generate
+	current_function_func_begin_label if we'll need it for EH.  Exit
+	early for IA64_UNWIND_INFO.
+	* except.c: Get DW_EH_PE_* defines from dwarf2.h.
+	(eh_data_format_name): Update for indirect references.
+	(output_function_exception_table): Care for IA64_UNWIND_INFO.
+	Handle ASM_PREFERRED_EH_DATA_FORMAT.
+	* except.h (MUST_USE_SJLJ_EXCEPTIONS): IA64_UNWIND_INFO needn't
+	define HAVE_eh_return etc.
+	* final.c (final_start_function): Always call dwarf2out_begin_prologue.
+	(final_end_function): Don't call output_function_exception_table.
+	* toplev.c (compile_file): Call dw2_output_indirect_constants.
+	(rest_of_compilation): Invoke output_function_exception_table 
+	for ia64 before assemble_end_function.
+	* tm.texi (ASM_PREFERRED_EH_DATA_FORMAT): Document.
+	(ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Document.
+
+	* unwind-dw2.c (_Unwind_GetTextRelBase, _Unwind_GetDataRelBase): New.
+	* unwind.h: Declare them.
+	* libgcc-std.ver: Export them.
+	* unwind-pe.h: New file.
+
+	* config/alpha/elf.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
+
+	* config/ia64/fde-glibc.c: Use "struct unw_table_entry"
+	instead of "fde".
+	(find_fde_for_dso): Extract DT_PLTGOT.
+	(_Unwind_FindTableEntry): Rename from __ia64_find_fde; return
+	the segment and gp as well.
+	* config/ia64/frame-ia64.c: Remove file.
+	* config/ia64/frame-ia64.h: Remove file.
+	* config/ia64/unwind-ia64.c: New file.
+	* config/ia64/unwind-ia64.h: New file.
+	* config/ia64/ia64.h (ASM_OUTPUT_EH_CHAR): Remove.
+	(ASM_OUTPUT_EH_SHORT, ASM_OUTPUT_EH_INT): Remove.
+	(ASM_OUTPUT_EH_DOUBLE_INT): Remove.
+	(ASM_PREFERRED_EH_DATA_FORMAT): New.
+	(ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): New.
+	(IA64_UNWIND_INFO): Re-enable.
+	(HANDLER_SECTION): Remove.
+	(EH_RETURN_DATA_REGNO): New.
+	* config/ia64/ia64.md (exception_receiver): Remove.
+	* config/ia64/t-glibc (LIB2ADDEH): Re-enable.
+	* config/ia64/t-ia64 (LIB2ADDEH): Re-enable.
+
 2001-05-11  Richard Henderson  <rth@redhat.com>
 
 	* config/ia64/ia64.c (group_barrier_needed_p): Don't allow
@@ -343,7 +529,7 @@
 	* simplify-rtx.c (simplify_binary_operation): Simplify ~a + 1
 	into -a.
 
-2000-05-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+2001-05-04  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
 	* config/rs6000/rs6000.md (ashldi3 splits): Guard with
 	TARGET_POWERPC64.
@@ -1257,7 +1443,6 @@
 
 	* reg-stack.c (emit_swap_insn): Do not get pass CALL_INSNs.
 
->>>>>>> 1.9986
 2001-04-22  Mark Mitchell  <mark@codesourcery.com>
 
 	* loop.c (loop_delete_insns): Add prototype.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/cp/ChangeLog	Fri May 11 00:20:16 2001
+++ gcc/gcc/cp/ChangeLog	Sat May 12 18:30:12 2001
@@ -1,3 +1,29 @@
+2001-05-12  Zack Weinberg  <zackw@stanford.edu>
+
+	* except.c (choose_personality_routine): Export.  Add
+	explanatory comment.  Take an enum languages, not a boolean.
+	(initialize_handler_parm): Adjust to match.
+	* cp-tree.h: Prototype choose_personality_routine.
+	* lex.c (handle_pragma_java_exceptions): New function.
+	(init_cp_pragma): Register #pragma GCC java_exceptions.
+
+2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+	* method.c (build_mangled_C99_name): Remove unused prototype.
+
+2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
+
+	* cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.
+	* typeck.c (get_member_function_from_ptrfunc,
+	build_ptrmemfunc, expand_ptrmemfunc_cst): Take
+	TARGET_PTRMEMFUNC_VBIT_LOCATION into account.
+
+	Reverted Geoff Keating's 2001-05-03's patch.
+
+2001-05-11  Ira Ruben	<ira@apple.com>
+
+	* cp/cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
+
 2001-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
 
 	* cp-tree.h (finish_label_expr, lookup_label): Delete.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/f/ChangeLog	Wed May  2 07:40:18 2001
+++ gcc/gcc/f/ChangeLog	Sun May 13 12:40:13 2001
@@ -1,3 +1,7 @@
+Sun May 13 12:25:06 2001  Mark Mitchell  <mark@codesourcery.com>
+
+	* Make-lang.in: Replace all uses of `touch' with $(STAMP).
+
 Wed May  2 10:20:08 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	* com.c: NULL_PTR -> NULL.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/java/ChangeLog	Tue May  8 03:00:17 2001
+++ gcc/gcc/java/ChangeLog	Sat May 12 23:20:14 2001
@@ -1,3 +1,15 @@
+2001-05-12  Richard Henderson  <rth@redhat.com>
+
+	* java-tree.def (JAVA_EXC_OBJ_EXPR): New.
+	* expr.c (java_lang_expand_expr): Expand it.
+	(process_jvm_instruction): Build JAVA_EXC_OBJ_EXPR instead of
+	calling build_exception_object_ref.
+	* parse.y (catch_clause_parameter): Likewise.
+	(build_dot_class_method): Likewise.
+	(try_reference_assignconv): Likewise.
+	* check-init.c (check_init): Check JAVA_EXC_OBJ_EXPR not EXC_PTR_EXPR.
+	* jcf-write.c (generate_bytecode_insns): Likewise.
+
 2001-05-07  Alexandre Petit-Bianco  <apbianco@redhat.com>
 
 	* parse.y (build_unresolved_array_type): Set
--- /maat/heart/tbox/changelog_pass/gcc/gcc/po/ChangeLog	Fri May 11 10:20:15 2001
+++ gcc/gcc/po/ChangeLog	Sun May 13 12:40:13 2001
@@ -1,3 +1,8 @@
+2001-05-13  Mark Mitchell  <mark@codesourcery.com>
+
+	* Makefile.in.in (STAMP): New macro.
+	Replace all uses of `touch' with $(STAMP).
+
 2001-05-11  Zack Weinberg  <zackw@stanford.edu>
 
 	* POTFILES.in: Remove assert.h.
--- /maat/heart/tbox/changelog_pass/gcc/gcc/testsuite/ChangeLog	Fri May 11 10:20:16 2001
+++ gcc/gcc/testsuite/ChangeLog	Mon May 14 14:50:10 2001
@@ -1,3 +1,15 @@
+2001-05-14  Mark Mitchell  <mark@codesourcery.com>
+
+	* lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
+
+2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
+
+	* lib/g++.exp: Use testsuite_flags.
+	
+2001-05-13  Mark Mitchell  <mark@codesourcery.com>
+
+	* gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
+
 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
 	* gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
@@ -13,7 +25,7 @@
 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
 
 	* gcc.dg/cpp/direct2.c: New test.
-	* gcc.dg/cpp/direct2s.c: New test.
+	* gccq.dg/cpp/direct2s.c: New test.
 
 	* gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
 
--- /maat/heart/tbox/changelog_pass/gcc/libstdc++-v3/ChangeLog	Thu May 10 02:00:28 2001
+++ gcc/libstdc++-v3/ChangeLog	Mon May 14 14:50:14 2001
@@ -1,3 +1,62 @@
+2001-05-14  Richard Henderson  <rth@redhat.com>
+
+	* mknumeric_limits: Build with -fno-exceptions.
+
+2001-05-13   Benjamin Kosnik  <bkoz@redhat.com>
+
+	Switch over to new harness.
+	* testsuite_flags.in: Tweaks via Gaby.
+	* testsuite/Makefile.am: Change tool to libstdc++-v3.
+	(EXPECT): Quote directly.
+	(RUNTEST): Same.
+	* configure.in: Output testsuite_flags.
+	* acinclude.m4: Substitute src, bld, and prefix dirs.
+	Remove glibcpp_expect, glibcpp_runtestflags.
+	* Makefile.am (RUNTESTFLAGS): Pass this down to subdirs.
+	* mkcheck.in: Port to new interface.
+	
+	* aclocal.m4: Regerate.
+	* configure: Regnerate.
+	* Makefile.in: Regnerate.
+	* */Makefile.in: Regenerate.
+	
+	* tests_flags.in: Remove.
+	* testsuite/lib/libstdc++.exp: Remove.
+	* testsuite/libstdc++.tests/tests.exp: Remove.
+	
+2001-05-13  Alexandre Oliva  <aoliva@redhat.com>
+
+	* configure.target: Remove detection of AIX pthread multilib, now
+	obtained from `gcc -v'.
+
+2001-05-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+	* mkcheck.in (setup_size_command): Use Berkeley "-B" mode with GNU
+	size.  Add hpux case for HP size.
+
+2001-05-11   Benjamin Kosnik  <bkoz@redhat.com>
+
+	* testsuite_flags.in: New, simplified interface.
+	* testsuite/lib/libstdc++-v3-dg.exp: New test harness.
+	* testsuite/libstdc++-v3.dg: Add.
+	* testsuite/libstdc++-v3.dg/dg.exp: Add.	
+
+2001-05-11   Benjamin Kosnik  <bkoz@redhat.com>
+
+	* testsuite/*/*.cc: Remove spaces, make sure testcases return zero.
+	* testsuite/config/default.exp: Update bugs email address.
+	
+2001-05-11  Richard Henderson  <rth@redhat.com>
+
+	* libsupc++/eh_personality.cc: Include unwind-pe.h.  Remove
+	all pointer encoding logic.
+	(struct lsda_header_info): Add ttype_base.
+	(get_ttype_entry): Use it instead of a context.
+	(check_exception_spec): Likewise.
+	(PERSONALITY_FUNCTION): Initialize ttype_base.  Store it in
+	the c++ exception header for __cxa_call_unexpected.
+	(__cxa_call_unexpected): Use it.
+
 2001-05-09  Benjamin Kosnik  <bkoz@redhat.com>
 
 	* testsuite/lib/libstdc++.exp: Use libgloss.exp. Call
@@ -6,7 +65,6 @@
 	Change LDFLAGS to LIBS.
 	Consistently name procedures libstdc++-XXX.
 	* testsuite/libstdc++.tests/tests.exp: Use new procedure names.
-	* testsuite/config/default.exp: Kill spaces.
 	
 2001-05-08  Benjamin Kosnik  <bkoz@fillmore.constant.com>
 
--- /maat/heart/tbox/changelog_pass/gcc/libjava/ChangeLog	Thu May 10 19:40:23 2001
+++ gcc/libjava/ChangeLog	Mon May 14 14:50:13 2001
@@ -1,3 +1,25 @@
+2001-05-14  Tom Tromey  <tromey@redhat.com>
+
+	* java/text/SimpleDateFormat.java (parse): Clear DST_OFFSET and
+	ZONE_OFFSET just before computing the time.
+
+2001-05-12  Zack Weinberg  <zackw@stanford.edu>
+
+	* Makefile.am (libgcj_la_OBJECTS): Remove libsupc++convenience.la.
+	* Makefile.in: Regenerate (by hand).
+	* include/jvm.h: Add #pragma GCC java_exceptions at top of file.
+	* doc/cni.sgml: Document #pragma GCC java_exceptions.
+
+2001-05-11  Richard Henderson  <rth@redhat.com>
+
+	* configure.in (ia64-*): Don't set SYSDEP_SOURCES.
+	* java/lang/natThrowable.cc: Don't use __ia64_backtrace.
+
+2001-05-11  Richard Henderson  <rth@redhat.com>
+
+        * exception.cc: Include unwind-pe.h.  Remove all pointer
+	encoding logic.
+
 2001-05-10  Tom Tromey  <tromey@redhat.com>
 
 	* Makefile.in: Rebuilt.
./libtool --mode=compile /maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc -B/maat/heart/tbox/powerpc-eabisim/build/gcc/ -B/maat/heart/tbox/objs/powerpc-eabisim/bin/ -B/maat/heart/tbox/objs/powerpc-eabisim/lib/ -isystem /maat/heart/tbox/objs/powerpc-eabisim/include -c -o gc.lo -I. -I/maat/heart/tbox/cvs-gcc/gcc/libobjc   -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align  -DIN_GCC -DIN_TARGET_LIBS -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/objc  -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc/config -I../../../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../include /maat/heart/tbox/cvs-gcc/gcc/libobjc/gc.c
/maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc -B/maat/heart/tbox/powerpc-eabisim/build/gcc/ -B/maat/heart/tbox/objs/powerpc-eabisim/bin/ -B/maat/heart/tbox/objs/powerpc-eabisim/lib/ -isystem /maat/heart/tbox/objs/powerpc-eabisim/include -c -I. -I/maat/heart/tbox/cvs-gcc/gcc/libobjc -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -DIN_GCC -DIN_TARGET_LIBS -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/objc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc/config -I../../../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../include /maat/heart/tbox/cvs-gcc/gcc/libobjc/gc.c -o gc.o
./libtool --mode=compile /maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc -B/maat/heart/tbox/powerpc-eabisim/build/gcc/ -B/maat/heart/tbox/objs/powerpc-eabisim/bin/ -B/maat/heart/tbox/objs/powerpc-eabisim/lib/ -isystem /maat/heart/tbox/objs/powerpc-eabisim/include -c -I. -I/maat/heart/tbox/cvs-gcc/gcc/libobjc   -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align  -DIN_GCC -DIN_TARGET_LIBS -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/objc  -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc/config -I../../../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../include /maat/heart/tbox/cvs-gcc/gcc/libobjc/hash.c
/maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc -B/maat/heart/tbox/powerpc-eabisim/build/gcc/ -B/maat/heart/tbox/objs/powerpc-eabisim/bin/ -B/maat/heart/tbox/objs/powerpc-eabisim/lib/ -isystem /maat/heart/tbox/objs/powerpc-eabisim/include -c -I. -I/maat/heart/tbox/cvs-gcc/gcc/libobjc -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -DIN_GCC -DIN_TARGET_LIBS -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/objc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc/config -I../../../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../include /maat/heart/tbox/cvs-gcc/gcc/libobjc/hash.c -o hash.o
./libtool --mode=compile /maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc -B/maat/heart/tbox/powerpc-eabisim/build/gcc/ -B/maat/heart/tbox/objs/powerpc-eabisim/bin/ -B/maat/heart/tbox/objs/powerpc-eabisim/lib/ -isystem /maat/heart/tbox/objs/powerpc-eabisim/include -c -I. -I/maat/heart/tbox/cvs-gcc/gcc/libobjc   -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align  -DIN_GCC -DIN_TARGET_LIBS -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/objc  -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc/config -I../../../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../include /maat/heart/tbox/cvs-gcc/gcc/libobjc/init.c
/maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc -B/maat/heart/tbox/powerpc-eabisim/build/gcc/ -B/maat/heart/tbox/objs/powerpc-eabisim/bin/ -B/maat/heart/tbox/objs/powerpc-eabisim/lib/ -isystem /maat/heart/tbox/objs/powerpc-eabisim/include -c -I. -I/maat/heart/tbox/cvs-gcc/gcc/libobjc -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -DIN_GCC -DIN_TARGET_LIBS -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/objc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc/config -I../../../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../include /maat/heart/tbox/cvs-gcc/gcc/libobjc/init.c -o init.o
./libtool --mode=compile /maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc -B/maat/heart/tbox/powerpc-eabisim/build/gcc/ -B/maat/heart/tbox/objs/powerpc-eabisim/bin/ -B/maat/heart/tbox/objs/powerpc-eabisim/lib/ -isystem /maat/heart/tbox/objs/powerpc-eabisim/include -fgnu-runtime -c -o linking.lo -I. -I/maat/heart/tbox/cvs-gcc/gcc/libobjc   -g -O2  -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align  -DIN_GCC -DIN_TARGET_LIBS \
	-I/maat/heart/tbox/cvs-gcc/gcc/libobjc/objc  -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc/config -I../../../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../include /maat/heart/tbox/cvs-gcc/gcc/libobjc/linking.m
/maat/heart/tbox/powerpc-eabisim/build/gcc/xgcc -B/maat/heart/tbox/powerpc-eabisim/build/gcc/ -B/maat/heart/tbox/objs/powerpc-eabisim/bin/ -B/maat/heart/tbox/objs/powerpc-eabisim/lib/ -isystem /maat/heart/tbox/objs/powerpc-eabisim/include -fgnu-runtime -c -I. -I/maat/heart/tbox/cvs-gcc/gcc/libobjc -g -O2 -msoft-float -mrelocatable-lib -mno-eabi -mstrict-align -DIN_GCC -DIN_TARGET_LIBS -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/objc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../gcc/config -I../../../gcc -I/maat/heart/tbox/cvs-gcc/gcc/libobjc/../include /maat/heart/tbox/cvs-gcc/gcc/libobjc/linking.m -o linking.o
/tmp/ccphZZKI.s: Assembler messages:
/tmp/ccphZZKI.s:333: Error: Relocation cannot be done when using -mrelocatable
/tmp/ccphZZKI.s:340: Error: Relocation cannot be done when using -mrelocatable
make[3]: *** [linking.lo] Error 1
make[3]: Leaving directory `/maat/heart/tbox/powerpc-eabisim/build/powerpc-eabisim/nof/libobjc'
make[2]: *** [multi-do] Error 1
make[2]: Leaving directory `/maat/heart/tbox/powerpc-eabisim/build/powerpc-eabisim/libobjc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/maat/heart/tbox/powerpc-eabisim/build/powerpc-eabisim/libobjc'
make: *** [all-target-libobjc] Error 2
+ exit 1

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