Browse Source
* ld-scripts/defined5.s: Use .text for "defined" section. * ld-scripts/defined5.t: Adjust.gdb_7_3-branch
4 changed files with 9 additions and 3 deletions
@ -1,6 +1,6 @@ |
|||
.globl defined |
|||
.data |
|||
.byte 0 |
|||
.section .data.cacheline_aligned |
|||
.text |
|||
defined: |
|||
.byte 0 |
|||
|
|||
Loading…
Reference in new issue