Skip to content

Commit 6e6af66

Browse files
committed
Fix
1 parent 2eeb222 commit 6e6af66

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

gcc/config/aarch64/aarch64-protos.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,10 +1268,11 @@ extern void i386_pe_seh_init (FILE *);
12681268
extern void i386_pe_seh_end_prologue (FILE *);
12691269
// extern void aarch64_pe_seh_function_prologue (FILE *);
12701270
// extern void aarch64_pe_seh_cold_init (FILE *, const char *);
1271-
extern void i386_pe_seh_unwind_emit (FILE *, rtx_insn *);
1271+
extern void aarch64_pe_seh_unwind_emit (FILE *, rtx_insn *);
12721272
extern void i386_pe_seh_emit_except_personality (rtx);
12731273
extern void i386_pe_seh_init_sections (void);
12741274
// extern void aarch64_pe_seh_asm_final_postscan_insn (FILE *stream, rtx_insn *insn, rtx*, int);
1275+
extern void aarch64_print_reg (rtx, int, FILE*);
12751276

12761277
/* In winnt */
12771278
// extern void aarch64_print_reg (rtx, int, FILE*);

gcc/config/aarch64/cygming.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ still needed for compilation. */
9595
#define TARGET_ASM_UNIQUE_SECTION mingw_pe_unique_section
9696
#define TARGET_ENCODE_SECTION_INFO mingw_pe_encode_section_info
9797

98-
extern void aarch64_pe_seh_unwind_emit (FILE *, rtx_insn *);
99-
extern void aarch64_print_reg (rtx, int, FILE*);
100-
10198
#define TARGET_VALID_DLLIMPORT_ATTRIBUTE_P mingw_pe_valid_dllimport_attribute_p
10299

103100
/* Output function declarations at the end of the file. */

0 commit comments

Comments
 (0)