From: Joel Brobecker Date: Fri, 1 Jul 2011 18:36:45 +0000 (+0000) Subject: remove comment in machoread.c (macho_symfile_read) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2301925dd27d8ff6af52dc3b36980a5f407f31c3;p=binutils-gdb.git remove comment in machoread.c (macho_symfile_read) Does not seem to be applicable to the current code anymore. gdb/ChangeLog: * machoread.c (macho_symfile_read): Delete OBE comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 70e0841fa10..f9837263085 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-07-01 Joel Brobecker + + * machoread.c (macho_symfile_read): Delete OBE comment. + 2011-07-01 Joel Brobecker * machoread.c (struct macho_oso_data): Delete. diff --git a/gdb/machoread.c b/gdb/machoread.c index e1c03fdc8ec..a454cd420ab 100644 --- a/gdb/machoread.c +++ b/gdb/machoread.c @@ -745,9 +745,6 @@ macho_symfile_read (struct objfile *objfile, int symfile_flags) dwarf2_build_psymtabs (objfile); } - /* Do not try to read .eh_frame/.debug_frame as they are not relocated - and dwarf2_build_frame_info cannot deal with unrelocated sections. */ - /* Then the oso. */ if (oso_vector != NULL) macho_symfile_read_all_oso (objfile, symfile_flags);