diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2007-08-24 15:11:13 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2007-08-24 15:11:13 +0000 |
commit | 718175fac18673fdfb03099e2ea71251635602e4 (patch) | |
tree | e5a56cac921d0c0389c87de69a9010d421d8fde0 /bfd/ChangeLog | |
parent | 4744ac1bb0d2f2294c7762577262fdcafb67883b (diff) | |
download | gdb-718175fac18673fdfb03099e2ea71251635602e4.zip gdb-718175fac18673fdfb03099e2ea71251635602e4.tar.gz gdb-718175fac18673fdfb03099e2ea71251635602e4.tar.bz2 |
2007-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
* elf-bfd.h (struct elf_obj_tdata): New BUILD_ID_SIZE, BUILD_ID.
* elf.c (elfcore_read_notes): Split to ...
(elf_read_notes) ... here ...
(elf_parse_notes): ... and here. Check `bfd_get_format (abfd)' with
the former subfunctions called only for BFD_CORE.
Call ELFOBJ_GROK_GNU_NOTE for BFD_OBJECT files with the owner "GNU".
(_bfd_elf_make_section_from_shdr): Call ELF_PARSE_NOTES for SHT_NOTEs.
(bfd_section_from_phdr): Update the call for renamed ELFCORE_READ_NOTES.
(elfobj_grok_gnu_build_id, elfobj_grok_gnu_note): New functions.
Code advisory: Roland McGrath
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 fa0b0af..24a56d9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2007-08-24 Jan Kratochvil <jan.kratochvil@redhat.com> + + * bfd/elf-bfd.h (struct elf_obj_tdata): New build_id_size, build_id. + * bfd/elf.c (elfcore_read_notes): Split to ... + (elf_read_notes) ... here ... + (elf_parse_notes): ... and here. Check `bfd_get_format (abfd)' with + the former subfunctions called only for BFD_CORE. + Call ELFOBJ_GROK_GNU_NOTE for BFD_OBJECT files with the owner "GNU". + (_bfd_elf_make_section_from_shdr): Call ELF_PARSE_NOTES for SHT_NOTEs. + (bfd_section_from_phdr): Update the call for renamed ELFCORE_READ_NOTES. + (elfobj_grok_gnu_build_id, elfobj_grok_gnu_note): New functions. + Code advisory: Roland McGrath + 2007-08-24 Daniel Jacobowitz <dan@codesourcery.com> * elf64-mips.c (elf_backend_sign_extend_vma): Define. |