diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-06 22:47:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-06 22:47:29 +0000 |
commit | bb769ab68fd7abf1b3ab4e838e6f4b9ebfafd9c6 (patch) | |
tree | abe5b2bcfde08e73e13cca5c5b37e2fa0eaff2e4 /sysdeps/sparc/abort-instr.h | |
parent | 1a51bde7717d8f0458b682576029576225cf874f (diff) | |
download | glibc-bb769ab68fd7abf1b3ab4e838e6f4b9ebfafd9c6.tar.gz glibc-bb769ab68fd7abf1b3ab4e838e6f4b9ebfafd9c6.tar.xz glibc-bb769ab68fd7abf1b3ab4e838e6f4b9ebfafd9c6.zip |
Update.
2001-04-06 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/e_scalb.c: Don't use FE_INVALID unless it's available. * sysdeps/generic/e_scalbf.c: Likewise. * sysdeps/generic/e_scalbl.c: Likewise. Patch by Mark Hatle <fray@mvista.com>. 2001-04-05 David S. Miller <davem@redhat.com> * sysdeps/sparc/abort-instr.h: New file. 2001-04-05 Matt Wilson <msw@redhat.com> * sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER): added code to parse new 2.4 format. (GET_NPROCS_CONF_PARSER): Likewise. 2001-04-05 David S. Miller <davem@redhat.com> * scripts/config.sub: Recognize sparcv9b like sparcv9. * configure.in: Add sparcv9b. * sysdeps/sparc/sparc32/sparcv9b/Implies: New file * sysdeps/sparc/sparc32/sparcv9b/memcpy.S: New file * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: New file
Diffstat (limited to 'sysdeps/sparc/abort-instr.h')
-rw-r--r-- | sysdeps/sparc/abort-instr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/sparc/abort-instr.h b/sysdeps/sparc/abort-instr.h new file mode 100644 index 0000000000..ea92dfe866 --- /dev/null +++ b/sysdeps/sparc/abort-instr.h @@ -0,0 +1,2 @@ +/* An instruction which should crash any program is an unimp. */ +#define ABORT_INSTRUCTION asm ("unimp 0xf00") |