diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-31 15:56:44 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-31 15:56:44 +0000 |
commit | 00b02f17b5c8df04bb5500c2214d7a7fa386a04a (patch) | |
tree | 9548bd661da6761aaad5c5d6c96cca5f89f9a789 /gdb/paread.c | |
parent | f6c4bf1a82bff3359f5bb40bbca4ed62017fcac6 (diff) | |
download | gdb-00b02f17b5c8df04bb5500c2214d7a7fa386a04a.zip gdb-00b02f17b5c8df04bb5500c2214d7a7fa386a04a.tar.gz gdb-00b02f17b5c8df04bb5500c2214d7a7fa386a04a.tar.bz2 |
* paread.c: Remove comment about how we should use an "ordinary"
file format with an hppa suffix. There is nothing ordinary about SOM.
Diffstat (limited to 'gdb/paread.c')
-rw-r--r-- | gdb/paread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/paread.c b/gdb/paread.c index 95489d9..ce19622 100644 --- a/gdb/paread.c +++ b/gdb/paread.c @@ -500,8 +500,7 @@ pa_symfile_offsets (objfile, addr) return section_offsets; } -/* Register that we are able to handle SOM object file formats (does this - work for hp300, or just PA? I suspect the latter). */ +/* Register that we are able to handle SOM object file formats. */ static struct sym_fns pa_sym_fns = { |