* strings.c: Include config.h before bfd.h.
commitd96acc247496e56d1e1ac255021ddc5e7c590206
authorJakub Jelinek <jakub@redhat.com>
Tue, 4 Dec 2001 10:11:22 +0000 (4 10:11 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 4 Dec 2001 10:11:22 +0000 (4 10:11 +0000)
treedf5f730453f11bff33a5dd4eb6a55fa077f1d8a4
parent27d1f8d06b8482ec813958f32d696288f31aa5ed
* strings.c: Include config.h before bfd.h.
(file_off): New type.
(file_open): Define.
(print_strings): Use file_off instead of file_ptr.  Print addresses
which don't fit into long correctly.
(get_char): Use file_off instead of file_ptr.  Use getc_unlocked if
available.
(strings_file): Use file_off instead of file_ptr.  Use file_open.
* configure.in: Check for getc_unlocked.
Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
be defined for it.
* configure: Rebuilt.
* config.h.in: Rebuilt.
binutils/ChangeLog
binutils/config.in
binutils/configure
binutils/configure.in
binutils/strings.c