diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-11-08 12:48:45 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-11-08 12:48:45 +0000 |
commit | 845801f35e98a3088def9d60715087298e6511ba (patch) | |
tree | 8402e9e56eebfb529b07e3ad724e09728cdce704 | |
parent | 538218056a48bc8a03ecc12837cf7368d1b20f5c (diff) |
Enable this test on i386.
-rw-r--r-- | regress/usr.bin/ctfdump/base_types_encoding.i386 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/regress/usr.bin/ctfdump/base_types_encoding.i386 b/regress/usr.bin/ctfdump/base_types_encoding.i386 new file mode 100644 index 00000000000..61b3c6cef24 --- /dev/null +++ b/regress/usr.bin/ctfdump/base_types_encoding.i386 @@ -0,0 +1,4 @@ + [] FLOAT float encoding=LDOUBLE offset=0 bits=32 + [] INTEGER char encoding=SIGNED CHAR offset=0 bits=8 + [] INTEGER signed encoding=SIGNED offset=0 bits=32 + [] INTEGER void encoding=SIGNED offset=0 bits=0 |