mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
Adds a new directive to the linker script syntax: ASCIZ. This inserts a zero-terminated string into the output at the place where it is used.
9 lines
96 B
ArmAsm
9 lines
96 B
ArmAsm
.section .text
|
|
.long 0x01010101
|
|
|
|
.section .data
|
|
.long 0x9abcdef0
|
|
|
|
.section .bss
|
|
.long 0
|