diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-04-05 04:01:12 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-04-05 04:01:12 +0000 |
commit | da9f89d4e2ddc91160b2056d290031afd868cb90 (patch) | |
tree | b2ca1cef314e46d027fe79e7aab804df3642c3ee /bfd/ChangeLog | |
parent | 7e4111adb2cc33e4770e634cd0039378e5b635e9 (diff) | |
download | gdb-da9f89d4e2ddc91160b2056d290031afd868cb90.zip gdb-da9f89d4e2ddc91160b2056d290031afd868cb90.tar.gz gdb-da9f89d4e2ddc91160b2056d290031afd868cb90.tar.bz2 |
bfd/
2005-04-04 H.J. Lu <hongjiu.lu@intel.com>
* elf.c (bfd_elf_set_group_contents): Ignore linker created
group section.
(assign_section_numbers): Accept link_info. Check SHT_GROUP
sections for relocatable files only. Remove the linker created
group sections.
(_bfd_elf_compute_section_file_positions): Pass link_info to
assign_section_numbers.
* elfxx-ia64.c (elfNN_ia64_object_p): New.
(elf_backend_object_p): Defined.
gas/
2005-04-04 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-ia64.c (start_unwind_section): Undo the change
of 2004-08-18.
(generate_unwind_image, dot_endp): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 39282d0..928d1dd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -2,6 +2,14 @@ * elf.c (bfd_elf_set_group_contents): Ignore linker created group section. + (assign_section_numbers): Accept link_info. Check SHT_GROUP + sections for relocatable files only. Remove the linker created + group sections. + (_bfd_elf_compute_section_file_positions): Pass link_info to + assign_section_numbers. + + * elfxx-ia64.c (elfNN_ia64_object_p): New. + (elf_backend_object_p): Defined. 2005-04-04 H.J. Lu <hongjiu.lu@intel.com> |