]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/doc/gdb.texinfo
* features/library-list.dtd: Allow "section" elements as children
authorPedro Alves <palves@redhat.com>
Fri, 14 Mar 2008 22:30:07 +0000 (22:30 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 14 Mar 2008 22:30:07 +0000 (22:30 +0000)
commit1fddbabb01cdd8aa6400ca1ff8461259f90ca126
tree51bc2ee1527c059adf8a89d580b094e2d15a40ff
parent29035cbe96305dc7d3a2844fc6c0506de8e23aaf
* features/library-list.dtd: Allow "section" elements as children
of "library".  Add "section" element and describe its attributes.

* solib-target.c (struct lm_info): Add section_bases member.
(library_list_start_segment): Error out if seen a section element.
(library_list_start_section): New.
(library_list_end_library): New.
(solib_target_free_library_list): Free section_bases.
(section_attributes): New.
(library_children): Make "segment" optional.  Add "section" child.
(library_list_children): Register library_list_end_library.
(solib_target_relocate_section_addresses): Handle section bases.

* NEWS: Mention new qXfer:libraries:read section offsets support.

doc/
* gdb.texinfo (Library List Format): Update to mention the
possibility to pass section addresses instead of segment
addresses.
gdb/ChangeLog
gdb/NEWS
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/features/library-list.dtd
gdb/solib-target.c