diff options
Diffstat (limited to 'ld/testsuite/ld-ctf/conflicting-enums.d')
-rw-r--r-- | ld/testsuite/ld-ctf/conflicting-enums.d | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/ld/testsuite/ld-ctf/conflicting-enums.d b/ld/testsuite/ld-ctf/conflicting-enums.d index b93d812..f90aaef 100644 --- a/ld/testsuite/ld-ctf/conflicting-enums.d +++ b/ld/testsuite/ld-ctf/conflicting-enums.d @@ -20,16 +20,28 @@ Contents of CTF section .ctf: CTF archive member: .*enum.*\.c: #... Types: - 0x8[0-9a-f]*: enum day_of_the_week \(size 0x[0-9a-f]*\) - *\[0x0\] \(ID 0x8[0-9a-f]*\) \(kind 8\) enum day_of_the_week \(aligned at 0x[0-9a-f]*\) + 0x80000001: \(kind 8\) enum day_of_the_week \(size 0x[0-9a-f]*\) \(aligned at 0x[0-9a-f]*\) + Sunday: 0 + Monday: 1 + Tuesday: 2 + Wednesday: 3 + Thursday: 4 + Friday: 5 + Saturday: 6 Strings: #... CTF archive member: .*enum.*\.c: #... Types: - 0x8[0-9a-f]*: enum day_of_the_week \(size 0x[0-9a-f]*\) - *\[0x0\] \(ID 0x8[0-9a-f]*\) \(kind 8\) enum day_of_the_week \(aligned at 0x[0-9a-f]*\) + 0x80000001: \(kind 8\) enum day_of_the_week \(size 0x[0-9a-f]*\) \(aligned at 0x[0-9a-f]*\) + Monday: 0 + Tuesday: 1 + Wednesday: 2 + Thursday: 3 + Friday: 4 + Saturday: 5 + Sunday: 6 Strings: #... |