aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-09-12 23:34:55 +0000
committerJim Blandy <jimb@codesourcery.com>2003-09-12 23:34:55 +0000
commit4f49b26b87af3624ba0170fcb54d450a7812402a (patch)
tree04edb0124747e6ba4b8d3bde91dc2902021cdcbb /gdb/ChangeLog
parent14f751370b30213bcbeb016c1737fa6bc1b11456 (diff)
downloadgdb-4f49b26b87af3624ba0170fcb54d450a7812402a.zip
gdb-4f49b26b87af3624ba0170fcb54d450a7812402a.tar.gz
gdb-4f49b26b87af3624ba0170fcb54d450a7812402a.tar.bz2
* dbxread.c (read_dbx_symtab): Add FIXME about finding section
offsets for global and static variables.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0060e87..17f2be9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
2003-09-12 Jim Blandy <jimb@redhat.com>
+ * dbxread.c (read_dbx_symtab): Add FIXME about finding section
+ offsets for global and static variables.
+
* dbxread.c (read_dbx_symtab): The N_DATA and N_DATA | N_EXT
symbol types are, by definition, in the .data section, so it is
correct to use SECT_OFF_DATA (objfile) here, not data_sect_index.