diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-11 18:52:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-11 18:52:09 (GMT) |
commit | 1672209bea84b80a9e7bdfdfadcfad51eb5aca02 (patch) | |
tree | 20cc992f1c48314a8a425b34205fe53d397e1b3a /release_docs | |
parent | 73898f398778fc805421077e65f584672d50499a (diff) | |
download | hdf5-1672209bea84b80a9e7bdfdfadcfad51eb5aca02.zip hdf5-1672209bea84b80a9e7bdfdfadcfad51eb5aca02.tar.gz hdf5-1672209bea84b80a9e7bdfdfadcfad51eb5aca02.tar.bz2 |
[svn-r4694] Purpose:
Bug Fix
Description:
The file metadata macros generate unaligned access warnings on the IA64
architecture.
Solution:
Got rid of bogus big-endian vs. little-endian differentiation when encoding
and decoding file metadata and use proper set of macros to prevent unaligned
access problems.
This fixes bug #672.
Platforms tested:
FreeBSD 4.4 (sleipnir)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7ff5200..ba66907 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -77,6 +77,8 @@ Bug Fixes since HDF5-1.4.2 Release * Fixed an off-by-one error in H5Sselect_valid when hyperslab selections which would allow hyperslab selections which overlapped the edge of the selection by one element as valid. + * Fixed the internal macros used to encode & decode file metadata, to avoid + an unaligned access warning on IA64 machines. Documentation |