Last change
on this file since 1968 was 1968, checked in by Silvan Scherrer, 8 years ago |
binutils: update vendor to version 2.27. some files are missing, due to a svn bug with @ in the name. But as it's only in the testsuite I don't care atm
|
File size:
158 bytes
|
Line | |
---|
1 | .global v1
|
---|
2 | .size v1, 16777216
|
---|
3 | .global v2
|
---|
4 | .section .tdata,"awT",%progbits
|
---|
5 | v1:
|
---|
6 | .zero 16777216
|
---|
7 | v2:
|
---|
8 | .word 0xcafecafe
|
---|
9 |
|
---|
10 | .text
|
---|
11 | add w20, w9, #:dtprel_hi12:v2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.