This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r120863 - in /branches/fixed-point: ./ ChangeLo...


Author: chaoyingfu
Date: Wed Jan 17 18:29:21 2007
New Revision: 120863

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120863
Log:
Merged revisions 120607-120613 via svnmerge from 
svn+ssh://chaoyingfu@sources.redhat.com/svn/gcc/trunk

........
  r120607 | pinskia | 2007-01-08 20:19:18 -0800 (Mon, 08 Jan 2007) | 6 lines
  
  2007-01-08  Andrew Pinski  <andrew_pinski@playstation.sony.com>
  
          * gcc.target/spu/intrinsics-1.c: Remove xfail.
........
  r120608 | geoffk | 2007-01-08 23:30:17 -0800 (Mon, 08 Jan 2007) | 2 lines
  
  	* doc/invoke.texi (Optimize Options): Correct description of -O0.
........
  r120609 | geoffk | 2007-01-08 23:30:30 -0800 (Mon, 08 Jan 2007) | 2 lines
  
  	* doc/invoke.texi (Optimize Options): Correct description of -O0.
........
  r120610 | nickc | 2007-01-08 23:35:39 -0800 (Mon, 08 Jan 2007) | 2 lines
  
  Regenerate configure after updating configure.in
........
  r120611 | geoffk | 2007-01-08 23:48:38 -0800 (Mon, 08 Jan 2007) | 22 lines
  
  Index: ChangeLog
  2007-01-08  Geoffrey Keating  <geoffk@apple.com>
  
  	* target.h (struct gcc_target): New field library_rtti_comdat.
  	* target-def.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): New.
  	(TARGET_CXX): Add TARGET_CXX_LIBRARY_RTTI_COMDAT.
  	* doc/tm.texi (C++ ABI): Document TARGET_CXX_LIBRARY_RTTI_COMDAT.
  	* config/darwin.h (TARGET_CXX_LIBRARY_RTTI_COMDAT): Define.
  
  Index: testsuite/ChangeLog
  2007-01-08  Geoffrey Keating  <geoffk@apple.com>
  
  	* g++.dg/rtti/darwin-builtin-linkage.C: New.
  
  Index: cp/ChangeLog
  2007-01-08  Geoffrey Keating  <geoffk@apple.com>
  
  	* rtti.c: Include target.h.
  	(emit_support_tinfos): If ! targetm.cxx.library_rtti_comdat (),
  	don't emit typeinfo for fundamental types as weak.
  	* Make-lang.in (cp/rtti.o): Update and correct dependencies.
........
  r120612 | uros | 2007-01-09 01:34:45 -0800 (Tue, 09 Jan 2007) | 3 lines
  
          * MAINTAINERS: Add myself as i386 maintainer.
........
  r120613 | rearnsha | 2007-01-09 02:08:49 -0800 (Tue, 09 Jan 2007) | 4 lines
  
  2007-01-09  Nicolas Pitre  <nico@cam.org>
  
  	* arm/ieee754-df.S (Lad_s): Also test the low word of X for zero.
........

Added:
    branches/fixed-point/gcc/testsuite/g++.dg/rtti/darwin-builtin-linkage.C
      - copied unchanged from r120613, trunk/gcc/testsuite/g++.dg/rtti/darwin-builtin-linkage.C
Modified:
    branches/fixed-point/   (props changed)
    branches/fixed-point/ChangeLog
    branches/fixed-point/MAINTAINERS
    branches/fixed-point/configure
    branches/fixed-point/gcc/ChangeLog
    branches/fixed-point/gcc/config/arm/ieee754-df.S
    branches/fixed-point/gcc/config/darwin.h
    branches/fixed-point/gcc/cp/ChangeLog
    branches/fixed-point/gcc/cp/Make-lang.in
    branches/fixed-point/gcc/cp/rtti.c
    branches/fixed-point/gcc/doc/invoke.texi
    branches/fixed-point/gcc/doc/tm.texi
    branches/fixed-point/gcc/target-def.h
    branches/fixed-point/gcc/target.h
    branches/fixed-point/gcc/testsuite/ChangeLog
    branches/fixed-point/gcc/testsuite/gcc.target/spu/intrinsics-1.c

Propchange: branches/fixed-point/
            ('svnmerge-integrated' modified)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]