]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Index: bfd/ChangeLog cagney_bigcore-20040122-branch
authorAndrew Cagney <cagney@redhat.com>
Thu, 22 Jan 2004 17:03:45 +0000 (17:03 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 22 Jan 2004 17:03:45 +0000 (17:03 +0000)
commitf060829e7f4bc3b2a39325ecf91fde96b20ae76b
tree380d6c24dbcb8a8f89f52f08306e8bfe193416c3
parenta5dd37ab655106440e987830db5111b43f271ecc
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.
14 files changed:
bfd/ChangeLog
bfd/bfd-in.h
bfd/bfd-in2.h
bfd/bfdio.c
bfd/cache.c
bfd/config.in
bfd/configure
bfd/configure.in
bfd/elf.c
bfd/libbfd-in.h
bfd/libbfd.h
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/bigcore.c [new file with mode: 0644]
gdb/testsuite/gdb.base/bigcore.exp [new file with mode: 0644]