summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-11-07 20:36:15 +0000
committerMark Kettenis <kettenis@gnu.org>2003-11-07 20:36:15 +0000
commit79c80eab3bc93ae6702f417dc0bdcda7f79556b6 (patch)
tree82fcb813259ecb68c0218a89f3bb0ee4940f0ebd
parent4ddf1cd05c6b6d587020c8f1f0479fb894c95a11 (diff)
downloadgdb-79c80eab3bc93ae6702f417dc0bdcda7f79556b6.tar.gz
* dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/dwarf2-frame.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7f69024e5c0..71b6df24898 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
2003-11-07 Mark Kettenis <kettenis@gnu.org>
+ * dwarf2-frame.c (dwarf2_build_frame_info): Wrap comment.
+
* fbsd-proc.c (read_mapping): Use sscanf and fgets instead of
fscanf.
diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c
index fa65f25a875..6e420cdb89e 100644
--- a/gdb/dwarf2-frame.c
+++ b/gdb/dwarf2-frame.c
@@ -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;