* opncls.c (bfd_alloc, bfd_zalloc): Don't mark internal.
authorAlan Modra <amodra@gmail.com>
Mon, 25 Oct 2010 07:02:19 +0000 (07:02 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 25 Oct 2010 07:02:19 +0000 (07:02 +0000)
* libbfd-in.h (bfd_alloc, bfd_zalloc): Don't declare here.
* libbfd.h: Regenerate
* bfd-in2.h: Regenerate.

bfd/ChangeLog
bfd/bfd-in2.h
bfd/libbfd-in.h
bfd/libbfd.h
bfd/opncls.c

index 78d93268e8b0bd2d460340315791ae4b5baba376..7017b152d865cf9ba1da0a1dba1edd51dba15c61 100644 (file)
@@ -1,3 +1,10 @@
+2010-10-25  Alan Modra  <amodra@gmail.com>
+
+       * 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.
+
 2010-10-25  Alan Modra  <amodra@gmail.com>
 
        * opncls.c (_bfd_id_counter): Rename to bfd_id_counter.
@@ -68,7 +75,7 @@
        (elf_backend_static_tls_alignment): Redefine for Solaris 2.
        Undef again for Intel L1OM.
 
-2010-10-14  Dave Korn  <dave.korn.cygwin@gmail.com> 
+2010-10-14  Dave Korn  <dave.korn.cygwin@gmail.com>
 
        Apply LD plugin patch series (part 6/6).
        * aoutx.h (aout_link_check_ar_symbols): Take new "subsbfd" reference
        Delete.
        (elf32_tic6x_rel_relocation_p): Adjusted to match changes in
        data structures.
-       * elf32-microblaze.c (microblaze_elf_check_relocs): Use
+       * elf32-microblaze.c (microblaze_elf_check_relocs): Use
        _bfd_elf_single_rel_hdr.
        * elf32-ppc.c (ppc_elf_relax_section): Likewise.
        * elf32-spu.c (spu_elf_relocate_section): Likewise.
index b1228e8d4b8bec8159aaf67e7a32f62b301d8f86..cbbb0f64b0d1e687861a2662f7c38fad331278f2 100644 (file)
@@ -1001,6 +1001,10 @@ bfd_boolean bfd_make_writable (bfd *abfd);
 
 bfd_boolean bfd_make_readable (bfd *abfd);
 
+void *bfd_alloc (bfd *abfd, bfd_size_type wanted);
+
+void *bfd_zalloc (bfd *abfd, bfd_size_type wanted);
+
 unsigned long bfd_calc_gnu_debuglink_crc32
    (unsigned long crc, const unsigned char *buf, bfd_size_type len);
 
index b5b614c96259933eb36cda0a544a7eb3ff0b31dc..f0d8fba7ff151b8efb21fb32e978bf6394c67648 100644 (file)
@@ -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
index fb16333070c576636a84776f39e1964e308880df..c5fa67ffd4d9c8b4bcbb47c8f6a3d0e088817b88 100644 (file)
@@ -123,10 +123,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
index d6d645237e90d439b75bb0827d326ff5c9ac401c..3597daee01f73abeb803529cb51757fc01fc6f43 100644 (file)
@@ -892,7 +892,7 @@ bfd_make_readable (bfd *abfd)
 }
 
 /*
-INTERNAL_FUNCTION
+FUNCTION
        bfd_alloc
 
 SYNOPSIS
@@ -960,7 +960,7 @@ bfd_alloc2 (bfd *abfd, bfd_size_type nmemb, bfd_size_type size)
 }
 
 /*
-INTERNAL_FUNCTION
+FUNCTION
        bfd_zalloc
 
 SYNOPSIS
This page took 0.032059 seconds and 4 git commands to generate.