diff --git a/ver/jp/splat-debug.yaml b/ver/jp/splat-debug.yaml index ea52050ebd..915ecc618b 100644 --- a/ver/jp/splat-debug.yaml +++ b/ver/jp/splat-debug.yaml @@ -1,4 +1,3 @@ options: linker_discard_section: False - create_elf_section_list_auto: True - elf_section_list_path: ver/jp/build/elf_sections.txt + ld_sections_denylist: [ .eh_frame, .MIPS.abiflags ] diff --git a/ver/us/splat-debug.yaml b/ver/us/splat-debug.yaml index 4254a34cb7..0b2e226cfe 100644 --- a/ver/us/splat-debug.yaml +++ b/ver/us/splat-debug.yaml @@ -1,4 +1,3 @@ options: ld_discard_section: False - create_elf_section_list_auto: True - elf_section_list_path: ver/us/build/elf_sections.txt + ld_sections_denylist: [ .eh_frame, .MIPS.abiflags ]