summaryrefslogtreecommitdiff
path: root/bfd/libbfd-in.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2010-10-25 07:02:19 +0000
committerAlan Modra <amodra@bigpond.net.au>2010-10-25 07:02:19 +0000
commit6e15f810012b116285c48a051953332e4cc542bd (patch)
tree8d5bd04637fefff8b15de418605f8cb12b8b582f /bfd/libbfd-in.h
parent2acee059efbf0528c520e2a49faee9e00c123839 (diff)
downloadbinutils-redhat-6e15f810012b116285c48a051953332e4cc542bd.tar.gz
* opncls.c (bfd_alloc, bfd_zalloc): Don't mark internal.
* libbfd-in.h (bfd_alloc, bfd_zalloc): Don't declare here. * libbfd.h: Regenerate * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r--bfd/libbfd-in.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h
index b5b614c962..f0d8fba7ff 100644
--- a/bfd/libbfd-in.h
+++ b/bfd/libbfd-in.h
@@ -118,10 +118,6 @@ extern bfd_error_handler_type _bfd_error_handler;
/* These routines allocate and free things on the BFD's objalloc. */
-extern void *bfd_alloc
- (bfd *, bfd_size_type);
-extern void *bfd_zalloc
- (bfd *, bfd_size_type);
extern void *bfd_alloc2
(bfd *, bfd_size_type, bfd_size_type);
extern void *bfd_zalloc2