projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d410017
)
[Mips] Add "data" symbols to the test input file. No functional changes.
author
Simon Atanasyan
<simon@atanasyan.com>
Tue, 11 Feb 2014 05:33:53 +0000
(
05:33
+0000)
committer
Simon Atanasyan
<simon@atanasyan.com>
Tue, 11 Feb 2014 05:33:53 +0000
(
05:33
+0000)
llvm-svn: 201128
lld/test/elf/Mips/Inputs/ext.s
patch
|
blob
|
history
diff --git
a/lld/test/elf/Mips/Inputs/ext.s
b/lld/test/elf/Mips/Inputs/ext.s
index
23c95ea
..
f995eab
100644
(file)
--- a/
lld/test/elf/Mips/Inputs/ext.s
+++ b/
lld/test/elf/Mips/Inputs/ext.s
@@
-30,23
+30,9
@@
ext3:
nop
.end ext3
- .global ext4
- .type ext4,@function
- .ent ext4
-ext4:
- nop
- .end ext4
-
- .global ext5
- .type ext5,@function
- .ent ext5
-ext5:
- nop
- .end ext5
-
- .global ext6
- .type ext6,@function
- .ent ext6
-ext6:
- nop
- .end ext6
+ .type data1,@object
+ .comm data1,4,4
+ .type data2,@object
+ .comm data2,4,4
+ .type data3,@object
+ .comm data3,4,4