mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* opncls.c (_bfd_delete_bfd): Now static.
* libbfd-in.h (_bfd_delete_bfd): Don't declare. * libbfd.h: Rebuild.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2012-08-03 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* opncls.c (_bfd_delete_bfd): Now static.
|
||||||
|
* libbfd-in.h (_bfd_delete_bfd): Don't declare.
|
||||||
|
* libbfd.h: Rebuild.
|
||||||
|
|
||||||
2012-08-02 Sean Keys <skeys@ipdatasys.com>
|
2012-08-02 Sean Keys <skeys@ipdatasys.com>
|
||||||
|
|
||||||
* elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Modified
|
* elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Modified
|
||||||
|
@ -160,8 +160,6 @@ extern bfd *_bfd_generic_get_elt_at_index
|
|||||||
(bfd *, symindex);
|
(bfd *, symindex);
|
||||||
bfd * _bfd_new_bfd
|
bfd * _bfd_new_bfd
|
||||||
(void);
|
(void);
|
||||||
void _bfd_delete_bfd
|
|
||||||
(bfd *);
|
|
||||||
bfd_boolean _bfd_free_cached_info
|
bfd_boolean _bfd_free_cached_info
|
||||||
(bfd *);
|
(bfd *);
|
||||||
|
|
||||||
|
@ -165,8 +165,6 @@ extern bfd *_bfd_generic_get_elt_at_index
|
|||||||
(bfd *, symindex);
|
(bfd *, symindex);
|
||||||
bfd * _bfd_new_bfd
|
bfd * _bfd_new_bfd
|
||||||
(void);
|
(void);
|
||||||
void _bfd_delete_bfd
|
|
||||||
(bfd *);
|
|
||||||
bfd_boolean _bfd_free_cached_info
|
bfd_boolean _bfd_free_cached_info
|
||||||
(bfd *);
|
(bfd *);
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@ _bfd_new_bfd_contained_in (bfd *obfd)
|
|||||||
|
|
||||||
/* Delete a BFD. */
|
/* Delete a BFD. */
|
||||||
|
|
||||||
void
|
static void
|
||||||
_bfd_delete_bfd (bfd *abfd)
|
_bfd_delete_bfd (bfd *abfd)
|
||||||
{
|
{
|
||||||
if (abfd->memory)
|
if (abfd->memory)
|
||||||
|
Reference in New Issue
Block a user