diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2004-12-03 19:36:53 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2004-12-03 19:36:53 +0000 |
commit | 697afb65fcf45bf27572b10e788fd8661efe5113 (patch) | |
tree | 33794cf77ed2eb9b137d264ddc0f78695af40458 /sim/common/ChangeLog | |
parent | dd515450aae7d58869110173117a0c9ec3a7a362 (diff) | |
download | gdb-697afb65fcf45bf27572b10e788fd8661efe5113.zip gdb-697afb65fcf45bf27572b10e788fd8661efe5113.tar.gz gdb-697afb65fcf45bf27572b10e788fd8661efe5113.tar.bz2 |
* configure.in (SIM_CHECK_MEMBERS): Call for struct stat members
st_dev, st_ino, st_mode, st_nlink, st_uid, st_gid, st_rdev,
st_size, st_blksize, st_blocks, st_atime, st_mtime and st_ctime.
* aclocal.m4 (SIM_CHECK_MEMBER, SIM_CHECK_MEMBERS_1)
(SIM_CHECK_MEMBERS): New macros.
* callback.c (cb_host_to_target_stat): Use temporary macro ST_x
for struct stat member test and write. Add ST_x calls for each
struct stat member tested in configure.in. Wrap each ST_x call in
#ifdef of configure macro for that member.
* configure, config.in: Regenerate.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 4b4b677..2158275 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,16 @@ +2004-12-03 Hans-Peter Nilsson <hp@axis.com> + + * configure.in (SIM_CHECK_MEMBERS): Call for struct stat members + st_dev, st_ino, st_mode, st_nlink, st_uid, st_gid, st_rdev, + st_size, st_blksize, st_blocks, st_atime, st_mtime and st_ctime. + * aclocal.m4 (SIM_CHECK_MEMBER, SIM_CHECK_MEMBERS_1) + (SIM_CHECK_MEMBERS): New macros. + * callback.c (cb_host_to_target_stat): Use temporary macro ST_x + for struct stat member test and write. Add ST_x calls for each + struct stat member tested in configure.in. Wrap each ST_x call in + #ifdef of configure macro for that member. + * configure, config.in: Regenerate. + 2004-12-01 Hans-Peter Nilsson <hp@axis.com> * cgen.sh: New thirteenth parameter opcfile, defaulting to |