diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-07-01 18:36:45 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-07-01 18:36:45 +0000 |
commit | 2301925dd27d8ff6af52dc3b36980a5f407f31c3 (patch) | |
tree | 04f807f228d3be7e9dad8d32f7fe540b13a5537c /gdb/machoread.c | |
parent | 38947ccadc949e3c90dd3c676db78eb1741d02bf (diff) | |
download | gdb-2301925dd27d8ff6af52dc3b36980a5f407f31c3.zip gdb-2301925dd27d8ff6af52dc3b36980a5f407f31c3.tar.gz gdb-2301925dd27d8ff6af52dc3b36980a5f407f31c3.tar.bz2 |
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.
Diffstat (limited to 'gdb/machoread.c')
-rw-r--r-- | gdb/machoread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/machoread.c b/gdb/machoread.c index e1c03fd..a454cd4 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); |