* config/obj-aout.h: Fix comment typos.
[deliverable/binutils-gdb.git] / gdb / dwarf2-frame.c
index fa65f25a875df5fda8a716c20d0788a83c9ff8fa..6e420cdb89ea8ee51c36c97c5567f192c9625619 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;
This page took 0.024413 seconds and 4 git commands to generate.