r123222 - in /branches/fixed-point: ./ gcc/Chan...
chaoyingfu@gcc.gnu.org
chaoyingfu@gcc.gnu.org
Mon Mar 26 18:44:00 GMT 2007
Author: chaoyingfu
Date: Mon Mar 26 19:44:30 2007
New Revision: 123222
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123222
Log:
Merged revisions 123100-123114 via svnmerge from
svn+ssh://chaoyingfu@sources.redhat.com/svn/gcc/trunk
........
r123100 | gccadmin | 2007-03-20 17:18:38 -0700 (Tue, 20 Mar 2007) | 1 line
Daily bump.
........
r123103 | mmitchel | 2007-03-20 22:21:31 -0700 (Tue, 20 Mar 2007) | 5 lines
* config/arm/elf.h (TARGET_ASM_DESTRUCTOR): Define.
* config/arm/arm.c (arm_elf_asm_cdtor): New function.
(arm_elf_asm_constructor): Use it.
(arm_elf_asm_destructor): New function.
........
r123104 | rsandifo | 2007-03-21 02:07:19 -0700 (Wed, 21 Mar 2007) | 4 lines
gcc/
* doc/invoke.texi (-fpie, -fPIE): Document __pie__ and __PIE__.
* c-cppbuiltin.c (c_cpp_builtins): Define them.
........
r123105 | rsandifo | 2007-03-21 02:08:04 -0700 (Wed, 21 Mar 2007) | 6 lines
gcc/testsuite/
* gcc.c-torture/execute/builtins/chk.h (LOCAL): Define.
* gcc.c-torture/execute/builtins/sprintf-chk.c (s1): Make LOCAL.
* gcc.c-torture/execute/builtins/stpcpy-chk.c (s1): Likewise.
* gcc.c-torture/execute/builtins/strcpy-chk.c (s1): Likewise.
........
r123106 | rsandifo | 2007-03-21 02:10:08 -0700 (Wed, 21 Mar 2007) | 8 lines
gcc/
* rtl.h (constant_pool_reference_p): Delete.
(find_constant_src): Declare.
* rtlanal.c (find_constant_src): New function.
* simplify-rtx.c (constant_pool_reference_p): Delete.
* config/i386/i386.md: Use find_constant_src instead of
constant_pool_reference_p/avoid_constant_pool_reference pairs.
........
r123107 | rsandifo | 2007-03-21 02:11:25 -0700 (Wed, 21 Mar 2007) | 13 lines
gcc/testsuite/
* lib/target-supports.exp (check_effective_target_nonpic): New
procedure.
* gcc.target/i386/20020616-1.c: Use an alternative to %ebx
when compiling PIC.
* gcc.target/i386/asm-4.c: Require nonpic.
* gcc.target/i386/cmov1.c: Likewise.
* gcc.target/i386/mul.c: Likewise.
* gcc.target/i386/pr21291.c: Require nonpic or ! ilp32.
* gcc.target/i386/ssetype-1.c: Require nonpic.
* gcc.target/i386/ssetype-3.c: Likewise.
* gcc.target/i386/ssetype-5.c: Likewise.
........
r123108 | rsandifo | 2007-03-21 05:21:33 -0700 (Wed, 21 Mar 2007) | 6 lines
gcc/
* config/vxworks.h (VXWORKS_ADDITIONAL_CPP_SPEC): Remove -D options.
(VXWORKS_OS_CPP_BUILTINS): Define.
* config/i386/vxworks.h (VXWORKS_CPU_DEFINE): Fold into...
(TARGET_OS_CPP_BUILTINS): ...here. Use VXWORKS_OS_CPP_BUILTINS.
........
r123112 | rth | 2007-03-21 08:52:23 -0700 (Wed, 21 Mar 2007) | 4 lines
* config/i386/emmintrin.h (__m128i, __m128d): Mark may_alias.
* config/i386/mmintrin.h (__m64): Likewise.
* config/i386/xmmintrin.h (__m128): Likewise.
........
r123113 | sje | 2007-03-21 09:02:32 -0700 (Wed, 21 Mar 2007) | 3 lines
* explow.c (convert_memory_address): Fold memory reference when
POINTERS_EXTEND_UNSIGNED < 0
........
r123114 | mrs | 2007-03-21 11:45:40 -0700 (Wed, 21 Mar 2007) | 2 lines
* c.opt: Fixup for Objective-C/C++.
........
Modified:
branches/fixed-point/ (props changed)
branches/fixed-point/gcc/ChangeLog
branches/fixed-point/gcc/DATESTAMP
branches/fixed-point/gcc/c-cppbuiltin.c
branches/fixed-point/gcc/c.opt
branches/fixed-point/gcc/config/arm/arm.c
branches/fixed-point/gcc/config/arm/elf.h
branches/fixed-point/gcc/config/i386/emmintrin.h
branches/fixed-point/gcc/config/i386/i386.md
branches/fixed-point/gcc/config/i386/mmintrin.h
branches/fixed-point/gcc/config/i386/vxworks.h
branches/fixed-point/gcc/config/i386/xmmintrin.h
branches/fixed-point/gcc/config/vxworks.h
branches/fixed-point/gcc/doc/invoke.texi
branches/fixed-point/gcc/explow.c
branches/fixed-point/gcc/rtl.h
branches/fixed-point/gcc/rtlanal.c
branches/fixed-point/gcc/simplify-rtx.c
branches/fixed-point/gcc/testsuite/ChangeLog
branches/fixed-point/gcc/testsuite/gcc.c-torture/execute/builtins/chk.h
branches/fixed-point/gcc/testsuite/gcc.c-torture/execute/builtins/sprintf-chk.c
branches/fixed-point/gcc/testsuite/gcc.c-torture/execute/builtins/stpcpy-chk.c
branches/fixed-point/gcc/testsuite/gcc.c-torture/execute/builtins/strcpy-chk.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/20020616-1.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/asm-4.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/cmov1.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/mul.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/pr21291.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/ssetype-1.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/ssetype-3.c
branches/fixed-point/gcc/testsuite/gcc.target/i386/ssetype-5.c
branches/fixed-point/gcc/testsuite/lib/target-supports.exp
Propchange: branches/fixed-point/
('svnmerge-integrated' modified)
More information about the Gcc-cvs
mailing list