diff options
author | Alan Modra <amodra@gmail.com> | 2006-11-20 02:09:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-11-20 02:09:56 +0000 |
commit | 74633dd0749d738b2b6de5c44e4aea514a97019a (patch) | |
tree | a3a055551bd59561c578d940fc5dc63e09bc0480 /bfd/ChangeLog | |
parent | 98f0b6ab8c1d2e1528a93e9e483f8d666243a67d (diff) | |
download | gdb-74633dd0749d738b2b6de5c44e4aea514a97019a.zip gdb-74633dd0749d738b2b6de5c44e4aea514a97019a.tar.gz gdb-74633dd0749d738b2b6de5c44e4aea514a97019a.tar.bz2 |
* bfd-in.h (struct stat): Don't typedef.
* bfdio.c (bfd_get_size): Return a file_ptr.
* cisco-core.c (cisco_core_file_validate): Use bfd_size_type for nread.
* mmo.c (mmo_scan): Use file_ptr for curpos.
* trad-core.c (trad_unix_core): Don't cast statbuf.st_size to
unsigned long.
* bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bbd5459..382e217 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,15 @@ 2006-11-20 Alan Modra <amodra@bigpond.net.au> + * bfd-in.h (struct stat): Don't typedef. + * bfdio.c (bfd_get_size): Return a file_ptr. + * cisco-core.c (cisco_core_file_validate): Use bfd_size_type for nread. + * mmo.c (mmo_scan): Use file_ptr for curpos. + * trad-core.c (trad_unix_core): Don't cast statbuf.st_size to + unsigned long. + * bfd-in2.h: Regenerate. + +2006-11-20 Alan Modra <amodra@bigpond.net.au> + PR 3532 * bfd-in.h (struct bfd_hash_table): Reorganize. Add "frozen". * hash.c (bfd_hash_table_init_n): Init frozen. |