This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[PATCH] Fix comment in dwarf2-frame.c
- From: Mark Kettenis <kettenis at chello dot nl>
- To: gdb-patches at sources dot redhat dot com
- Date: Fri, 3 Oct 2003 00:17:01 +0200 (CEST)
- Subject: [PATCH] Fix comment in dwarf2-frame.c
Why can't I write correct sentences :-(.
Fixed now.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
Index: dwarf2-frame.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2-frame.c,v
retrieving revision 1.14
diff -u -p -r1.14 dwarf2-frame.c
--- dwarf2-frame.c 9 Sep 2003 03:31:07 -0000 1.14
+++ dwarf2-frame.c 2 Oct 2003 22:14:01 -0000
@@ -1540,9 +1540,9 @@ dwarf2_build_frame_info (struct objfile
unit.dwarf_frame_section = dwarf_eh_frame_section;
/* FIXME: kettenis/20030602: This is the DW_EH_PE_datarel base
- that for the i386/amd64 target, which currently is the only
- target in GCC that supports/uses the DW_EH_PE_datarel
- encoding. */
+ that is used for the i386/amd64 target, which currently is
+ the only target in GCC that supports/uses the
+ DW_EH_PE_datarel encoding. */
got = bfd_get_section_by_name (unit.abfd, ".got");
if (got)
unit.dbase = got->vma;