strace needs oop-instruction for ARM

Wichert Akkerman (wichert@soil.nl)
Fri, 24 Dec 1999 11:23:18 +0100


--wxDdMuZNg1r63Hyj
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable

straec currently fails to trace fork() on the ARM architecture
since it doesn't have the right loop instruction for that architecture:

#if defined (I386)
#define LOOP 0x0000feeb
#elif defined(ARM)
#define LOOP -1 /* almost certainly wrong, jws */

Can someone tell me what the proper instruction is?

Wichert.

--=20
_________________________________________________________________
/ Generally uninteresting signature - ignore at your convenience \
| wichert@liacs.nl http://www.liacs.nl/~wichert/ |
| 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0 2805 3CB8 9250 2FA3 BC2D |

--wxDdMuZNg1r63Hyj
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia

iQB1AwUBOGNJlqjZR/ntlUftAQHuTgL/Y0u24gqoDAtDG21+9byyvzxkQQVX7s6I
t10bxh/FZmf+r7GwzXmotOBgcTjIw5Rk6vHuH6qCB4dMdH8rw4IzY8jlBYapDg8N
X5up0qaX+DR1Y87yp9mECGQFiWr3w29r
=FpXZ
-----END PGP SIGNATURE-----

--wxDdMuZNg1r63Hyj--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/