MIPS: Add Global INValidate ASE support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / aent.d
1 #objdump: -dr --prefix-addresses
2 #name: MIPS .aent directive
3 #as: -32
4
5 # Test the .aent directive retains function symbol type annotation.
6
7 .*: +file format .*mips.*
8
9 Disassembly of section \.text:
10 [0-9a-f]+ <foo[^>]*> sllv v0,a0,a2
11 [0-9a-f]+ <foo[^>]*> srav t0,t2,t4
12 [0-9a-f]+ <bar[^>]*> sllv v0,a0,a2
13 [0-9a-f]+ <bar[^>]*> srav t0,t2,t4
14 \.\.\.
This page took 0.030717 seconds and 4 git commands to generate.