diff options
author | David Carlton <carlton@bactrian.org> | 2004-01-22 19:56:54 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2004-01-22 19:56:54 +0000 |
commit | fae299cdd3e0698ea5b8a8a1129454fe6cc3acd4 (patch) | |
tree | 9987d3de5adfb1859aaf503f061fcb94b9fa2206 /gdb/ChangeLog | |
parent | 37254c9a9efe1273611bf5f23c5cf04cd19290e4 (diff) | |
download | gdb-fae299cdd3e0698ea5b8a8a1129454fe6cc3acd4.zip gdb-fae299cdd3e0698ea5b8a8a1129454fe6cc3acd4.tar.gz gdb-fae299cdd3e0698ea5b8a8a1129454fe6cc3acd4.tar.bz2 |
2004-01-22 David Carlton <carlton@kealia.com>
* dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
get_scope_pc_bounds.
(read_file_scope): Ditto.
(get_scope_pc_bounds): New function, produced by extracting code
from the above two functions, consolidating it, and adding support
for DW_TAG_namespace.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 03cb1b0..2d8cc4d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2004-01-22 David Carlton <carlton@kealia.com> + + * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via + get_scope_pc_bounds. + (read_file_scope): Ditto. + (get_scope_pc_bounds): New function, produced by extracting code + from the above two functions, consolidating it, and adding support + for DW_TAG_namespace. + 2004-01-22 Mark Kettenis <kettenis@gnu.org> * osabi.c (MAX_NOTESZ): New define. |