1. 08 Nov, 2002 4 commits
  2. 07 Nov, 2002 17 commits
    • crtend.asm: Include "auto-host.h". · 07cf4226
              * config/ia64/crtend.asm: Include "auto-host.h".
              [HAVE_INITFINI_ARRAY]: Invoke __do_global_ctors_aux via .init_array.
              * config/ia64/crtbegin.asm: Similarly.
              * config/ia64/t-ia64 (crtbegin.o): Include from current directory.
              (crtend.o, crtbeginS.o, crtendS.o): Likewise.
      
              * aclocal.m4 (gcc_AC_INITFINI_ARRAY): New.
              * configure.in: Use it if --enable-initfini-array not specified.
              * doc/install.texi (Configuration): Document --enable-initfini-array.
              * configure, config.in: Rebuild.
      
      From-SVN: r58909
      David Mosberger committed
    • class.c (add_implicitly_declared_members): Put implicitly declared functions at… · f72ab53b
      class.c (add_implicitly_declared_members): Put implicitly declared functions at the end of TYPE_METHODs when...
      
      	* class.c (add_implicitly_declared_members): Put implicitly
      	declared functions at the end of TYPE_METHODs when -fabi-version
      	is at least 2.
      
      	* testsuite/g++.dg/abi/dtor1.C: New test.
      	* testsuite/g++.dg/abi/dtor2.C: Likewise.
      
      From-SVN: r58908
      Mark Mitchell committed
    • [multiple changes] · 0977774b
      2002-11-07  Jason Thorpe  <thorpej@wasabisystems.com>
      
      * config/arm/arm-protos.h (arm_get_frame_size)
      (thumb_get_frame_size): New prototypes.
      * config/arm/arm.c (arm_get_frame_size)
      (thumb_get_frame_size): New functions.
      (use_return_insn, arm_output_epilogue, arm_output_function_epilogue)
      (arm_compute_initial_elimination_offset, arm_expand_prologue): Use
      arm_get_frame_size.
      (thumb_expand_prologue, thumb_expand_epilogue): Use
      thumb_get_frame_size.
      * config/arm/arm.h (PREFERRED_STACK_BOUNDARY): Define.
      (machine_function): Add frame_size member.
      (THUMB_INITIAL_ELIMINATION_OFFSET): Use thumb_get_frame_size.
      
      2002-11-07  Richard Earnshaw  <rearnsha@arm.com>
      
      * arm.c (bit_count): Make argument unsigned long.  Return unsigned.
      Adjust code to use portable unsigned bit manipulation.
      (insn_flags, tune_flags): Change type to unsigned.
      (struct processors): Make flags unsigned long.
      (arm_override_options): Change type of count and current_bit_count
      to unsigned.
      
      From-SVN: r58901
      Jason Thorpe committed
    • backport: MarshalledObject.java (equals): Check hashcode first. · f150fe3f
              Merge Orp RMI patches from Wu Gansha <gansha.wu@intel.com>
      	* java/rmi/MarshalledObject.java (equals): Check hashcode first.
      
      	* java/rmi/server/RMIClassLoader.java (MyClassLoader): Create/Use
      	annotation.
      	(loadClass): Take String as codebases.
      	(getClassAnnotation): Use MyClassLoader annotations.
      	* java/rmi/server/UnicastRemoteObject.java (UnicastRemoteObject):
      	call exportObject(this).
      
      	* gnu/java/rmi/RMIMarshalledObjectOutputStream.java
      	(RMIMarshalledObjectOutputStream): set locBytesStream and locStream.
      	(setAnnotation): Don't set locBytesStream and locStream.
      	(replaceObject): Removed.
      	(flush): Don't test locStream.
      	(getLocBytes): LikeWise.
      	* gnu/java/rmi/dgc/DGCImpl.java: extends UnicastServerRef.
      	(leaseCache): New field.
      	(dirty): Use leaseCache.
      	(LeaseRecord): New inner class.
      	* gnu/java/rmi/registry/RegistryImpl.java (RegistryImpl): Don't
      	explicitly call exportObject().
      	* gnu/java/rmi/registry/RegistryImpl_Stub.java: set useNewInvoke to
      	false to communicate with Sun JDK130.
      	* gnu/java/rmi/server/ConnectionRunnerPool.java: Add CPU comment.
      	* gnu/java/rmi/server/RMIObjectInputStream.java
      	(UnicastConnectionManager): Removed field.
      	* gnu/java/rmi/server/RMIObjectOutputStream.java (replaceObject):
      	Use UnicastServer.getExportedRef().
      	* gnu/java/rmi/server/UnicastConnection.java (reviveTime): New field.
      	(expireTime): Likewise.
      	(CONNECTION_TIMEOUT): Likewise.
      	(disconnect): Call sock.close().
      	(isExpired): New method.
      	(resetTime): Likewise.
      	(run): Use do while loop and catch Exception for discardConnection().
      	* gnu/java/rmi/server/UnicastConnectionManager.java: Pool connections.
      	* gnu/java/rmi/server/UnicastRef.java: Lots of changes.
      	* gnu/java/rmi/server/UnicastRemoteCall.java: Lots of changes.
      	* gnu/java/rmi/server/UnicastServer.java (refcache): New field.
      	(exportObject): Use refcache.
      	(unexportObject): Likewise.
      	(getExportedRef): New method.
      	* gnu/java/rmi/server/UnicastServerRef.java (UnicastServerRef): New
      	constructor.
      	(exportObject): Save manager.serverobj.
      	(getStub): New method.
      
      From-SVN: r58900
      Mark Wielaard committed
    • natField.cc (getBoolean): Use getType(). · 396a8043
      	* java/lang/reflect/natField.cc (getBoolean): Use getType().
      	(getByte): Likewise.
      	(getShort): Likewise.
      	(getInt): Likewise.
      	(getLong): Likewise.
      	(getFloat): Likewise.
      	(getDouble): Likewise.
      	(get): Likewise.
      	(setChar): Likewise.
      	(setByte): Likewise.
      	(setShort): Likewise.
      	(setInt): Likewise.
      	(setLong): Likewise.
      	(setFloat): Likewise.
      	(setDouble): Likewise.
      
      From-SVN: r58899
      Mark Wielaard committed
    • * arm/elf.h (TYPE_OPERAND_FMT): Prefix type with %. · 74c13308
      From-SVN: r58897
      Richard Earnshaw committed
    • removed bogus ChangeLog entry · 76d17d62
      From-SVN: r58894
      Tom Tromey committed
    • dostime.c: Rewrote from scratch. · eeff4ca3
      	* dostime.c: Rewrote from scratch.
      	* dostime.h (dostime): Removed.
      
      From-SVN: r58892
      Tom Tromey committed
    • Choice.java, [...]: Fixed documentation. · 82396c2a
      2002-11-07  Michael Koch <konqueror@gmx.de>
      
      	* java/awt/Choice.java,
      	java/awt/Container.java,
      	java/awt/GridBagLayout.java:
      	Fixed documentation.
      	* java/awt/peer/ContainerPeer.java:
      	Reindented.
      
      From-SVN: r58888
      Michael Koch committed
    • * reg-stack.c (compensate_edge): Fix sanity check. · c2905f7b
      From-SVN: r58886
      Jan Hubicka committed
    • ICC_Profile.java: Added missing constants. · 3bb5c7a1
      2002-11-07  Michael Koch <konqueror@gmx.de>
      
      	* java/awt/color/ICC_Profile.java:
      	Added missing constants.
      	* java/awt/color/ICC_ColorSpace.java
      	(getMinValue): Added dummy implementation.
      	(getMaxValue): Added dummy implementation.
      	* java/awt/datatransfer/DataFlavor.java
      	(imageFlavor): Added.
      	(isMimeTypeEqual): Must be final.
      	(getDefaultRepresentationClass): Must be non-static.
      	(getDefaultRepresentationClassAsString): Must be non-static.
      	* java/awt/dnd/DragSourceContext.java
      	(dragExit): Corrected argument.
      	(dragDropEnd): Corrected argument.
      	* java/awt/dnd/DragSourceListener.java.java
      	(dragExit): Corrected argument.
      	(dragDropEnd): Corrected argument.
      	* java/awt/font/TextHitInfo.java
      	(toString): Added stubbed implementation.
      	* java/awt/geom/PathIterator.java:
      	The constants must be static.
      	* java/awt/image/VolatileImage.java
      	(IMAGE_INCOMPATIBLE): Fixed typo.
      	* java/awt/image/renderable/RenderableImage.java
      	(HINTS_OBSERVED): Must be static.
      	* java/beans/BeanInfo.java:
      	Constants must be final.
      
      From-SVN: r58885
      Michael Koch committed
    • Daily bump. · d7899d8a
      From-SVN: r58884
      GCC Administrator committed
    • Index: ChangeLog · 3cfe49da
      2002-11-05  Geoffrey Keating  <geoffk@apple.com>
      
      	* config.gcc: Don't create crtbegin, crtend on Darwin; do create
      	crt2.o.  Rearrange t-darwin makefiles.
      	* crtstuff.c [OBJECT_FORMAT_MACHO]: Delete.
      	* unwind-dw2-fde-darwin.c: New.
      	* unwind-dw2-fde-glibc.c: Correct comment.
      	* unwind-dw2-fde.c (__register_frame_info_bases)
      	[DWARF2_OBJECT_END_PTR_EXTENSION]: Clear fde_end.
      	(classify_object_over_fdes): Use last_fde.
      	(add_fdes): Likewise.
      	(linear_search_fdes): Likewise.
      	* unwind-dw2-fde.h (struct object)
      	[DWARF2_OBJECT_END_PTR_EXTENSION]: Add fde_end field.
      	(last_fde): New.
      	* config/darwin.h (STARTFILE_SPEC): Include crt2.o not crtbegin.o.
      	(ENDFILE_SPEC): No crtend.o.
      	* config/t-darwin: New.
      	* config/i386/t-darwin: Delete.
      	* config/darwin-crt2.c: New.
      	* config/rs6000/t-darwin: Delete contents duplicated in t-rs6000
      	or config/t-darwin.
      
      Index: testsuite/ChangeLog
      2002-11-05  Geoffrey Keating  <geoffk@apple.com>
      
      	* g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
      	Darwin.
      
      From-SVN: r58877
      Geoffrey Keating committed
    • re PR libgcj/8481 (java.Random.nextInt(int) may return negative) · 12f256d4
      	From svens@it.uu.se.  For PR libgcj/8481.
      	* java/util/Random.java (nextInt(int)): Only use 31 bits.
      
      From-SVN: r58876
      Tom Tromey committed
    • re PR target/8480 (reload ICEs for LAPACK code on powerpc64-linux) · 5d7e6254
              PR target/8480
              * config/rs6000/rs6000.md (movdi_internal64): Discourage
              FPR to FPR moves.
      
      From-SVN: r58873
      David Edelsohn committed
    • contrib.texi: Merge in the list from the Java web pages. · 4fc6ad08
      2002-11-06  Janis Johnson  <janis187@us.ibm.com>
      
      	* doc/contrib.texi: Merge in the list from the Java web pages.
      
      From-SVN: r58869
      Janis Johnson committed
  3. 06 Nov, 2002 10 commits
  4. 05 Nov, 2002 9 commits