mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
2000-08-10 Kazu Hirata <kazu@hxi.com>
* hppa_tdep.c: Fix a comment typo.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-08-10 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* hppa_tdep.c: Fix a comment typo.
|
||||
|
||||
2000-08-10 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* MAINTAINERS: Added myself with write-after-approval access.
|
||||
|
||||
@@ -2900,7 +2900,7 @@ in_solib_call_trampoline (CORE_ADDR pc, char *name)
|
||||
instructions long. */
|
||||
insn = read_memory_integer (pc, 4);
|
||||
|
||||
/* Find out where we we think we are within the stub. */
|
||||
/* Find out where we think we are within the stub. */
|
||||
if ((insn & 0xffffc00e) == 0x53610000)
|
||||
addr = pc;
|
||||
else if ((insn & 0xffffffff) == 0xe820d000)
|
||||
|
||||
Reference in New Issue
Block a user