This is the mail archive of the binutils-cvs@sources.redhat.com 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]

src/bfd ChangeLog bfd-in.h bfd-in2.h bfdio.c c ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	cagney_bigcore-20040122-branch
Changes by:	cagney@sourceware.org	2004-01-22 17:03:44

Modified files:
	bfd            : ChangeLog bfd-in.h bfd-in2.h bfdio.c cache.c 
	                 config.in configure configure.in elf.c 
	                 libbfd-in.h libbfd.h 

Log message:
	Index: bfd/ChangeLog
	2004-01-21  Andrew Cagney  <cagney@redhat.com>
	
	* bfdio.c: Update copyright.  Include "bfdio.h".
	(real_ftell, real_fseek): New functions.
	(bfd_tell): Use real_ftell, change return-type to file_ptr.
	(bfd_seek): Use real_ftell and real_fseek.  Change type of
	file_position to a file_ptr.
	* cache.c: Update copyright.  Include "bfdio.h".
	(close_one): Use real_ftell.
	(bfd_cache_lookup_worker): Use real_fseek, use ufile_ptr in cast.
	* bfd-in.h: Update copyright.
	(file_ptr, ufile_ptr): Specify type using @BFD_FILE_PTR@.
	(bfd_tell): Make return-type "file_ptr".
	* bfd-in2.h: Re-generate.
	* configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64,
	fseeko and fseeko64.
	* config.in, configure: Re-generate.
	* libbfd-in.h: Update copyright.
	(real_ftell, real_fseek): Declare.
	* libbfd.h: Re-generate.
	* elf.c (offset_vma_page_alignment): New function.
	(assign_file_positions_for_segments): Replace broken modulo code
	with offset_vma_page_alignment.
	(assign_file_positions_except_relocs): Ditto.
	
	Index: gdb/testsuite/ChangeLog
	2004-01-22  Andrew Cagney  <cagney@redhat.com>
	
	* gdb.base/bigcore.exp: New file.
	* gdb.base/bigcore.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&only_with_tag=cagney_bigcore-20040122-branch&r1=1.2409&r2=1.2409.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd-in.h.diff?cvsroot=src&only_with_tag=cagney_bigcore-20040122-branch&r1=1.70&r2=1.70.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd-in2.h.diff?cvsroot=src&only_with_tag=cagney_bigcore-20040122-branch&r1=1.255&r2=1.255.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfdio.c.diff?cvsroot=src&only_with_tag=cagney_bigcore-20040122-branch&r1=1.4&r2=1.4.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cache.c.diff?cvsroot=src&only_with_tag=cagney_bigcore-20040122-branch&r1=1.10&r2=1.10.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/config.in.diff?cvsroot=src&only_with_tag=cagney_bigcore-20040122-branch&r1=1.16&r2=1.16.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.diff?cvsroot=src&only_with_tag=cagney_bigcore-20040122-branch&r1=1.165&r2=1.165.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.in.diff?cvsroot=src&only_with_tag=cagney_bigcore-20040122-branch&r1=1.142&r2=1.142.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&only_with_tag=cagney_bigcore-20040122-branch&r1=1.215&r2=1.215.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/libbfd-in.h.diff?cvsroot=src&only_with_tag=cagney_bigcore-20040122-branch&r1=1.30&r2=1.30.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/libbfd.h.diff?cvsroot=src&only_with_tag=cagney_bigcore-20040122-branch&r1=1.101&r2=1.101.2.1


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