ld: Handle extended-length data structures in PDB types
[platform/upstream/binutils.git] / ld / testsuite / ld-pe / pdb.exp
index bd50b2f..fbc0cf9 100644 (file)
@@ -1029,7 +1029,7 @@ proc test5 { } {
     binary scan $data i end_type
 
     # end_type is one greater than the last type in the stream
-    if { $end_type != 0x1023 } {
+    if { $end_type != 0x102a } {
        fail "Incorrect end type value in TPI stream."
     } else {
        pass "Correct end type value in TPI stream."