diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-11-21 00:02:37 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2008-11-21 00:02:37 +0000 |
commit | 10455f89a67d238ba6c832b873be8d01d7137064 (patch) | |
tree | b293d9679dc2e398075b45bbe6646a8aef182940 /bfd/ChangeLog | |
parent | 5a29d1a0ec62602a47004fc41ff437d8a9ed77fc (diff) | |
download | gdb-10455f89a67d238ba6c832b873be8d01d7137064.zip gdb-10455f89a67d238ba6c832b873be8d01d7137064.tar.gz gdb-10455f89a67d238ba6c832b873be8d01d7137064.tar.bz2 |
* elf-bfd.h (struct elf_backend_data): New member got_elt_size.
(_bfd_elf_default_got_elt_size): Declare.
* elflink.c (struct alloc_got_off_arg): Replace member got_elt_size
by new member info.
(elf_gc_allocate_got_offsets): Adjust for calling bed->got_elt_size
to get the element size instead of using a gofarg entry.
(bfd_elf_gc_common_finalize_got_offsets): Similar.
(_bfd_elf_default_got_elt_size): New function.
* elfxx-target.h: New macro elf_backend_got_elt_size.
(elfNN_bed): Use it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4e8db37..650ff2e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2008-11-21 Hans-Peter Nilsson <hp@axis.com> + + * elf-bfd.h (struct elf_backend_data): New member got_elt_size. + (_bfd_elf_default_got_elt_size): Declare. + * elflink.c (struct alloc_got_off_arg): Replace member got_elt_size + by new member info. + (elf_gc_allocate_got_offsets): Adjust for calling bed->got_elt_size + to get the element size instead of using a gofarg entry. + (bfd_elf_gc_common_finalize_got_offsets): Similar. + (_bfd_elf_default_got_elt_size): New function. + * elfxx-target.h: New macro elf_backend_got_elt_size. + (elfNN_bed): Use it. + 2008-11-20 Tristan Gingold <gingold@adacore.com> * bfdwin.c: Fix comment. |