OSDN Git Service

binutils/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 11 Nov 2009 04:54:32 +0000 (04:54 +0000)
committerMasaki Muranaka <monaka at monami-software.com>
Thu, 19 Nov 2009 03:15:31 +0000 (12:15 +0900)
commita003f96de1ed8a819236311b07f722a2381aa0cc
tree00a9e7c880fcb064129040ecd23518250adf77ac
parentb36c335c295b50a0e81865b7dfc529ee7c382868
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.
binutils/ChangeLog
binutils/config.in
binutils/configure
binutils/configure.in
binutils/strings.c