mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 09:39:30 +08:00
gdb/
* dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in the comment.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* dwarf2read.c (dwarf2_read_index): Fix .gdb_index version number in
|
||||||
|
the comment.
|
||||||
|
|
||||||
2011-03-31 Tom Tromey <tromey@redhat.com>
|
2011-03-31 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* varobj.c (update_dynamic_varobj_children): Properly handle
|
* varobj.c (update_dynamic_varobj_children): Properly handle
|
||||||
|
@ -2045,7 +2045,7 @@ dwarf2_read_index (struct objfile *objfile)
|
|||||||
/* Version check. */
|
/* Version check. */
|
||||||
version = MAYBE_SWAP (*(offset_type *) addr);
|
version = MAYBE_SWAP (*(offset_type *) addr);
|
||||||
/* Versions earlier than 3 emitted every copy of a psymbol. This
|
/* Versions earlier than 3 emitted every copy of a psymbol. This
|
||||||
causes the index to behave very poorly for certain requests. Version 4
|
causes the index to behave very poorly for certain requests. Version 3
|
||||||
contained incomplete addrmap. So, it seems better to just ignore such
|
contained incomplete addrmap. So, it seems better to just ignore such
|
||||||
indices. */
|
indices. */
|
||||||
if (version < 4)
|
if (version < 4)
|
||||||
|
Reference in New Issue
Block a user