Browse Source
2007-09-24 Carlos O'Donell <carlos@codesourcery.com> * config/tc-mips.c (s_align): Set max_alignment to 28. gas/testsuite/ 2007-09-24 Carlos O'Donell <carlos@codesourcery.com> * gas/mips/align.s, gas/mips/align.d: New test. * gas/mips/mips.exp: Run it.insight_6_8-branch
6 changed files with 32 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||
#objdump: -dr |
|||
#name: MIPS align maximum |
|||
|
|||
# Test the align macro at maximum alignment. |
|||
|
|||
.*: +file format .*mips.* |
|||
|
|||
Disassembly of section .text: |
|||
|
|||
[0]*00000000 <foo>: |
|||
... |
|||
|
|||
[0]*10000000 <bar>: |
|||
... |
|||
@ -0,0 +1,7 @@ |
|||
# Test file used to verify maximum alignment value. |
|||
foo: |
|||
nop |
|||
|
|||
.align 28 |
|||
bar: |
|||
nop |
|||
Loading…
Reference in new issue