aboutsummaryrefslogtreecommitdiff
path: root/gdb/coffread.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-12-02 11:34:37 +0000
committerTristan Gingold <gingold@adacore.com>2009-12-02 11:34:37 +0000
commitc67a9c901aa0c78a85229ffc837a97d2589a99f8 (patch)
tree3ca926e38606444af4c27177991fff27f07f5c10 /gdb/coffread.c
parent06be6983bb907e61d30fa4c8ec1b434bbfee9e45 (diff)
downloadgdb-c67a9c901aa0c78a85229ffc837a97d2589a99f8.zip
gdb-c67a9c901aa0c78a85229ffc837a97d2589a99f8.tar.gz
gdb-c67a9c901aa0c78a85229ffc837a97d2589a99f8.tar.bz2
2009-12-02 Tristan Gingold <gingold@adacore.com>
* dwarf2read.c (dwarf2_build_psymtabs_easy): Remove mainline parameter. (dwarf2_build_psymtabs_hard): Ditto. (dwarf2_build_psymtabs): Ajust calls. * stabsread.h (elfstab_build_psymtabs): Remove mainline parameter on the prototype. (coffstab_build_psymtabs): Ditto. (stabsect_build_psymtabs): Ditto. * dbxread.c (coffstab_build_psymtabs): Remove mainline parameter on the definition. (elfstab_build_psymtabs): Ditto. (stabsect_build_psymtabs): Ditto. * coffread.c (coff_symfile_read): Adjust call. * elfread.c (elf_symfile_read): Ditto. * somread.c (som_symfile_read): Ditto.
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r--gdb/coffread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c
index 98c563a..d66312b 100644
--- a/gdb/coffread.c
+++ b/gdb/coffread.c
@@ -634,7 +634,6 @@ coff_symfile_read (struct objfile *objfile, int mainline)
stabstrsize = bfd_section_size (abfd, info->stabstrsect);
coffstab_build_psymtabs (objfile,
- mainline,
info->textaddr, info->textsize,
info->stabsects,
info->stabstrsect->filepos, stabstrsize);