bfd/arc: Add R_ prefix to all relocation names
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / membar.s
1 # Test membar args
2 .text
3 membar 0
4 membar 127
5 membar #Sync|#MemIssue|#Lookaside|#StoreStore|#LoadStore|#StoreLoad|#LoadLoad
6 membar #Sync
7 membar #MemIssue
8 membar #Lookaside
9 membar #StoreStore
10 membar #LoadStore
11 membar #StoreLoad
12 membar #LoadLoad
This page took 0.029963 seconds and 4 git commands to generate.