diff options
author | Jiong Wang <jiong.wang@arm.com> | 2015-03-13 12:00:37 +0000 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2015-03-13 12:00:37 +0000 |
commit | bc9706f8235a917f0b534f3790e2ac9981d53e94 (patch) | |
tree | adc93b687c2d3bddad003a4a4175cafa027ea0d3 /gas/config/tc-aarch64.h | |
parent | a1894d43936b689945b0cf2ce696904606f40c5c (diff) | |
download | gdb-bc9706f8235a917f0b534f3790e2ac9981d53e94.zip gdb-bc9706f8235a917f0b534f3790e2ac9981d53e94.tar.gz gdb-bc9706f8235a917f0b534f3790e2ac9981d53e94.tar.bz2 |
[AArch64] Don't tail-pads sections to the alignment
2015-03-13 Jiong Wang <jiong.wang@arm.com>
gas/
* config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
gas/testsuite/
* gas/aarch64/tail_padding.s: New testcase.
* gas/aarch64/tail_padding.d: New expectation file.
Diffstat (limited to 'gas/config/tc-aarch64.h')
-rw-r--r-- | gas/config/tc-aarch64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-aarch64.h b/gas/config/tc-aarch64.h index 19b9eae..86b70d6 100644 --- a/gas/config/tc-aarch64.h +++ b/gas/config/tc-aarch64.h @@ -146,6 +146,8 @@ struct aarch64_frag_type goto LABEL; \ } +#define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0 + #define DWARF2_LINE_MIN_INSN_LENGTH 4 /* The lr register is r30. */ |