src/bfd ChangeLog elf32-arm.c elfxx-target.h
nickc@sourceware.org
nickc@sourceware.org
Mon Aug 8 11:06:00 GMT 2005
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2005-08-08 11:06:17
Modified files:
bfd : ChangeLog elf32-arm.c elfxx-target.h
Log message:
PR 1147
elf32-arm.c (bfd_elf32_close_and_cleanup): Define.
(elf32_arm_close_and_cleanup): New function - walk over the sections in the
bfd that is being closed removing them from the list of recorded sections.
(unrecord_section_via_map_over_sections): New helper function.
(record_section_with_arm_elf_section_data): Call bfd_malloc instead of
bfd_alloc. Remove unneeded abfd parameter.
(elf32_arm_new_section_hook): Do not pass bfd to record_section_with_arm_elf_section_data.
elfxx-target.h (bfd_elfNN_close_and_cleanup): Only define if not already
defined by the target.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.3258&r2=1.3259
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-arm.c.diff?cvsroot=src&r1=1.50&r2=1.51
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfxx-target.h.diff?cvsroot=src&r1=1.88&r2=1.89
More information about the Binutils-cvs
mailing list