- 25 Sep, 2003 17 commits
-
-
* java/lang/reflect/Proxy.java (generate): Uncomment protection domain code. * java/lang/natClassLoader.cc (defineClass): Added `loader' argument. (linkClass0): Now in VMClassLoader. (markClassErrorState0): Likewise. (getSystemClassLoaderInternal): New method. * java/lang/natClass.cc (initializeClass): Use VMClassLoader::resolveClass. * java/lang/ClassLoader.java: New version, from Classpath. * java/lang/Class.java (getProtectionDomain): protectionDomainPermission and unknownProtectionDomain now in VMClassLoader. * java/lang/Class.h: VMClassLoader now a friend class. * gnu/gcj/runtime/VMClassLoader.java (instance): Now package-private. * gcj/javaprims.h: Regenerated class list. * resolve.cc (_Jv_PrepareClass): Use VMClassLoader::resolveClass. * java/lang/VMClassLoader.java: New version from Classpath; modified for libgcj use. From-SVN: r71765
Tom Tromey committed -
2003-09-25 Ziemowit Laski <zlaski@apple.com> * Makefile.in (stub-objc.o): Depend on $(GGC_H). From-SVN: r71764
Ziemowit Laski committed -
* config.gcc: Get rid of more gratuitious 'x'es. Actually allow tsc701 as a --with-cpu, --with-tune setting for sparc. From-SVN: r71763
Nathanael Nerode committed -
2003-09-25 Ziemowit Laski <zlaski@apple.com> * cp-parse.in (objc_try_stmt): Do not specify a %type. From-SVN: r71762
Ziemowit Laski committed -
* config.gcc: New 'widely ported system' clause for rtems. Set thread file there, not in individual clauses. From-SVN: r71761
Nathanael Nerode committed -
* config/mips/mips.c (mips_va_arg): Handle arguments that must be passed on the stack. From-SVN: r71760
Richard Sandiford committed -
* config.gcc (widely ported systems section): Mostly alphabetize by system. Comment the case where we can't. From-SVN: r71759
Nathanael Nerode committed -
From-SVN: r71758
Michael Koch committed -
2003-09-25 Michael Koch <konqueror@gmx.de> * java/nio/ByteBufferHelper.java: New file. * java/nio/ByteBufferImpl.java, java/nio/DirectByteBufferImpl.java, java/nio/MappedByteBufferImpl.java (getType,putType): Use new helper class ByteBufferHelper. * Makefile.am (ordinary_java_source_files): Added java/nio/ByteBufferHelper.java. * Makefile.in: Regenerated. From-SVN: r71757
Michael Koch committed -
From-SVN: r71756
Nathanael Nerode committed -
* config.gcc: Remove some unnecessary uses of 'x' in case statements. Actually allow ep9312 as an arm --with-arch setting. From-SVN: r71755
Nathanael Nerode committed -
From-SVN: r71752
Nathanael Nerode committed -
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
Phil Edwards committed -
* gnu/java/net/natPlainSocketImplWin32.cc: Add missing #includes. PR libgcj/12388. From-SVN: r71750
Bryce McKinlay committed -
PR bootstrap/12358 * fold-const.c (tree_swap_operands_p): Only reorder operands when one of the operands is constant. From-SVN: r71749
Roger Sayle committed -
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
Ziemowit Laski committed -
From-SVN: r71746
GCC Administrator committed
-
- 24 Sep, 2003 23 commits
-
-
* cpplib.c (do_pragma): Reintroduce cb_line_change call in the code path that calls a handler. From-SVN: r71744
Alexandre Oliva committed -
From-SVN: r71743
Alexandre Oliva committed -
* config.gcc (c4x-*, tic4x-*, d30v-*, mmix-knuth-mmixware): Disable fixproto. From-SVN: r71740
Nathanael Nerode committed -
* config.gcc: Clean up and reindent $with_cpu=yes|no clause and the section giving $with_cpu defaults by target. From-SVN: r71738
Nathanael Nerode committed -
* 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
Nathanael Nerode committed -
* 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
David Edelsohn committed -
From-SVN: r71733
Rainer Orth committed -
From-SVN: r71732
Nathan Sidwell committed -
* arm.h (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Wrap in do...while(0) From-SVN: r71731
Richard Earnshaw committed -
From-SVN: r71728
Geoffrey Keating committed -
StringBuffer.java (substring): Don't set `shared' on small Strings, even if 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
Bryce McKinlay committed -
2003-09-24 Michael Koch <konqueror@gmx.de> * acinclude.m4 (AM_LC_LOCALES): Added check for locale.h. From-SVN: r71725
Michael Koch committed -
* 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
Bryce McKinlay committed -
* config.gcc: Move use_fixproto=no from generic vxworks clause to specific one. From-SVN: r71723
Nathanael Nerode committed -
* config.gcc (powerpc-*-gnu-gnualtivec*): Disable fixproto (accidentally missed in last pass). From-SVN: r71722
Nathanael Nerode committed -
2003-09-23 Andrew Pinski <apinski@apple.com> PR bootstrap/12383 * configure: Regenerate. From-SVN: r71721
Andrew Pinski committed -
* config.gcc (x86_64-*-freebsd*): Disable fixproto (accidentally missed in last pass). From-SVN: r71720
Nathanael Nerode committed -
* config/mn10300/mn10300.md (andsi3): Fix cut&pasto in 0xfffffffe constant. From-SVN: r71718
Alexandre Oliva committed -
From-SVN: r71715
Nathanael Nerode committed -
* config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*, powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*, powerpcle-*-eabi*): Disable fixproto. From-SVN: r71714
Nathanael Nerode committed -
* config.gcc: Move use_fixproto=no from generic FreeBSD clause to specific FreeBSD clauses. From-SVN: r71713
Nathanael Nerode committed -
* config.gcc: Move use_fixproto=no from generic NetBSD clause to specific NetBSD clauses. From-SVN: r71712
Nathanael Nerode committed -
* config.gcc: Move use_fixproto=no from generic OpenBSD clause to specific OpenBSD clauses. From-SVN: r71711
Nathanael Nerode committed
-