* elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus

BFD_ASSERT.
PR 8562.
This commit is contained in:
Ian Lance Taylor 1995-12-01 20:59:10 +00:00
parent 58142f101d
commit ce0ee4bf49
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Fri Dec 1 14:46:51 1995 Ian Lance Taylor <ian@cygnus.com>
* elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
BFD_ASSERT.
* libbfd.c (bfd_malloc, bfd_realloc): New functions.
(bfd_zmalloc): Return PTR, not char *. Take size_t, not
bfd_size_type.