Cope with recent ctfdump output changes.
authoranton <anton@openbsd.org>
Tue, 27 Feb 2024 06:58:48 +0000 (06:58 +0000)
committeranton <anton@openbsd.org>
Tue, 27 Feb 2024 06:58:48 +0000 (06:58 +0000)
regress/usr.bin/ctfdump/base_types_encoding.amd64
regress/usr.bin/ctfdump/base_types_encoding.i386

index 529a417..4fd3a4c 100644 (file)
@@ -1,7 +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
+  [] FLOAT float encoding=LDOUBLE offset=0 bits=128 (16 bytes)
+  [] FLOAT float encoding=LDOUBLE offset=0 bits=32 (4 bytes)
+  [] FLOAT float encoding=LDOUBLE offset=0 bits=64 (8 bytes)
+  [] INTEGER char encoding=SIGNED CHAR offset=0 bits=8 (1 bytes)
+  [] INTEGER signed encoding=SIGNED offset=0 bits=32 (4 bytes)
+  [] INTEGER signed encoding=SIGNED offset=0 bits=64 (8 bytes)
+  [] INTEGER void encoding=SIGNED offset=0 bits=0 (0 bytes)
index eb222d0..dee6a86 100644 (file)
@@ -1,7 +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
+  [] FLOAT float encoding=LDOUBLE offset=0 bits=32 (4 bytes)
+  [] FLOAT float encoding=LDOUBLE offset=0 bits=64 (8 bytes)
+  [] FLOAT float encoding=LDOUBLE offset=0 bits=96 (12 bytes)
+  [] INTEGER char encoding=SIGNED CHAR offset=0 bits=8 (1 bytes)
+  [] INTEGER signed encoding=SIGNED offset=0 bits=32 (4 bytes)
+  [] INTEGER signed encoding=SIGNED offset=0 bits=64 (8 bytes)
+  [] INTEGER void encoding=SIGNED offset=0 bits=0 (0 bytes)