1. 04 Jan, 2003 11 commits
    • config.gcc (hppa*64*-*-hpux11*): Define extra_parts. · 35d434ed
      	* config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
      	collect2.
      	* pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
      	(HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
      	* pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
      	GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
      	GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
      	(CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
      	elfos.h.
      	(EH_FRAME_IN_DATA_SECTION): Delete define.
      	(HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
      	(STARTFILE_SPEC): Use crtbegin.o.
      	(ENDFILE_SPEC): Use crtend.o.
      	(INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
      	SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
      	PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
      	DTOR_LIST_BEGIN): Define.
      	* pa.c (TARGET_ASM_CONSTRUCTOR): Define.
      	(pa_asm_out_constructor, pa_asm_out_destructor): New functions.
      	* som.h (SUPPORTS_INIT_PRIORITY): Delete define.
      
      From-SVN: r60892
      John David Anglin committed
    • configure.in (LD): Improve test for gcc. · 70571545
      	* configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
      	by gcc if LD is not defined and we are not doing a Canadian Cross.
      	* configure: Rebuilt.
      
      From-SVN: r60891
      John David Anglin committed
    • method.c (use_thunk): Disable access control while building the body of the thunk. · 1bb2cc34
      	* method.c (use_thunk): Disable access control while building the
      	body of the thunk.
      
      From-SVN: r60889
      Mark Mitchell committed
    • remove obsolete fixes · b0588013
      From-SVN: r60883
      Bruce Korb committed
    • h8300-protos.h: Add prototypes for the new functions defined below. · 68ee6df6
      	* config/h8300/h8300-protos.h: Add prototypes for
      	the new functions defined below.
      	* config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
      	define.
      	(dosize): Emit RTL instead of assembly code.
      	(push): Likewise.
      	(pop): Likewise.
      	(h8300_output_function_prologue): Remove.
      	(h8300_expand_prologue): New.
      	(h8300_expand_epilogue): New.
      	(h8300_output_function_epilogue): Do only the reset of
      	pragma_saveall.
      	* config/h8300/h8300.md (push_h8300): New.
      	(push_h8300hs): Likewise.
      	(pop_h8300): Likewise.
      	(pop_h8300hs): Likewise.
      	(*stm_h8300s_2): Change the name to stm_h8300s_2.
      	(*stm_h8300s_3): Change the name to stm_h8300s_3.
      	(*stm_h8300s_4): Change the name to stm_h8300s_4.
      	(*ldm_h8300s_2): New.
      	(*ldm_h8300s_3): Likewise.
      	(*ldm_h8300s_4): Likewise.
      	(return): Likewise.
      	(*return_1): Likewise.
      	(prologue): Likewise.
      	(epilogue): Likewise.
      	(monitor_prologue): Likewise.
      
      From-SVN: r60882
      Kazu Hirata committed
    • namespace3.C: Remove extra semicolons. · d5945212
      	* g++.dg/parse/namespace3.C: Remove extra semicolons.
      	* g++.dg/parse/namespace4.C: Likewise.
      
      From-SVN: r60880
      Kriang Lerdsuwanakij committed
    • Daily bump. · 0bfde487
      From-SVN: r60877
      GCC Administrator committed
    • FileDescriptor.java (position): New private field. · 1d5c46dc
              * java/io/FileDescriptor.java (position): New private field.
              * java/io/natFileDescriptorPosix.cc (write): Up position.
              (setLength): Use and set position.
              (seek): Set position.
              (getFilePointer): Return position.
              (read): Up position.
      
      From-SVN: r60869
      Mark Wielaard committed
    • Merge with Classpath: · 3aa0cc4e
      	* java/io/ObjectStreamClass.java (lookup): Split method and call
      	lookupForClassObject().
      	(lookupForClassObject): New method.
      	(isProxyClass): New field.
      	(setClass): Set isProxyClass, add object to classLookupTable, set
      	superClass and calculateOffsets.
      	(ObjectStreamClass): Set isProxyClass. Only set uid when Serializable
      	and not a proxy class.
      	(setFields): Set accessible true for serialPersistentFields.
      	(getClassUID): Same for suid. And check if suid is of type long.
      	(hasClassInitializer): Don't throw NoSuchMethodError.
      
      From-SVN: r60867
      Mark Wielaard committed
    • FileInputStream.java (finalize): Don't explicitly finalize FileDescriptor. · 2d2d0877
              * java/io/FileInputStream.java (finalize): Don't explicitly
              finalize FileDescriptor.
      
      From-SVN: r60863
      Mark Wielaard committed
  2. 03 Jan, 2003 29 commits