projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e7a7d1
)
Reorder variable declarations to avoid problems with MIPS targets.
author
Nick Clifton
<nickc@redhat.com>
Thu, 23 Jul 2009 15:03:39 +0000
(15:03 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 23 Jul 2009 15:03:39 +0000
(15:03 +0000)
gas/testsuite/gas/elf/type.s
patch
|
blob
|
history
diff --git
a/gas/testsuite/gas/elf/type.s
b/gas/testsuite/gas/elf/type.s
index
159bf6d
..
d0a1afd
100644
(file)
--- a/
gas/testsuite/gas/elf/type.s
+++ b/
gas/testsuite/gas/elf/type.s
@@
-26,10
+26,12
@@
tls_object:
.size notype,1
notype:
.byte 0x0
- .comm common, 1
- .type common,STT_COMMON
.type unique_global,%gnu_unique_object
unique_global:
.byte 0x0
.size unique_global,1
+
+ .comm common, 1
+ .type common,STT_COMMON
+
\ No newline at end of file