* xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
authorTom Tromey <tromey@redhat.com>
Mon, 4 Apr 2011 14:29:27 +0000 (14:29 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 4 Apr 2011 14:29:27 +0000 (14:29 +0000)
commit554d387d4cf36d63f004a5a10bee8d180a7af4e0
tree5196960decc5f2be1f5c41a24836512e88641c0f
parentd4d4db8a722f18a2abfa771a77689c5c1efae002
* xcoffread.c (read_xcoff_symtab): Make `debugfmt' const.
* symtab.h (struct symtab) <producer, debugformat>: Now const.
* symmisc.c (free_symtab): Don't free debugformat.
* buildsym.h (struct subfile) <producer, debugformat>: Now const.
(record_debugformat, record_producer): Document.
* buildsym.c (end_symtab): Don't save debugformat and producer
names on obstack.
(end_symtab): Don't free debugformat and producer fields.
(record_debugformat): Don't call xstrdup.
(record_producer): Likewise.
gdb/ChangeLog
gdb/buildsym.c
gdb/buildsym.h
gdb/symmisc.c
gdb/symtab.h
gdb/xcoffread.c
This page took 0.025408 seconds and 4 git commands to generate.