This is the mail archive of the gcc-bugs@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]

[Bug target/39064] libiberty md5.h needs uintptr_t


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

--- Comment #7 from Kai Tietz <ktietz at gcc dot gnu.org> 2013-01-30 16:58:22 UTC ---
Author: ktietz
Date: Wed Jan 30 16:58:10 2013
New Revision: 195581

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195581
Log:
    PR other/54620
    PR target/39064
    * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if
    stdint.h and sys/types.h headers are present.
    * sha1.h (sha1_uintptr, sha1_uint32): Likewise.


Modified:
    branches/gcc-4_6-branch/include/ChangeLog
    branches/gcc-4_6-branch/include/md5.h
    branches/gcc-4_6-branch/include/sha1.h


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