diff options
-rw-r--r-- | lld/test/ELF/eh-frame-value-format2.s | 2 | ||||
-rw-r--r-- | lld/test/ELF/eh-frame-value-format6.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/eh-frame-value-format2.s b/lld/test/ELF/eh-frame-value-format2.s index 52bba25010d..6d2d82e267c 100644 --- a/lld/test/ELF/eh-frame-value-format2.s +++ b/lld/test/ELF/eh-frame-value-format2.s @@ -22,7 +22,7 @@ .byte 0x01 # LEB128 .byte 0x01 # LEB128 - .byte 0x04 # DW_EH_PE_sdata8 + .byte 0x0C # DW_EH_PE_sdata8 .byte 0xFF .byte 0xFF .byte 0xFF diff --git a/lld/test/ELF/eh-frame-value-format6.s b/lld/test/ELF/eh-frame-value-format6.s index fd5b35a8b05..ee76fa7a050 100644 --- a/lld/test/ELF/eh-frame-value-format6.s +++ b/lld/test/ELF/eh-frame-value-format6.s @@ -22,7 +22,7 @@ .byte 0x01 # LEB128 .byte 0x01 # LEB128 - .byte 0x08 # DW_EH_PE_signed + .byte 0x00 # DW_EH_PE_absptr .byte 0xFF .byte 0xFF .byte 0xFF |