aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-11-20 02:09:56 +0000
committerAlan Modra <amodra@gmail.com>2006-11-20 02:09:56 +0000
commit74633dd0749d738b2b6de5c44e4aea514a97019a (patch)
treea3a055551bd59561c578d940fc5dc63e09bc0480 /bfd/bfd-in.h
parent98f0b6ab8c1d2e1528a93e9e483f8d666243a67d (diff)
downloadgdb-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/bfd-in.h')
-rw-r--r--bfd/bfd-in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index 35ce396..342c6c1 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -350,7 +350,8 @@ typedef struct bfd_section *sec_ptr;
(((sec)->rawsize ? (sec)->rawsize : (sec)->size) \
/ bfd_octets_per_byte (bfd))
-typedef struct stat stat_type;
+/* Forward define. */
+struct stat;
typedef enum bfd_print_symbol
{