• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revision92fe97fbf5c05b5c9cec5bd6fcc5754ebacc9b18 (tree)
Zeit2003-05-29 19:35:38
AutorMark Kettenis <kettenis@gnu....>
CommiterMark Kettenis

Log Message

* i386-tdep.c (i386_skip_prologue): Fix comment.

Ändern Zusammenfassung

Diff

--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
11 2003-05-29 Mark Kettenis <kettenis@gnu.org>
22
3+ * i386-tdep.c (i386_skip_prologue): Fix comment.
4+
35 * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame
46 unwinder.
57
--- a/gdb/i386-tdep.c
+++ b/gdb/i386-tdep.c
@@ -628,7 +628,7 @@ i386_skip_prologue (CORE_ADDR start_pc)
628628
629629 /* The native cc on SVR4 in -K PIC mode inserts the following code
630630 to get the address of the global offset table (GOT) into register
631- %ebx
631+ %ebx:
632632
633633 call 0x0
634634 popl %ebx