1. 21 Mar, 2003 17 commits
    • ffi.h.in: Define X86 instead of X86_64 in 32 bit mode. · cd41c847
      	* libffi/include/ffi.h.in: Define X86 instead of X86_64 in 32
      	bit mode.
      	* libffi/src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV):
      	Receive closure pointer through parameter, read args using
      	__builtin_dwarf_cfa.
      	(FFI_INIT_TRAMPOLINE): Send closure reference through eax.
      
      From-SVN: r64663
      Zdenek Dvorak committed
    • re PR target/8366 ([sparc-sun-solaris2.7] C testsuite failure w/-m64 -fpic -O in execute/loop-2d.c) · 731458a4
      	PR optimization/8366
      	* config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
      	(GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
      	PIC+SYMBOLIC_CONST in other modes than Pmode.
      	(GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
      	the form PIC+SYMBOLIC_CONST as mode dependent.
      
      Co-Authored-By: Richard Henderson <rth@redhat.com>
      
      From-SVN: r64657
      Eric Botcazou committed
    • 2003-03-21 Michael Koch <konqueror@gmx.de> · 30b3f142
      	* javax/swing/Action.java
      	(ACCELERATOR_KEY): New constant.
      	(ACTION_COMMAND_KEY): Likewise.
      	(MNEMONIC_KEY): Likewise.
      	* javax/swing/UnsupportedLookAndFeelException.java
      	(UnsupportedLookAndFeelException): Must be public.
      	* javax/swing/WindowConstants.java
      	(EXIT_ON_CLOSE): New constant.
      	* javax/swing/text/BadLocationException.java
      	(offset): New member variable.
      	(BadLocationException): New implementation, documentation added.
      	(offsetRequested): New method.
      	* javax/swing/text/Caret.java:
      	Reformated.
      	* javax/swing/text/Document.java:
      	Reformated.
      
      From-SVN: r64656
      Michael Koch committed
    • 2003-03-21 Michael Koch <konqueror@gmx.de> · 15596d40
      	* java/rmi/activation/Activatable.java
      	(serialVersionUID): New member variable.
      	* java/rmi/activation/ActivationGroup.java
      	(serialVersionUID): New member variable.
      	* java/rmi/activation/ActivationGroupDesc.java
      	(serialVersionUID): New member variable.
      	* java/rmi/registry/Registry.java:
      	Reformated.
      	(Registry): Deprecated.
      	* java/rmi/server/LoaderHandler.java
      	Reformated.
      	(LoaderHandler): Deprecated.
      	* java/rmi/server/LogStream.java
      	Reformated.
      	(LogStream): Deprecated.
      	* java/rmi/server/Operation.java
      	(Operation): Deprecated.
      	* java/rmi/server/RMIFailureHandler.java:
      	Reformated.
      	* java/rmi/server/RMISocketFactory.java:
      	Reformated.
      	* java/rmi/server/RemoteCall.java
      	(RemoteCall): Deprecated.
      	* java/rmi/server/RemoteStub.java:
      	Reformated.
      	* java/rmi/server/Skeleton.java
      	Reformated.
      	(Skeleton): Deprecated.
      
      From-SVN: r64655
      Michael Koch committed
    • 2003-03-21 Michael Koch <konqueror@gmx.de> · ae429eab
      	* java/io/LineNumberReader.java
      	(LineNumberReader): Merged documentation with classpath.
      	(getLineNumber): Likewise.
      	(setLineNumber): Likewise.
      	(mark): Likewise.
      	(reset): Likewise.
      	(read): Likewise.
      	(readLine): Likewise.
      	(skip): Likewise.
      
      From-SVN: r64654
      Michael Koch committed
    • 2003-03-21 Michael Koch <konqueror@gmx.de> · 025f5843
      	* java/rmi/RMISecurityManager.java
      	(checkAccept): Removed.
      	(checkAccess): Likewise.
      	(checkAccess): Likewise.
      	(checkAwtEventQueueAccess): Likewise.
      	(checkConnect): Likewise.
      	(checkCreateClassLoader): Likewise.
      	(checkDelete): Likewise.
      	(checkExec): Likewise.
      	(checkExit): Likewise.
      	(checkLink): Likewise.
      	(checkListen): Likewise.
      	(checkMemberAccess): Likewise.
      	(checkMulticast): Likewise.
      	(checkPackageAccess): Likewise.
      	(checkPackageDefinition): Likewise.
      	(checkPermission): Likewise.
      	(checkPrintJobAccess): Likewise.
      	(checkPropertiesAccess): Likewise.
      	(checkPropertyAccess): Likewise.
      	(checkRead): Likewise.
      	(checkSecurityAccess): Likewise.
      	(checkSetFactory): Likewise.
      	(checkSystemClipboardAccess): Likewise.
      	(checkTopLevelWindow): Likewise.
      	(checkWrite): Likewise.
      
      From-SVN: r64653
      Michael Koch committed
    • treetree.c (cpp_create_reader): Follow prototype change in cpplib.h. · 94831225
      
      	* treetree.c (cpp_create_reader): Follow prototype change in
      	cpplib.h.
      
      From-SVN: r64652
      Andreas Jaeger committed
    • re PR c++/9440 (error message about "non-lvalue in unary '&'" when using ?: operator) · 2196cf13
              PR c++/9440
              * call.c (build_conditional_expr): Use convert rather than an
              explicit NOP_EXPR.
      
      From-SVN: r64651
      Jason Merrill committed
    • PR c++/8316, c++/9315, c++/10136 · c77e0597
              PR c++/8316, c++/9315, c++/10136
              * call.c (print_z_candidate): Split out from...
              (print_z_candidiates): ...here.
              (joust): Use it.
      
      From-SVN: r64650
      Jason Merrill committed
    • re PR c++/9420 (incomplete type incorrectly reported) · b10af5a4
              PR c++/9420
              * search.c (lookup_conversions): Call complete_type here.
              * call.c (implicit_conversion): Not here.
      
      From-SVN: r64649
      Jason Merrill committed
    • re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw)) · 742f0efe
              PR c++/7050
              * expr.c (store_expr): Don't attempt to store void-typed trees,
              just evaluate them for side effects.
      
      From-SVN: r64646
      Jason Merrill committed
    • decl2.c (arg_assoc_class): Correct check for namespace-scope friends. · 963142fc
      	* cp/decl2.c (arg_assoc_class): Correct check for namespace-scope
      	friends.
      	* cp/pt.c (instantiate_class_template): Fix formatting.
      
      	* g++.dg/template/friend17.C: New test.
      
      From-SVN: r64645
      Mark Mitchell committed
    • stormy16.c (xstormy16_expand_arith): Make sure we always emit at least one insn. · f3cd0185
      * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
      sure we always emit at least one insn.
      
      From-SVN: r64644
      DJ Delorie committed
    • config.gcc (i[34567]86-*-cygwin*): Use new common makefile stub t-cygming. · 70e5e841
      2003-03-21  Christopher Faylor  <cgf@redhat.com>
      
      	* config.gcc (i[34567]86-*-cygwin*): Use new common makefile
      	stub t-cygming. Use common target header cygming.h. Add extra
      	c_target_obj and cxx_target_obj file. Default cygwin to posix
      	threading. Enforce i386 as float format.
      	(i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
      	Remove cygwin.h as target header. Use common target header
      	cygming.h  Enforce i386 as float format. Correct typo.
      	* config/i386/cygming.h: New file, containing definitions
      	common to mingw32 and cygwin.
      	* config/i386/cygwin.h: Remove definitions common to cygwin and
      	mingw.	Simplify special spec logic.  Define "wrappers" around
      	certain include path defines to accommodate -mno-cygwin.
      	Remove some #if 0'ed code.
      	(STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
      	(LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
      	(GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
      	* config/i386/mingw32.h: Remove definitions common to cygwin and
      	mingw.
      	(EXTRA_OS_CPP_BUILTINS): Adjust.
      	(TARGET_VERSION): Define.
      	* config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
      	mingw32.h definitions.
      	(LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
      	* config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
      	Add compilation rules for cygwin1.o cygwin2.o.
      	* config/i386/cygwin1.c: New file.
      	* config/i386/cygwin2.c: New file.
      	* config/i386/t-cygming: New makefile stub.
      
      From-SVN: r64643
      Christopher Faylor committed
    • Daily bump. · 03c1f6a3
      From-SVN: r64642
      GCC Administrator committed
    • New test. · f8c8d811
      From-SVN: r64635
      Alan Modra committed
    • fold-const.c (extract_muldiv_1): Revert changing order of operands in case… · 4bddea4c
      fold-const.c (extract_muldiv_1): Revert changing order of operands in case MULT_EXPR of 2003-02-16 patch.
      
              * fold-const.c (extract_muldiv_1): Revert changing order of
              operands in case MULT_EXPR of 2003-02-16 patch.
      
      From-SVN: r64632
      Richard Henderson committed
  2. 20 Mar, 2003 21 commits
  3. 19 Mar, 2003 2 commits