Adds support for generating notes in V850 binaries.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / comm-data4.s
CommitLineData
5c3ab52b
AM
1 .comm i,4,4
2
3 .data
4 .dc.a i
5
6 .globl main
7 .globl start
8 .globl _start
9 .globl __start
10 .text
11main:
12start:
13_start:
14__start:
15 .dc.a 0
This page took 0.104737 seconds and 4 git commands to generate.