This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Wrap comment in dwarf2-frame.c


That line was too long for emacs.

Committed as obvious.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.

 
Index: dwarf2-frame.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2-frame.c,v
retrieving revision 1.18
diff -u -p -r1.18 dwarf2-frame.c
--- dwarf2-frame.c 5 Nov 2003 23:32:17 -0000 1.18
+++ dwarf2-frame.c 7 Nov 2003 20:34:52 -0000
@@ -1555,7 +1555,8 @@ dwarf2_build_frame_info (struct 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;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]