diff options
author | Nick Clifton <nickc@redhat.com> | 2007-07-12 07:16:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-07-12 07:16:41 +0000 |
commit | 359d9a27ca4b9be41f10a59bfbef508147ac0962 (patch) | |
tree | 09ab7bdc0b233d6fe0eef044a8d77a72168cb212 /include/ChangeLog | |
parent | 95d4361935791bf78aa476bc027552ff1ddb3eb3 (diff) | |
download | cygnal-359d9a27ca4b9be41f10a59bfbef508147ac0962.tar.gz cygnal-359d9a27ca4b9be41f10a59bfbef508147ac0962.tar.bz2 cygnal-359d9a27ca4b9be41f10a59bfbef508147ac0962.zip |
Add support for building on a 64-bit Windows host.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 58d698ce4..e1c1b6782 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2007-07-12 Kai Tietz <kai.tietz@onevision.com> + + * splay-tree.h (libi_uhostptr_t, libi_shostptr_t): New types, + needed for WIN64 when a long is not wide enough for a pointer. + (splay_tree_key, splay_tree_value): Use the new types. + 2007-07-09 Roland McGrath <roland@redhat.com> * bfdlink.h (struct bfd_link_info): Add member emit_note_gnu_build_id. |