Skip to content

Commit be028fb

Browse files
committed
gas: z80: enable CFI support
1 parent 26f8b1e commit be028fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gas/config/tc-z80.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ extern void z80_elf_final_processing (void);
131131
extern int z80_dwarf2_addr_size (const bfd *abfd);
132132

133133
/* CFI hooks. */
134+
135+
#define TARGET_USE_CFIPOP 1
136+
134137
#define tc_cfi_frame_initial_instructions z80_tc_frame_initial_instructions
135138
extern void z80_tc_frame_initial_instructions (void);
136139

0 commit comments

Comments
 (0)