mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-19 08:22:36 +08:00
* hppa-tdep.c (pc_in_linker_stub): Fix unclosed comments.
This commit is contained in:
@ -1,5 +1,11 @@
|
|||||||
|
Thu Jul 29 12:09:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* hppa-tdep.c (pc_in_linker_stub): Fix unclosed comments.
|
||||||
|
|
||||||
Wed Jul 28 13:19:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Wed Jul 28 13:19:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* config/mips/xm-mips.h: Define HAVE_TERMIOS.
|
||||||
|
|
||||||
* dbxread.c (record_minimal_symbol): Don't put gcc_compiled or
|
* dbxread.c (record_minimal_symbol): Don't put gcc_compiled or
|
||||||
__gnu_compiled* symbols into the minimal symbols.
|
__gnu_compiled* symbols into the minimal symbols.
|
||||||
|
|
||||||
|
@ -325,7 +325,7 @@ pc_in_linker_stub (pc)
|
|||||||
from the given PC, then backward. */
|
from the given PC, then backward. */
|
||||||
for (i = 0; i < 4; i++)
|
for (i = 0; i < 4; i++)
|
||||||
{
|
{
|
||||||
/* If we hit something with an unwind, stop searching this direction.
|
/* If we hit something with an unwind, stop searching this direction. */
|
||||||
|
|
||||||
if (find_unwind_entry (pc + i * 4) != 0)
|
if (find_unwind_entry (pc + i * 4) != 0)
|
||||||
break;
|
break;
|
||||||
@ -347,7 +347,7 @@ pc_in_linker_stub (pc)
|
|||||||
/* Now look backward. */
|
/* Now look backward. */
|
||||||
for (i = 0; i < 4; i++)
|
for (i = 0; i < 4; i++)
|
||||||
{
|
{
|
||||||
/* If we hit something with an unwind, stop searching this direction.
|
/* If we hit something with an unwind, stop searching this direction. */
|
||||||
|
|
||||||
if (find_unwind_entry (pc - i * 4) != 0)
|
if (find_unwind_entry (pc - i * 4) != 0)
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user