aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2004-10-13 14:33:51 +0000
committerJakub Jelinek <jakub@redhat.com>2004-10-13 14:33:51 +0000
commitfb5b547845302fe64f118f9bc5eb0ef636cfafb7 (patch)
treedade2ef6bd2186d3a9957430326143c3accaa25d /binutils/ChangeLog
parent2a1b9a480accc2f7049279646ba33cd887eb3abe (diff)
downloadfsf-binutils-gdb-fb5b547845302fe64f118f9bc5eb0ef636cfafb7.zip
fsf-binutils-gdb-fb5b547845302fe64f118f9bc5eb0ef636cfafb7.tar.gz
fsf-binutils-gdb-fb5b547845302fe64f118f9bc5eb0ef636cfafb7.tar.bz2
* strings.c (statbuf): New typedef.
(file_stat): Define. (strings_object_file): Avoid using get_file_size, instead do the checks here, using file_stat. * configure.in (HAVE_STAT64): New test. * configure: Rebuilt. * config.in: Rebuilt.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index f9da6d9..bb19977 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,13 @@
+2004-10-13 Jakub Jelinek <jakub@redhat.com>
+
+ * strings.c (statbuf): New typedef.
+ (file_stat): Define.
+ (strings_object_file): Avoid using get_file_size, instead do the
+ checks here, using file_stat.
+ * configure.in (HAVE_STAT64): New test.
+ * configure: Rebuilt.
+ * config.in: Rebuilt.
+
2004-10-12 Paul Brook <paul@codesourcery.com>
* readelf.c (decode_ARM_machine_flags): Support EABI version 4.