Skip to content

Commit f93512c

Browse files
gdbinitbdash
authored andcommitted
[arm64] Update header names in Makefiles
The names of generated headers were not updated after they were changed in b095215.
1 parent 37f159a commit f93512c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/disassembler/Makefile-asan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DECODE_OBJS = pcode.o decode.o decode0.o decode1.o decode2.o decode_fields32.o d
22

33
FORMAT_OBJS = format.o encodings_fmt.o operations.o sysregs_gen.o sysregs_fmt_gen.o regs.o
44

5-
HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs.h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h
5+
HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs_gen.h sysregs_fmt_gen.h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h
66

77
CFLAGS = -O2 -fsanitize=address -ggdb
88

arch/arm64/disassembler/Makefile-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DECODE_OBJS = pcode.o decode.o decode0.o decode1.o decode2.o decode_fields32.o d
44

55
FORMAT_OBJS = format.o encodings_fmt.o operations.o sysregs_gen.o sysregs_fmt_gen.o regs.o
66

7-
HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs.h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h
7+
HEADERS = decode.h decode1.h decode2.h format.h pcode.h operations.h sysregs_gen.h sysregs_fmt_gen.h decode_fields32.h encodings_dec.h encodings_fmt.h regs.h
88

99
#CFLAGS = -g -Wunused
1010
CFLAGS = -Os

0 commit comments

Comments
 (0)