[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org


--- Comment #11 from chaoyingfu at gcc dot gnu dot org  2006-11-30 19:44 
---
Subject: Bug 28400

Author: chaoyingfu
Date: Thu Nov 30 19:43:57 2006
New Revision: 119376

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=119376
Log:
Merged revisions 118384-118452 via svnmerge from 
svn+ssh://[EMAIL PROTECTED]/svn/gcc/trunk


  r118384 | sje | 2006-11-01 08:25:17 -0800 (Wed, 01 Nov 2006) | 2 lines

* tests/base/sys/socket.h: Update.

  r118385 | dgregor | 2006-11-01 08:27:23 -0800 (Wed, 01 Nov 2006) | 8 lines

  2006-11-01Douglas Gregor [EMAIL PROTECTED]

* include/cpplib.h (enum c_lang): Add CLK_GNUCXX0X and CLK_CXX0X
for experimental C++0x mode.
* init.c (lang_defaults): Add defaults for C++0x modes. C++0x has
adopted the preprocessor changes introduced in C99.

  r118386 | dgregor | 2006-11-01 08:29:06 -0800 (Wed, 01 Nov 2006) | 14 lines

  2006-11-01Douglas Gregor [EMAIL PROTECTED]

* c-common.c (flag_cpp0x): New.
* c-common.h (flag_cpp0x): New.
* c-cppbuiltin.c (c_cpp_builtins): If C++0x extensions are
supported, define __GXX_EXPERIMENTAL_CPP0X__.
* c-opts.c (set_std_cxx0x): New.
(c_common_handle_option): Handle -std=c++0x, -std=gnu++0x.
* c.opt (std=c++0x): Document.
(std=gnu++0x): Ditto.
* doc/cpp.texi: Document __GXX_EXPERIMENTAL_CPP0X__.
* doc/invoke.texi: Document -std=c++0x, -std=gnu++0x.


  r118389 | dgregor | 2006-11-01 09:13:27 -0800 (Wed, 01 Nov 2006) | 14 lines

  2006-11-01Douglas Gregor [EMAIL PROTECTED]

* c-common.c (flag_cpp0x): New.
* c-common.h (flag_cpp0x): New.
* c-cppbuiltin.c (c_cpp_builtins): If C++0x extensions are
supported, define __GXX_EXPERIMENTAL_CPP0X__.
* c-opts.c (set_std_cxx0x): New.
(c_common_handle_option): Handle -std=c++0x, -std=gnu++0x.
* c.opt (std=c++0x): Document.
(std=gnu++0x): Ditto.
* doc/cpp.texi: Document __GXX_EXPERIMENTAL_CPP0X__.
* doc/invoke.texi: Document -std=c++0x, -std=gnu++0x.

  r118391 | kseitz | 2006-11-01 10:20:19 -0800 (Wed, 01 Nov 2006) | 8 lines

  * gnu/gcj/jvmti/Location.java: New file.
  * gnu/gcj/jvmti/BreakpointManager.java: New file.
  * jvmti.cc (_Jv_JVMTI_SetBreakpoint): New function.
  (_Jv_JVMTI_ClearBreakpoint): New function.
  (_Jv_JVMTI_Interface): Define SetBreakpoint and ClearBreakpoint.
  * sources.am: Regenerated.
  * Makefile.in: Regenerated.

  r118392 | vprus | 2006-11-01 11:01:36 -0800 (Wed, 01 Nov 2006) | 6 lines

  2006-11-01  Chris Johns [EMAIL PROTECTED]

  PR bootstrap/28400
  * Makefile.in (install-driver): Use exeext when installing
  $target-gcc-$version.

  r118393 | nemet | 2006-11-01 11:19:28 -0800 (Wed, 01 Nov 2006) | 5 lines

* tree-pretty-print.c (dump_generic_node) INTEGER_CST: Use
HOST_WIDE_INT_PRINT to print high and low parts.  Use
HOST_BITS_PER_WIDE_INT for the width of HOST_WIDE_INT.  When
printing a hexadecimal number prefix it with 0x.

  r118394 | nemet | 2006-11-01 11:22:02 -0800 (Wed, 01 Nov 2006) | 5 lines

* gcc.dg/fold-mod-1.c: Match the leading 0x for the
hexadecimal value.
* gcc.dg/tree-prof/val-prof-2.c: Likewise.
* gcc.dg/pr14796-2.c: Likewise.

  r118396 | bergner | 2006-11-01 12:47:53 -0800 (Wed, 01 Nov 2006) | 67 lines

* doc/invoke.texi: Add cpu_type power6x
(RS/6000 and PowerPC Options): Add -mmfpgpr.
* config.gcc: Add cpu_type power6x.
* configure.ac: Add test for mf{t,f}gpr instructions.
(HAVE_AS_MFPGPR): New.
* config.in: Regenerate.
* configure: Regenerate.
* config/rs6000/aix52.h (ASM_CPU_SPEC): Add power6x.
* config/rs6000/rs6000.md (define_attr type): Add insert_dword,
shift,trap,var_shift_rotate,cntlz,exts, var_delayed_compare, mffgpr
and mftgpr attributes.
(define_attr cpu): Add power6.
Change instruction sequences to use new attributes.
(floatsidf2,fix_truncdfsi2): use TARGET_MFPGPR.
(fix_truncdfsi2_mfpgpr): New.
(floatsidf_ppc64_mfpgpr): New.
(floatsidf_ppc64): Added !TARGET_MFPGPR condition.
(movdf_hardfloat64_mfpgpr,movdi_mfpgpr): New.
(movdf_hardfloat64): Added !TARGET_MFPGPR condition.
(movdi_internal64): Added !TARGET_MFPGPR and related conditions.
(fix_truncdfsi2): Use gpc_reg_operand constraint.
* config/rs6000/{6xx.md,power4.md,8540.md,603.md,mpc.md,
7xx.md,rios2.md,7450.md,440.md,rios1.md,rs64.md,power5.md,40x.md}:
Add descriptions for insert_dword, shift,trap,var_shift_rotate,
cntlz,exts and var_delayed_compare.
* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
_ARCH_PWR6X, if features enabled.
* 

[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-05 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28400



[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-02 Thread vprus at gcc dot gnu dot org


--- Comment #10 from vprus at gcc dot gnu dot org  2006-11-02 10:39 ---
Subject: Bug 28400

Author: vprus
Date: Thu Nov  2 10:39:33 2006
New Revision: 118414

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118414
Log:
2006-11-02  Vladimir Prus  [EMAIL PROTECTED]

Backport from mainline:
2006-11-01  Chris Johns [EMAIL PROTECTED]

PR bootstrap/28400
* Makefile.in (install-driver): Use exeext when installing
$target-gcc-$version.

Modified:
branches/csl/sourcerygxx-4_1/ChangeLog.csl
branches/csl/sourcerygxx-4_1/gcc/Makefile.in


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28400



[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-01 Thread vprus at gcc dot gnu dot org


--- Comment #5 from vprus at gcc dot gnu dot org  2006-11-01 14:40 ---
Subject: Bug 28400

Author: vprus
Date: Wed Nov  1 14:40:44 2006
New Revision: 118381

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118381
Log:
2006-11-01  Chris Johns [EMAIL PROTECTED]

PR bootstrap/28400
* Makefile.in (install-driver): Use exeext when installing
$target-gcc-$version.

Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/Makefile.in


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28400



[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-01 Thread vprus at gcc dot gnu dot org


--- Comment #6 from vprus at gcc dot gnu dot org  2006-11-01 15:31 ---
Subject: Bug 28400

Author: vprus
Date: Wed Nov  1 15:31:43 2006
New Revision: 118383

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118383
Log:
2006-11-01  Chris Johns [EMAIL PROTECTED]

PR bootstrap/28400
* Makefile.in (install-driver): Use exeext when installing
$target-gcc-$version.

Modified:
branches/gcc-4_2-branch/gcc/ChangeLog
branches/gcc-4_2-branch/gcc/Makefile.in


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28400



[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-01 Thread vprus at gcc dot gnu dot org


--- Comment #7 from vprus at gcc dot gnu dot org  2006-11-01 19:01 ---
Subject: Bug 28400

Author: vprus
Date: Wed Nov  1 19:01:36 2006
New Revision: 118392

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=118392
Log:
2006-11-01  Chris Johns [EMAIL PROTECTED]

PR bootstrap/28400
* Makefile.in (install-driver): Use exeext when installing
$target-gcc-$version.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/Makefile.in


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28400



[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-01 Thread vprus at gcc dot gnu dot org


--- Comment #8 from vprus at gcc dot gnu dot org  2006-11-01 19:32 ---
Fixed


-- 

vprus at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28400



[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-11-01 Thread ubizjak at gmail dot com


--- Comment #9 from ubizjak at gmail dot com  2006-11-02 07:37 ---
Does this fix also fixes PR bootstrap/10626?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28400



[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-10-30 Thread mmitchel at gcc dot gnu dot org


--- Comment #4 from mmitchel at gcc dot gnu dot org  2006-10-30 19:39 
---
This patch is OK.  

Vlad, would you please check it in, unless someone else beats you to it?

Thanks!


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28400



[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-10-25 Thread vladimir at codesourcery dot com


--- Comment #3 from vladimir at codesourcery dot com  2006-10-25 08:54 
---
I've confirmed that the patch does adds the exe extension for
$target-gcc-$version, when building arm-none-eabi.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28400



[Bug bootstrap/28400] install-driver is missing $(exeext) from gcc-$(version)

2006-10-05 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2006-10-05 15:48 ---
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
  Component|other   |bootstrap
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2006-10-05 15:48:46
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28400