diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-11-20 10:18:18 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-11-20 10:18:18 +0000 |
commit | 614984da76b4e4c818eb4fa8e2b96d4c227c653b (patch) | |
tree | b9c8e6f00c13e2ade56f663bb59b6b112d24836e /sim/sh/.Sanitize | |
parent | 34452aa40a7329c3b2f2666e4534ed9f1d3f3b88 (diff) | |
download | fsf-binutils-gdb-614984da76b4e4c818eb4fa8e2b96d4c227c653b.zip fsf-binutils-gdb-614984da76b4e4c818eb4fa8e2b96d4c227c653b.tar.gz fsf-binutils-gdb-614984da76b4e4c818eb4fa8e2b96d4c227c653b.tar.bz2 |
* Makefile.in: Delete stuff moved to ../common/Make-common.in.
(SIM_OBJS,SIM_EXTRA_LIBS): Define.
* configure.in: Simplify using macros in ../common/aclocal.m4.
Call AC_CHECK_HEADERS(unistd.h).
* configure: Regenerated.
* config.in: New file.
* interp.c: #include "config.h". #include <unistd.h> if present.
(trap): Fetch errno value with callback->get_errno.
Diffstat (limited to 'sim/sh/.Sanitize')
-rw-r--r-- | sim/sh/.Sanitize | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/sh/.Sanitize b/sim/sh/.Sanitize index 7ab53a0..4b62874 100644 --- a/sim/sh/.Sanitize +++ b/sim/sh/.Sanitize @@ -27,6 +27,7 @@ Things-to-keep: ChangeLog Makefile.in +config.in configure configure.in interp.c |