diff options
author | Andreas Sandberg <andreas@sandberg.pp.se> | 2013-09-30 09:40:26 +0200 |
---|---|---|
committer | Andreas Sandberg <andreas@sandberg.pp.se> | 2013-09-30 09:40:26 +0200 |
commit | d3937f3b373ee9b1af09176d8a7d86eb6fcf790f (patch) | |
tree | f12ad785822c855522a762d93f3212c2948da696 /ext/fputils/.gitignore | |
parent | 3af2d8eab0e5b1ba4e936291b01895cc82fb124e (diff) | |
download | gem5-d3937f3b373ee9b1af09176d8a7d86eb6fcf790f.tar.xz |
ext: Include libfputils
This changeset includes libfputils from revision bbf0d61d75. This
library can be used to convert to and from 80-bit floats and query the
type of an 80-bit float, which is needed to support the x87 FPU.
Diffstat (limited to 'ext/fputils/.gitignore')
-rw-r--r-- | ext/fputils/.gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ext/fputils/.gitignore b/ext/fputils/.gitignore new file mode 100644 index 000000000..a54a2403d --- /dev/null +++ b/ext/fputils/.gitignore @@ -0,0 +1,33 @@ +/tests/Makefile +/tests/Makefile.in +/tests/fp80_cvfd +/tests/fp80_cvtd +/tests/fp80_cvtf +/config.h +/config.h.in +/doxygen-doc +/Doxyfile +/Makefile.in +/Makefile +aclocal.m4 +autom4te.cache +compile +config.guess +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +package.m5 +stamp-h1 +.deps +.libs +*.a +*.la +*.lo +*.o +*~ |