aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-10-02 22:16:21 +0000
committerMark Kettenis <kettenis@gnu.org>2003-10-02 22:16:21 +0000
commit37b517aa779b250ee3cdb8d956a2eb11fcd4374d (patch)
tree0a5108f737edced18e4d247c2ca68beba5605b3d
parent12c266ea569cae11221236dd5844f4136465ec88 (diff)
downloadfsf-binutils-gdb-37b517aa779b250ee3cdb8d956a2eb11fcd4374d.zip
fsf-binutils-gdb-37b517aa779b250ee3cdb8d956a2eb11fcd4374d.tar.gz
fsf-binutils-gdb-37b517aa779b250ee3cdb8d956a2eb11fcd4374d.tar.bz2
* dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/dwarf2-frame.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a414830..5afdddc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-03 Mark Kettenis <kettenis@gnu.org>
+
+ * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment.
+
2003-10-02 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename
diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c
index d6b8f26..2f5502e 100644
--- a/gdb/dwarf2-frame.c
+++ b/gdb/dwarf2-frame.c
@@ -1540,9 +1540,9 @@ dwarf2_build_frame_info (struct objfile *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;