From 22c7ba1abadff541ca42822704aa5e6b2617d5a2 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 7 Nov 2003 20:36:15 +0000 Subject: * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment. --- gdb/dwarf2-frame.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/dwarf2-frame.c') 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; -- cgit v1.1