diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-11-20 09:28:40 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-11-20 09:28:40 +0000 |
commit | 27bc3f8ecbbb6b02403adf17c0d8f92cfa4f8264 (patch) | |
tree | 7fee88f5f2002831ea32770e4151a016c697f0ca /sim/d10v | |
parent | cee402dd996073c453c0dbd3340d238e10298a67 (diff) | |
download | gdb-27bc3f8ecbbb6b02403adf17c0d8f92cfa4f8264.zip gdb-27bc3f8ecbbb6b02403adf17c0d8f92cfa4f8264.tar.gz gdb-27bc3f8ecbbb6b02403adf17c0d8f92cfa4f8264.tar.bz2 |
New file.
Diffstat (limited to 'sim/d10v')
-rw-r--r-- | sim/d10v/.Sanitize | 1 | ||||
-rw-r--r-- | sim/d10v/config.in | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/d10v/.Sanitize b/sim/d10v/.Sanitize index 653c1da..6c2651c 100644 --- a/sim/d10v/.Sanitize +++ b/sim/d10v/.Sanitize @@ -25,6 +25,7 @@ Things-to-keep: ChangeLog Makefile.in +config.in configure configure.in d10v_sim.h diff --git a/sim/d10v/config.in b/sim/d10v/config.in new file mode 100644 index 0000000..167618a --- /dev/null +++ b/sim/d10v/config.in @@ -0,0 +1,4 @@ +/* config.in. Generated automatically from configure.in by autoheader. */ + +/* Define if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H |