]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elfcode.h
bfd/
authorAlan Modra <amodra@gmail.com>
Thu, 21 Feb 2013 02:29:11 +0000 (02:29 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 21 Feb 2013 02:29:11 +0000 (02:29 +0000)
commit12bd695738760b28c04dd34b3ff228247ec747c9
tree4b6d7393eada7903b839e2d842cbd47da3c863f8
parent9f44fbc03496a470cf661d011d9bcdcf21859726
bfd/
* elf-bfd.h (struct elf_obj_tdata): Rename segment_map to seg_map.
Delete num_locals and num_globals.
(elf_num_locals, elf_num_globals): Don't define.
(elf_seg_map, elf_next_file_pos, elf_eh_frame_hdr, elf_linker,
elf_stack_flags, elf_strtab_sec, elf_shstrtab_sec): Define.
* bfd.c, * elf-eh-frame.c, * elf-nacl.c, * elf-vxworks.c, * elf.c,
* elf32-arm.c, * elf32-lm32.c, * elf32-ppc.c, * elf32-rx.c,
* elf32-spu.c, * elf64-hppa.c, * elfcode.h, * elflink.c,
* elfnn-ia64.c, * elfxx-mips.c: Use newly defined elf_obj_tdata
accessor macros.
* elf.c (elf_map_symbols): Add pnum_locals param.  Return
number of locals syms via new param.
(swap_out_syms): Adjust to suit elf_map_symbols change.
ld/
* emultempl/elf-generic.em: Use newly defined elf_obj_tdata
accessor macros.
19 files changed:
bfd/ChangeLog
bfd/bfd.c
bfd/elf-bfd.h
bfd/elf-eh-frame.c
bfd/elf-nacl.c
bfd/elf-vxworks.c
bfd/elf.c
bfd/elf32-arm.c
bfd/elf32-lm32.c
bfd/elf32-ppc.c
bfd/elf32-rx.c
bfd/elf32-spu.c
bfd/elf64-hppa.c
bfd/elfcode.h
bfd/elflink.c
bfd/elfnn-ia64.c
bfd/elfxx-mips.c
ld/ChangeLog
ld/emultempl/elf-generic.em