GNU Binutils with patches for OS216
Revision | 92fe97fbf5c05b5c9cec5bd6fcc5754ebacc9b18 (tree) |
---|---|
Zeit | 2003-05-29 19:35:38 |
Autor | Mark Kettenis <kettenis@gnu....> |
Commiter | Mark Kettenis |
* i386-tdep.c (i386_skip_prologue): Fix comment.
@@ -1,5 +1,7 @@ | ||
1 | 1 | 2003-05-29 Mark Kettenis <kettenis@gnu.org> |
2 | 2 | |
3 | + * i386-tdep.c (i386_skip_prologue): Fix comment. | |
4 | + | |
3 | 5 | * i386-nto-tdep.c (i386nto_sigcontext_addr): Adapt for new frame |
4 | 6 | unwinder. |
5 | 7 |
@@ -628,7 +628,7 @@ i386_skip_prologue (CORE_ADDR start_pc) | ||
628 | 628 | |
629 | 629 | /* The native cc on SVR4 in -K PIC mode inserts the following code |
630 | 630 | to get the address of the global offset table (GOT) into register |
631 | - %ebx | |
631 | + %ebx: | |
632 | 632 | |
633 | 633 | call 0x0 |
634 | 634 | popl %ebx |