This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[ob] one more comment typo.
- From: Michael Snyder <msnyder at redhat dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Fri, 10 Oct 2003 15:04:41 -0700
- Subject: [ob] one more comment typo.
- Organization: Red Hat, Inc.
Really, I'm not this anal -- these are things that I've happened to
notice over the last 6-12 months, but not had the time / motivation
to check in. ;-)
2003-10-10 Michael Snyder <msnyder@redhat.com>
* d10v-tdep.c: Fix typo in comment.
Index: d10v-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/d10v-tdep.c,v
retrieving revision 1.134
diff -p -r1.134 d10v-tdep.c
*** d10v-tdep.c 10 Oct 2003 07:13:10 -0000 1.134
--- d10v-tdep.c 10 Oct 2003 21:58:32 -0000
*************** d10v_skip_prologue (CORE_ADDR pc)
*** 506,512 ****
struct symtab_and_line sal;
/* If we have line debugging information, then the end of the prologue
! should the first assembly instruction of the first source line */
if (find_pc_partial_function (pc, NULL, &func_addr, &func_end))
{
sal = find_pc_line (func_addr, 0);
--- 506,512 ----
struct symtab_and_line sal;
/* If we have line debugging information, then the end of the prologue
! should be the first assembly instruction of the first source line. */
if (find_pc_partial_function (pc, NULL, &func_addr, &func_end))
{
sal = find_pc_line (func_addr, 0);