mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
3e3f011f93
(is_elf_format): New, extracted from... * ld-scripts/weak.exp: ...here. * ld-scripts/overlay-size.exp: New test. * ld-scripts/overlay-size.[tsd], * ld-scripts/overlay-size-map.d: New files for it.
26 lines
519 B
ArmAsm
26 lines
519 B
ArmAsm
.section .bss1, "aw", "nobits"
|
|
.space 0x10
|
|
.section .bss2, "aw", "nobits"
|
|
.space 0x30
|
|
.section .bss3, "aw", "nobits"
|
|
.space 0x20
|
|
|
|
.section .text1, "ax", "progbits"
|
|
.space 0x80
|
|
.section .text2, "ax", "progbits"
|
|
.space 0x40
|
|
.section .text3, "ax", "progbits"
|
|
.space 0x20
|
|
|
|
.section .data1, "aw", "progbits"
|
|
.space 0x30
|
|
.section .data2, "aw", "progbits"
|
|
.space 0x40
|
|
.section .data3, "aw", "progbits"
|
|
.space 0x50
|
|
|
|
.section .mtext, "ax", "progbits"
|
|
.space 0x20
|
|
.section .mbss, "aw", "nobits"
|
|
.space 0x30
|