diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-29 04:25:15 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-29 04:25:15 +0000 |
commit | 898140fe5a9b6f0881d88e1d6a2e8780d41b15fb (patch) | |
tree | 392456c81ac64001e03fc499260b4571650d426c /gdb/elfread.c | |
parent | 0ccbaadcf284b4843ebb6996e1e997c1d5c9bace (diff) | |
download | gdb-898140fe5a9b6f0881d88e1d6a2e8780d41b15fb.zip gdb-898140fe5a9b6f0881d88e1d6a2e8780d41b15fb.tar.gz gdb-898140fe5a9b6f0881d88e1d6a2e8780d41b15fb.tar.bz2 |
* dbxread.c, coffread.c, elfread.c: A few changes to comments.
Diffstat (limited to 'gdb/elfread.c')
-rw-r--r-- | gdb/elfread.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/elfread.c b/gdb/elfread.c index 5112e51..c1bf574 100644 --- a/gdb/elfread.c +++ b/gdb/elfread.c @@ -104,7 +104,10 @@ elf_locate_sections PARAMS ((bfd *, asection *, PTR)); We also recognize the ".stab" sections used by the Sun compilers released with Solaris 2. - FIXME: The section names should not be hardwired strings. */ + FIXME: The section names should not be hardwired strings (what + should they be? I don't think most object file formats have enough + section flags to specify what kind of debug section it is + -kingdon). */ static void elf_locate_sections (ignore_abfd, sectp, eip) |