diff options
Diffstat (limited to 'gdb/machoread.c')
-rw-r--r-- | gdb/machoread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/machoread.c b/gdb/machoread.c index e82f12f..5763cef 100644 --- a/gdb/machoread.c +++ b/gdb/machoread.c @@ -574,7 +574,7 @@ macho_check_dsym (struct objfile *objfile) } static void -macho_symfile_read (struct objfile *objfile, int mainline) +macho_symfile_read (struct objfile *objfile, int symfile_flags) { bfd *abfd = objfile->obfd; struct cleanup *back_to; |