Skip to content
Snippets Groups Projects
  1. Jan 04, 2003
    • John David Anglin's avatar
      configure.in (LD): Improve test for gcc. · 70571545
      John David Anglin authored
      	* 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
      70571545
    • Mark Mitchell's avatar
      method.c (use_thunk): Disable access control while building the body of the thunk. · 1bb2cc34
      Mark Mitchell authored
      	* method.c (use_thunk): Disable access control while building the
      	body of the thunk.
      
      From-SVN: r60889
      1bb2cc34
    • Bruce Korb's avatar
      remove obsolete fixes · b0588013
      Bruce Korb authored
      From-SVN: r60883
      b0588013
    • Kazu Hirata's avatar
      h8300-protos.h: Add prototypes for the new functions defined below. · 68ee6df6
      Kazu Hirata authored
      	* 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
      68ee6df6
    • Jason Merrill's avatar
      * call.c (build_conditional_expr): Stabilize lvalues properly. · 2094e97d
      Jason Merrill authored
      From-SVN: r60881
      2094e97d
    • Kriang Lerdsuwanakij's avatar
      namespace3.C: Remove extra semicolons. · d5945212
      Kriang Lerdsuwanakij authored
      	* g++.dg/parse/namespace3.C: Remove extra semicolons.
      	* g++.dg/parse/namespace4.C: Likewise.
      
      From-SVN: r60880
      d5945212
    • GCC Administrator's avatar
      Daily bump. · 0bfde487
      GCC Administrator authored
      From-SVN: r60877
      0bfde487
    • Mark Wielaard's avatar
      FileDescriptor.java (position): New private field. · 1d5c46dc
      Mark Wielaard authored
              * 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
      1d5c46dc
    • Mark Wielaard's avatar
      Merge with Classpath: · 3aa0cc4e
      Mark Wielaard authored
      	* 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
      3aa0cc4e
    • Mark Wielaard's avatar
      FileInputStream.java (finalize): Don't explicitly finalize FileDescriptor. · 2d2d0877
      Mark Wielaard authored
              * java/io/FileInputStream.java (finalize): Don't explicitly
              finalize FileDescriptor.
      
      From-SVN: r60863
      2d2d0877
  2. Jan 03, 2003
Loading