diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-11-11 04:54:32 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-11-11 04:54:32 +0000 |
commit | ee2fb9eb60f34103739b42fbc70431cb6cdf141e (patch) | |
tree | 37c8a8b90fb2ecd82bfe465fb76481d3d2c1df30 /binutils/ChangeLog | |
parent | da2f07f1aa5f8bdeb957df2c520f1d46e6f21bd5 (diff) | |
download | gdb-ee2fb9eb60f34103739b42fbc70431cb6cdf141e.zip gdb-ee2fb9eb60f34103739b42fbc70431cb6cdf141e.tar.gz gdb-ee2fb9eb60f34103739b42fbc70431cb6cdf141e.tar.bz2 |
binutils/
* configure.in: Stop checking for fopen64 and stat64.
* strings.c (file_off, file_open, statbuf, file_stat): Remove.
(strings_file): Change file_off to file_ptr, file_open to fopen,
statbuf to struct stat and file_stat to stat.
(get_char): Change parameter type file_off * to file_ptr *.
(print_strings): Change parameter and variable `start' type file_off to
file_ptr.
* configure: Regenerate.
* config.in: Regenerate.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4f9fdd4..30b566a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,17 @@ 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com> + * configure.in: Stop checking for fopen64 and stat64. + * strings.c (file_off, file_open, statbuf, file_stat): Remove. + (strings_file): Change file_off to file_ptr, file_open to fopen, + statbuf to struct stat and file_stat to stat. + (get_char): Change parameter type file_off * to file_ptr *. + (print_strings): Change parameter and variable `start' type file_off to + file_ptr. + * configure: Regenerate. + * config.in: Regenerate. + +2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com> + * configure.in: Call ACX_LARGEFILE. Stop calling AC_PLUGINS, AC_SYS_LARGEFILE and checking the Solaris largefile exception. * aclocal.m4: Regenerate. |