aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-12-01 21:45:33 +0000
committerIan Lance Taylor <ian@airs.com>1995-12-01 21:45:33 +0000
commitae0a6bea51963cb58d2df3e5b453efdcfdd41628 (patch)
treef078ad57e8335bf2bdff27c65cd6aa0c10263a1a /bfd/bfd-in.h
parent3b95078004bdd59e5381e9a8dd85d895deace44f (diff)
downloadgdb-ae0a6bea51963cb58d2df3e5b453efdcfdd41628.zip
gdb-ae0a6bea51963cb58d2df3e5b453efdcfdd41628.tar.gz
gdb-ae0a6bea51963cb58d2df3e5b453efdcfdd41628.tar.bz2
* bfd.c (bfd_record_phdr): New function.
* bfd-in.h (bfd_record_phdr): Declare. * bfd_in2.h: Rebuild.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r--bfd/bfd-in.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index de096c5..e0f8d04 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -482,6 +482,10 @@ extern int bfd_stat PARAMS ((bfd *abfd, struct stat *));
#define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = (boolean)(bool)), true)
+extern boolean bfd_record_phdr
+ PARAMS ((bfd *, unsigned long, boolean, flagword, boolean, bfd_vma,
+ boolean, boolean, unsigned int, struct sec **));
+
/* Byte swapping routines. */
bfd_vma bfd_getb64 PARAMS ((const unsigned char *));
@@ -641,6 +645,6 @@ extern boolean bfd_xcoff_record_link_assignment
extern boolean bfd_xcoff_size_dynamic_sections
PARAMS ((bfd *, struct bfd_link_info *, const char *, const char *,
unsigned long, unsigned long, unsigned long, boolean,
- int, boolean));
+ int, boolean, struct sec **));
/* And more from the source. */