mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
GAS fix alignment for aarch64-pe
Fixes issue where various values of '.align' causes writing of COFF files to fail. Specific to the aarch64-pe target.
This commit is contained in:
@ -191,7 +191,10 @@ struct aarch64_frag_type
|
|||||||
goto LABEL; \
|
goto LABEL; \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* COFF sub section alignment calculated using the write.c implementation. */
|
||||||
|
#ifndef OBJ_COFF
|
||||||
#define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
|
#define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define DWARF2_LINE_MIN_INSN_LENGTH 4
|
#define DWARF2_LINE_MIN_INSN_LENGTH 4
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user