This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Simplify strings.c largefile support


On Mon, 09 Nov 2009 23:45:13 +0100, Alan Modra wrote:
> On Mon, Nov 09, 2009 at 03:11:30PM +0100, Jan Kratochvil wrote:
> > 	* 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.
> 
> OK.

Checked-in:
	http://sourceware.org/ml/binutils-cvs/2009-11/msg00083.html


Thanks,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]