aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2-frame.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-11-07 20:36:15 +0000
committerMark Kettenis <kettenis@gnu.org>2003-11-07 20:36:15 +0000
commit22c7ba1abadff541ca42822704aa5e6b2617d5a2 (patch)
tree763bbea985d19e1d9965848280472b941690e758 /gdb/dwarf2-frame.c
parent1763fba4a3d212192c2b37dbd016a4e91c952247 (diff)
downloadgdb-22c7ba1abadff541ca42822704aa5e6b2617d5a2.zip
gdb-22c7ba1abadff541ca42822704aa5e6b2617d5a2.tar.gz
gdb-22c7ba1abadff541ca42822704aa5e6b2617d5a2.tar.bz2
* dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
Diffstat (limited to 'gdb/dwarf2-frame.c')
-rw-r--r--gdb/dwarf2-frame.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c
index fa65f25..6e420cd 100644
--- a/gdb/dwarf2-frame.c
+++ b/gdb/dwarf2-frame.c
@@ -1555,7 +1555,8 @@ dwarf2_build_frame_info (struct objfile *objfile)
if (got)
unit.dbase = got->vma;
- /* GCC emits the DW_EH_PE_textrel encoding type on sh and ia64 so far. */
+ /* GCC emits the DW_EH_PE_textrel encoding type on sh and ia64
+ so far. */
txt = bfd_get_section_by_name (unit.abfd, ".text");
if (txt)
unit.tbase = txt->vma;