You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
308 B

.section scnfoo,"aw",%progbits
.zero 0x10
.globl bar
.data
.align 8
.type bar, %object
.size bar, 8
bar:
.ifdef UNDERSCORE
.dc.a ___start_scnfoo
.else
.dc.a __start_scnfoo
.endif
.dc.a .startof. (scnfoo)