This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH/i386newframe] Fix comment


A : was missing :-(.

Checked in.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* i386-tdep.c (i386_skip_prologue): Fix comment.

 
Index: i386-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/i386-tdep.c,v
retrieving revision 1.138.2.15
diff -u -p -r1.138.2.15 i386-tdep.c
--- i386-tdep.c 23 May 2003 20:18:32 -0000 1.138.2.15
+++ i386-tdep.c 29 May 2003 10:33:56 -0000
@@ -628,7 +628,7 @@ i386_skip_prologue (CORE_ADDR start_pc)
 
   /* The native cc on SVR4 in -K PIC mode inserts the following code
      to get the address of the global offset table (GOT) into register
-     %ebx
+     %ebx:
 
         call	0x0
 	popl    %ebx


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]