* elf.c (_bfd_elf_find_segment_containing_section): New function:
authorNick Clifton <nickc@redhat.com>
Mon, 31 Dec 2007 11:01:54 +0000 (11:01 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 31 Dec 2007 11:01:54 +0000 (11:01 +0000)
commit2ea37f1c66300870024a9a9393c4b19337363d8b
treec2070f32ea83ec065ee9d1d41f4c2616feb185bc
parent4d21221c081329397e80596c246e03c8472a21e2
* elf.c (_bfd_elf_find_segment_containing_section): New function:
  Scan the segment map looking for the segment containing a
  specified function.
* elf-bfd.h: Prototype the new function.
* elf-hppa.h (elf_hppa_osec_to_segment): Delete.
  (elf_hppa_record_segment_addrs): Use new function.
* elf32-bfin.c (_bfdfdpic_osec_to_segment): Use new function.
* elf32-frv.c (_frvfdpic_osec_to_segment): Use new function.
* elf32-hppa.c (hppa_record_segment_addr): Use new function.
* elfxx-ia64.c (elfNN_ia64_relocate_section): Use new function.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf-hppa.h
bfd/elf.c
bfd/elf32-bfin.c
bfd/elf32-frv.c
bfd/elf32-hppa.c
bfd/elfxx-ia64.c
This page took 0.02417 seconds and 4 git commands to generate.