* dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
authorMark Kettenis <kettenis@gnu.org>
Fri, 7 Nov 2003 20:36:15 +0000 (20:36 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 7 Nov 2003 20:36:15 +0000 (20:36 +0000)
gdb/ChangeLog
gdb/dwarf2-frame.c

index 7f69024..71b6df2 100644 (file)
@@ -1,5 +1,7 @@
 2003-11-07  Mark Kettenis  <kettenis@gnu.org>
 
+       * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
+
        * fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
        fscanf.
 
index fa65f25..6e420cd 100644 (file)
@@ -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;