Re: [Libiberty - V2]: Handle VMS as a LLP64 platform in splay-tree.h

2012-04-10 Thread Tristan Gingold

On Apr 6, 2012, at 12:26 AM, Ian Lance Taylor wrote:

 Tristan Gingold ging...@adacore.com writes:
 
 gcc/
 2012-04-05  Tristan Gingold  ging...@adacore.com
 
  * gengtype.c (main): Make uintptr_t a known type.
 
 include/
 2012-04-05  Tristan Gingold  ging...@adacore.com
 
  * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
  (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
 
 This is OK.

Thanks, committed.

Tristan.



Re: [Libiberty - V2]: Handle VMS as a LLP64 platform in splay-tree.h

2012-04-05 Thread Ian Lance Taylor
Tristan Gingold ging...@adacore.com writes:

 gcc/
 2012-04-05  Tristan Gingold  ging...@adacore.com

   * gengtype.c (main): Make uintptr_t a known type.

 include/
 2012-04-05  Tristan Gingold  ging...@adacore.com

   * splay-tree.h: Conditionnaly includes stdint.h and inttypes.h
   (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.

This is OK.

Thanks.

Ian