MIPS/opcodes: Also set disassembler's ASE flags from ELF structures
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / bintest.s
1 .globl text_symbol
2 .text
3 text_symbol:
4 static_text_symbol:
5 .long 1
6 .long external_symbol
7 .globl data_symbol
8 .data
9 data_symbol:
10 static_data_symbol:
11 .long 2
12 .comm common_symbol,4
This page took 0.032673 seconds and 4 git commands to generate.