diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/passes/dwarfdump_roundtrip_dwarfdump.bin.txt | 4 | ||||
-rw-r--r-- | test/passes/fannkuch3.bin.txt | 2 | ||||
-rw-r--r-- | test/passes/fannkuch3_manyopts.bin.txt | 2 | ||||
-rw-r--r-- | test/passes/ignore_missing_func.bin.txt | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/test/passes/dwarfdump_roundtrip_dwarfdump.bin.txt b/test/passes/dwarfdump_roundtrip_dwarfdump.bin.txt index 6e7a91a06..b20e0cf35 100644 --- a/test/passes/dwarfdump_roundtrip_dwarfdump.bin.txt +++ b/test/passes/dwarfdump_roundtrip_dwarfdump.bin.txt @@ -137,11 +137,11 @@ Abbrev table for offset: 0x00000000 DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000095] = "a.cpp") DW_AT_stmt_list [DW_FORM_sec_offset] (0x00000000) DW_AT_comp_dir [DW_FORM_strp] ( .debug_str[0x0000009b] = "/usr/local/google/home/azakai/Dev/emscripten") - DW_AT_low_pc [DW_FORM_addr] (0x0000000000000005) + DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000) DW_AT_high_pc [DW_FORM_data4] (0x00000002) 0x00000026: DW_TAG_subprogram [2] - DW_AT_low_pc [DW_FORM_addr] (0x0000000000000005) + DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000) DW_AT_high_pc [DW_FORM_data4] (0x00000002) DW_AT_linkage_name [DW_FORM_strp] ( .debug_str[0x000000c8] = "_Z3foov") DW_AT_name [DW_FORM_strp] ( .debug_str[0x000000d0] = "foo") diff --git a/test/passes/fannkuch3.bin.txt b/test/passes/fannkuch3.bin.txt index 9ff0e44c3..d07570c59 100644 --- a/test/passes/fannkuch3.bin.txt +++ b/test/passes/fannkuch3.bin.txt @@ -2685,7 +2685,7 @@ Abbrev table for offset: 0x00000000 0x00000237: NULL 0x00000238: DW_TAG_subprogram [25] * - DW_AT_low_pc [DW_FORM_addr] (0x000000000000039c) + DW_AT_low_pc [DW_FORM_addr] (0x0000000000000388) DW_AT_high_pc [DW_FORM_data4] (0x00000346) DW_AT_GNU_all_call_sites [DW_FORM_flag_present] (true) DW_AT_name [DW_FORM_strp] ( .debug_str[0x000001ba] = "main") diff --git a/test/passes/fannkuch3_manyopts.bin.txt b/test/passes/fannkuch3_manyopts.bin.txt index a9061c853..42f6d6897 100644 --- a/test/passes/fannkuch3_manyopts.bin.txt +++ b/test/passes/fannkuch3_manyopts.bin.txt @@ -2685,7 +2685,7 @@ Abbrev table for offset: 0x00000000 0x00000237: NULL 0x00000238: DW_TAG_subprogram [25] * - DW_AT_low_pc [DW_FORM_addr] (0x000000000000039c) + DW_AT_low_pc [DW_FORM_addr] (0x0000000000000358) DW_AT_high_pc [DW_FORM_data4] (0x00000346) DW_AT_GNU_all_call_sites [DW_FORM_flag_present] (true) DW_AT_name [DW_FORM_strp] ( .debug_str[0x000001ba] = "main") diff --git a/test/passes/ignore_missing_func.bin.txt b/test/passes/ignore_missing_func.bin.txt index c64f22a0d..8fc468ea8 100644 --- a/test/passes/ignore_missing_func.bin.txt +++ b/test/passes/ignore_missing_func.bin.txt @@ -687,7 +687,7 @@ Abbrev table for offset: 0x00000000 0x0000009a: NULL 0x0000009b: DW_TAG_subprogram [8] - DW_AT_low_pc [DW_FORM_addr] (0x0000000000000060) + DW_AT_low_pc [DW_FORM_addr] (0x000000000000005c) DW_AT_high_pc [DW_FORM_data4] (0x00000064) DW_AT_name [DW_FORM_strp] ( .debug_str[0x000000e4] = "main") DW_AT_decl_file [DW_FORM_data1] ("/home/alon/Dev/emscripten/a.cpp") |