aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-09-13 00:17:36 +0000
committerJim Blandy <jimb@codesourcery.com>2003-09-13 00:17:36 +0000
commitd646061f47345a5007a671c810b73eecc60960dd (patch)
tree9e8476cb774ae6f0f7e4e1489cf9352be4315934 /gdb/ChangeLog
parent2a13f9bcb4aac7956a16fb12f2557453aa129ae7 (diff)
downloadgdb-d646061f47345a5007a671c810b73eecc60960dd.zip
gdb-d646061f47345a5007a671c810b73eecc60960dd.tar.gz
gdb-d646061f47345a5007a671c810b73eecc60960dd.tar.bz2
* dbxread.c (read_dbx_symtab): Don't report an internal error if
the file has no .data, .bss, or .rodata sections. Instead wait until we see a variable alleged to live in one of those sections.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2f470b8..48e36c9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2003-09-12 Jim Blandy <jimb@redhat.com>
+ * dbxread.c (read_dbx_symtab): Don't report an internal error if
+ the file has no .data, .bss, or .rodata sections. Instead wait
+ until we see a variable alleged to live in one of those sections.
+
* dbxread.c (read_dbx_symtab): If we have no .data section and no
.bss section, presume that any variables we find live in the
.rodata section.