summaryrefslogtreecommitdiff
path: root/bfd/libbfd-in.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-05-04 14:29:04 +0100
committerNick Clifton <nickc@redhat.com>2021-05-04 14:29:04 +0100
commitbd6d8601f304d03ecdebe1b1a7d48666845a91aa (patch)
tree5880baf07238e954bd33f97c546dbabb3070dc7f /bfd/libbfd-in.h
parenta8d6316b67d52eaa1b7b311084ddff71a66f7cc0 (diff)
downloadbinutils-gdb-bd6d8601f304d03ecdebe1b1a7d48666845a91aa.tar.gz
Define bfd_realloc(ptr,0) to return allocated memory, whilst bfd_realloc_or_free(ptr,0) frees ptr.
* libbfd.c (bfd_malloc): Provide some documenation. Treat a size of 0 as 1. (bfd_realloc): Likewise. (bfd_zmalloc): Likewise. (bfd_realloc_or_free): Provide some documentation. Treat a size of 0 as a request to free. * libbfd-in.h (bfd_realloc): Remove prototype. (bfd_realloc_or_free): Remove prototype. (bfd_zmalloc): Remove prototype. * libbfd.h: Regenerate.
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r--bfd/libbfd-in.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h
index 1ad1af8c002..d0abcc241f8 100644
--- a/bfd/libbfd-in.h
+++ b/bfd/libbfd-in.h
@@ -110,12 +110,6 @@ struct areltdata
extern void *bfd_malloc
(bfd_size_type) ATTRIBUTE_HIDDEN;
-extern void *bfd_realloc
- (void *, bfd_size_type) ATTRIBUTE_HIDDEN;
-extern void *bfd_realloc_or_free
- (void *, bfd_size_type) ATTRIBUTE_HIDDEN;
-extern void *bfd_zmalloc
- (bfd_size_type) ATTRIBUTE_HIDDEN;
static inline char *
bfd_strdup (const char *str)