diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-02-03 13:09:33 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-02-03 13:09:33 +0000 |
commit | f677f3c991a008966cf8d9d2faad3fdbdb02c399 (patch) | |
tree | 9f43686085d63843a8f6045125a38c583fbfcd59 /regress/usr.bin/ctfdump | |
parent | 898caf9f71c9c5ee3f053b1824fee96da174ad53 (diff) |
Tests were incorrect.
Diffstat (limited to 'regress/usr.bin/ctfdump')
-rw-r--r-- | regress/usr.bin/ctfdump/base_types_encoding.amd64 | 3 | ||||
-rw-r--r-- | regress/usr.bin/ctfdump/base_types_encoding.i386 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/regress/usr.bin/ctfdump/base_types_encoding.amd64 b/regress/usr.bin/ctfdump/base_types_encoding.amd64 index 61b3c6cef24..529a417ddb3 100644 --- a/regress/usr.bin/ctfdump/base_types_encoding.amd64 +++ b/regress/usr.bin/ctfdump/base_types_encoding.amd64 @@ -1,4 +1,7 @@ + [] FLOAT float encoding=LDOUBLE offset=0 bits=128 [] FLOAT float encoding=LDOUBLE offset=0 bits=32 + [] FLOAT float encoding=LDOUBLE offset=0 bits=64 [] INTEGER char encoding=SIGNED CHAR offset=0 bits=8 [] INTEGER signed encoding=SIGNED offset=0 bits=32 + [] INTEGER signed encoding=SIGNED offset=0 bits=64 [] INTEGER void encoding=SIGNED offset=0 bits=0 diff --git a/regress/usr.bin/ctfdump/base_types_encoding.i386 b/regress/usr.bin/ctfdump/base_types_encoding.i386 index 61b3c6cef24..eb222d04fca 100644 --- a/regress/usr.bin/ctfdump/base_types_encoding.i386 +++ b/regress/usr.bin/ctfdump/base_types_encoding.i386 @@ -1,4 +1,7 @@ [] FLOAT float encoding=LDOUBLE offset=0 bits=32 + [] FLOAT float encoding=LDOUBLE offset=0 bits=64 + [] FLOAT float encoding=LDOUBLE offset=0 bits=96 [] INTEGER char encoding=SIGNED CHAR offset=0 bits=8 [] INTEGER signed encoding=SIGNED offset=0 bits=32 + [] INTEGER signed encoding=SIGNED offset=0 bits=64 [] INTEGER void encoding=SIGNED offset=0 bits=0 |