aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-25config.gcc: Remove some unnecessary uses of 'x' in case statements.Nathanael Nerode2-29/+32
* config.gcc: Remove some unnecessary uses of 'x' in case statements. Actually allow ep9312 as an arm --with-arch setting. From-SVN: r71755
2003-09-25* config.gcc (*-hpux11): Disable fixproto.Nathanael Nerode2-0/+7
From-SVN: r71752
2003-09-25re PR pch/12112 (Putting PCH files in a directory completely broken)Phil Edwards2-7/+16
2003-09-24 Phil Edwards <phil@codesourcery.com> PR pch/12112 * gcc/cppfiles.c (pch_open_file): Return based on combined result of all files. (validate_pch): Return validate flag for current file. From-SVN: r71751
2003-09-25re PR libgcj/12388 (mingw32 target fails to build libjava)Bryce McKinlay2-0/+7
* gnu/java/net/natPlainSocketImplWin32.cc: Add missing #includes. PR libgcj/12388. From-SVN: r71750
2003-09-25re PR bootstrap/12358 (Bootstrap comparison failure!)Roger Sayle2-10/+6
PR bootstrap/12358 * fold-const.c (tree_swap_operands_p): Only reorder operands when one of the operands is constant. From-SVN: r71749
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski120-1479/+5734
2003-09-24 Ziemowit Laski <zlaski@apple.com> MERGE OF objc-improvements-branch into MAINLINE. See 'gcc/ChangeLog' and 'gcc/testsuite/ChangeLog' for the gory details. From-SVN: r71748
2003-09-25Daily bump.GCC Administrator2-2/+2
From-SVN: r71746
2003-09-24cpplib.c (do_pragma): Reintroduce cb_line_change call in the code path that ↵Alexandre Oliva2-2/+17
calls a handler. * cpplib.c (do_pragma): Reintroduce cb_line_change call in the code path that calls a handler. From-SVN: r71744
2003-09-24* gcc.dg/cpp/Wunknown-pragmas-1.c: New test.Alexandre Oliva2-0/+33
From-SVN: r71743
2003-09-24config.gcc (c4x-*, [...]): Disable fixproto.Nathanael Nerode2-0/+6
* config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware): Disable fixproto. From-SVN: r71740
2003-09-24config.gcc: Clean up and reindent $with_cpu=yes|no clause and the section ↵Nathanael Nerode2-92/+90
giving $with_cpu... * config.gcc: Clean up and reindent $with_cpu=yes|no clause and the section giving $with_cpu defaults by target. From-SVN: r71738
2003-09-24config.gcc (arm-*-coff*, [...]): Disable fixproto.Nathanael Nerode2-0/+18
* config.gcc (arm-*-coff*, armel-*-coff*, arm*-*-ecos-elf, arm*-*-elf, ep9312-*-elf, arm*-wince-pe*, arm*-*-pe*, arm*-*-pe*, rs6000-ibm-aix4.[3456789]*, powerpc-ibm-aix4.[3456789]*, rs6000-ibm-aix5.1.*, powerpc-ibm-aix5.1.*, rs6000-ibm-aix[56789].*, powerpc-ibm-aix[56789].*, i[34567]86-pc-msdosdjgpp*): Disable fixproto. From-SVN: r71737
2003-09-24rs6000.md (movti_power): Collapse case 1 and 2 together.David Edelsohn2-3/+8
* config/rs6000/rs6000.md (movti_power): Collapse case 1 and 2 together. Protect load string instruction with TARGET_STRING. (movti_string): Collapse case 1 and 2 together. From-SVN: r71736
2003-09-24* class.c (build_utf8_ref): Test for HAVE_GAS_SHF_MERGE value.Rainer Orth2-17/+22
From-SVN: r71733
2003-09-24* c-common.c (c_common_type_for_mode): Check for VOIDmode.Nathan Sidwell2-0/+7
From-SVN: r71732
2003-09-24arm.h (ASM_OUTPUT_REG_PUSH, [...]): Wrap in do...while(0)Richard Earnshaw2-11/+22
* arm.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Wrap in do...while(0) From-SVN: r71731
2003-09-24* config/t-darwin (crt2.o): Add stmp-int-hdrs to dependencies.Geoffrey Keating2-1/+3
From-SVN: r71728
2003-09-24StringBuffer.java (substring): Don't set `shared' on small Strings, even if ↵Bryce McKinlay2-4/+10
buffer is already shared. * java/lang/StringBuffer.java (substring): Don't set `shared' on small Strings, even if buffer is already shared. From-SVN: r71726
2003-09-24acinclude.m4 (AM_LC_LOCALES): Added check for locale.h.Michael Koch2-1/+6
2003-09-24 Michael Koch <konqueror@gmx.de> * acinclude.m4 (AM_LC_LOCALES): Added check for locale.h. From-SVN: r71725
2003-09-24PlainSocketImpl.java (read): Remove declaration.Bryce McKinlay9-457/+84
* gnu/java/net/PlainSocketImpl.java (read): Remove declaration. (write): Likewise. (SocketInputStream, SocketOutputStream): Declare `read' and `write' native. Remove implementations which called back into PlainSocketImpl. Remove unneccessary overridden methods. * gnu/java/net/natPlainSocketImplNoNet.cc (read): Move implementation to inner class PlainSocketImpl.SocketInputStream. (write): Likewise. * gnu/java/net/natPlainSocketImplPosix.cc: As above. * gnu/java/net/natPlainSocketImplWin32.cc: As above. * gnu/java/net/SocketInputStream.java: Remove unused file. * gnu/java/net/SocketOutputStream.java: Likewise. * Makefile.am: Build CNI headers for PlainSocketImpl.SocketInputStream and SocketOutputStream. * Makefile.in: Rebuilt. From-SVN: r71724
2003-09-24config.gcc: Move use_fixproto=no from generic vxworks clause to specific one.Nathanael Nerode2-1/+4
* config.gcc: Move use_fixproto=no from generic vxworks clause to specific one. From-SVN: r71723
2003-09-24config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto (accidentally ↵Nathanael Nerode2-0/+6
missed in last pass). * config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto (accidentally missed in last pass). From-SVN: r71722
2003-09-23re PR bootstrap/12383 (Bootstrap fails in dwarf2out with ↵Andrew Pinski2-80/+92
`HAVE_GAS_SHF_MERGE' undeclared) 2003-09-23 Andrew Pinski <apinski@apple.com> PR bootstrap/12383 * configure: Regenerate. From-SVN: r71721
2003-09-24config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in ↵Nathanael Nerode2-0/+6
last pass). * config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in last pass). From-SVN: r71720
2003-09-24mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe constant.Alexandre Oliva2-2/+7
* config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe constant. From-SVN: r71718
2003-09-24* config.gcc: Move vax-*-vms* unsupported notice up with the rest.Nathanael Nerode2-4/+3
From-SVN: r71715
2003-09-24config.gcc (alpha64*-dec-*vms*, [...]): Disable fixproto.Nathanael Nerode2-0/+10
* config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*, powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*, powerpcle-*-eabi*): Disable fixproto. From-SVN: r71714
2003-09-24config.gcc: Move use_fixproto=no from generic FreeBSD clause to specific ↵Nathanael Nerode2-1/+9
FreeBSD clauses. * config.gcc: Move use_fixproto=no from generic FreeBSD clause to specific FreeBSD clauses. From-SVN: r71713
2003-09-24config.gcc: Move use_fixproto=no from generic NetBSD clause to specific ↵Nathanael Nerode2-2/+14
NetBSD clauses. * config.gcc: Move use_fixproto=no from generic NetBSD clause to specific NetBSD clauses. From-SVN: r71712
2003-09-24config.gcc: Move use_fixproto=no from generic OpenBSD clause to specific ↵Nathanael Nerode2-3/+11
OpenBSD clauses. * config.gcc: Move use_fixproto=no from generic OpenBSD clause to specific OpenBSD clauses. From-SVN: r71711
2003-09-24* java/lang/System.java: Add GCJ LOCAL note about encoding aliases.Nathanael Nerode2-0/+7
From-SVN: r71710
2003-09-24pa.c (hppa_expand_prologue): Do pic register save in frame marker without ↵John David Anglin3-7/+27
adding a frame note. * pa.c (hppa_expand_prologue): Do pic register save in frame marker without adding a frame note. * pa.md (allocate_stack): Save pic register in new frame marker when generating pic code. From-SVN: r71709
2003-09-24Daily bump.GCC Administrator2-2/+2
From-SVN: r71706
2003-09-24cgraphunit.c (cgraph_expand_all_functions): Renamed from ↵Kelley Cook2-3/+8
cgraph_expand_functions. 2003-09-23 Kelley Cook <kelleycook@wideopenwest.com> * cgraphunit.c (cgraph_expand_all_functions): Renamed from cgraph_expand_functions. From-SVN: r71704
2003-09-23Makefile.in (gnucompare*): Merge into ...Kaveh R. Ghazi4-259/+280
* Makefile.in (gnucompare*): Merge into ... (slowcompare*): ... here. (fastcompare*): New targets. * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): Add checks for other "fast" cmp programs. * configure: Regenerate. From-SVN: r71703
2003-09-23targhooks.c: Include output.h.Rainer Orth3-1/+8
* targhooks.c: Include output.h. * Makefile.in (targhooks.o): Add output.h to dependency list. From-SVN: r71702
2003-09-23* config.host: Removed superfluous newline.Rainer Orth2-2/+5
From-SVN: r71701
2003-09-23config.gcc: Use ${target}, not $machine.Nathanael Nerode4-125/+128
* config.gcc: Use ${target}, not $machine. * configure.in: Don't set $machine. * configure: Regenerate. From-SVN: r71700
2003-09-23Float.java, [...]: Add GCJ LOCAL markers.Nathanael Nerode3-0/+17
* java/lang/Float.java, java/lang/Double.java: Add GCJ LOCAL markers. From-SVN: r71699
2003-09-23rs6000.c (function_arg_pass_by_reference): Don't pass zero-size arrays by ↵Geoffrey Keating4-2/+24
reference. 2003-09-23 Geoffrey Keating <geoffk@apple.com> * config/rs6000/rs6000.c (function_arg_pass_by_reference): Don't pass zero-size arrays by reference. (rs6000_va_arg): Likewise. 2003-09-23 Geoffrey Keating <geoffk@apple.com> * gcc.dg/darwin-abi-1.c: New file. From-SVN: r71698
2003-09-23config.gcc: Set use_fixproto=no in each specific *-gnu* configuration...Nathanael Nerode2-1/+21
* config.gcc: Set use_fixproto=no in each specific *-gnu* configuration, rather than the generic one. From-SVN: r71695
2003-09-23locale_facets.tcc: Tweak to avoid warnings.Benjamin Kosnik795-2296/+1309
2003-09-23 Benjamin Kosnik <bkoz@redhat.com> * include/bits/locale_facets.tcc: Tweak to avoid warnings. * testsuite/testsuite_hooks.h: Same. * testsuite/*/*.cc: Same. From-SVN: r71693
2003-09-23tree-inline.c (remap_save_expr): Map new save_expr to identity rather than ↵Richard Henderson2-2/+6
to error_mark_node. * tree-inline.c (remap_save_expr): Map new save_expr to identity rather than to error_mark_node. From-SVN: r71692
2003-09-23configure.in (HAVE_GAS_SHF_MERGE): Always define to test result.Rainer Orth6-59/+64
* configure.in (HAVE_GAS_SHF_MERGE): Always define to test result. Update description. * configure: Regenerate. * config.in: Likewise. * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test for HAVE_GAS_SHF_MERGE value. * varasm.c (mergeable_string_section): Likewise. (mergeable_constant_section): Likewise. From-SVN: r71691
2003-09-23except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO value.Rainer Orth2-2/+11
* except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO value. From-SVN: r71690
2003-09-23target.h (struct gcc_target): New member external_libcall.Rainer Orth11-35/+68
* target.h (struct gcc_target): New member external_libcall. * target-def.h (TARGET_ASM_EXTERNAL_LIBCALL): Provide default. (TARGET_ASM_OUT): Use it. * doc/tm.texi (TARGET_ASM_EXTERNAL_LIBCALL): Document. * targhooks.c: Convert to ISO C 90. (default_external_libcall): New function. * targhooks.h (default_external_libcall): Declare. * varasm.c (assemble_external_libcall): Use targetm.asm_out.external_libcall instead of ASM_OUTPUT_EXTERNAL_LIBCALL. * config/mips/mips-protos.h [TARGET_IRIX5 || TARGET_IRIX 6] (mips_output_external_libcall): Declare. * config/mips/mips.c (mips_output_external_libcall): Change definition guard. Change to match TARGET_ASM_EXTERNAL_LIBCALL. Only operate for O32 ABI. * config/mips/iris5.h (TARGET_ASM_EXTERNAL_LIBCALL): Define instead of ASM_OUTPUT_EXTERNAL_LIBCALL. * config/mips/iris6.h (ASM_OUTPUT_EXTERNAL_LIBCALL): Don't undef, superceded by TARGET_ASM_EXTERNAL_LIBCALL. From-SVN: r71689
2003-09-23Correct gpr_or_gpr_p ChangeLog entry.David Edelsohn1-1/+2
From-SVN: r71688
2003-09-23config.gcc: Do per-target disabling of fixproto here in clauses, not in t- ↵Nathanael Nerode21-130/+168
fragments. * config.gcc: Do per-target disabling of fixproto here in clauses, not in t- fragments. * configure.in: Adjust to set STMP_FIXPROTO correctly. * configure: Regenerate. * config/arm/t-semi, config/cris/t-cris, config/i386/t-beos, config/i386/t-cygming, config/i386/t-nto, config/ia64/t-hpux, t-freebsd, t-linux, t-netbsd, t-openbsd, t-rtems, t-vxworks, xtensa/t-xtensa: Remove setting of STMP_FIXPROTO. * config/i370/t-oe, config/i386/t-netware, config/pa/t-bsd, t-interix, t-linux-aout: Delete files consisting only of setting of STMP_FIXPROTO. From-SVN: r71687
2003-09-23config.host: Allow unknown hosts (not targets).Nathanael Nerode2-461/+20
* config.host: Allow unknown hosts (not targets). Allow ns32k-*-netbsdelf* as a host (not a target). Remove redundant empty clauses. Remove useless obsolete-configuration clause. Prune unsupported configuration list. Collapse identical clauses for closely related systems. Rewrite comment for unsupported hosts list. Reorganize a little. From-SVN: r71686
2003-09-23MAINTAINERS: Move myself from 'Write After Approval' to 'Various ↵Andreas Tobler2-1/+6
Maintainers' section as... 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch> * MAINTAINERS: Move myself from 'Write After Approval' to 'Various Maintainers' section as libffi testsuite maintainer. From-SVN: r71685