From: kettenis Date: Thu, 2 Oct 2003 22:16:20 +0000 (+0000) Subject: * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b7564ebe55382ec85b03dbcd5bdcc83374217fc8;p=pf3gnuchains%2Fsourceware.git * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a4148302f0..5afdddca1e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-10-03 Mark Kettenis + + * dwarf2-frame.c (dwarf2_build_frame_info): Fix comment. + 2003-10-02 Andrew Cagney * gdbarch.sh (DEPRECATED_REGISTER_RAW_SIZE): Rename diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c index d6b8f2652e..2f5502e6f5 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;