diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/pa-nullify.s')
-rw-r--r-- | gdb/testsuite/gdb.arch/pa-nullify.s | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.arch/pa-nullify.s b/gdb/testsuite/gdb.arch/pa-nullify.s index 90269b4..8b756bd 100644 --- a/gdb/testsuite/gdb.arch/pa-nullify.s +++ b/gdb/testsuite/gdb.arch/pa-nullify.s @@ -1,7 +1,6 @@ - .LEVEL 1.1 .text - .align 4 -.globl foo + .align 8 + .globl foo .type foo, @function foo: .PROC @@ -19,7 +18,7 @@ foo: .EXIT .PROCEND -.globl bar + .globl bar .type bar, @function bar: .PROC @@ -34,7 +33,7 @@ bar: .EXIT .PROCEND -.globl main + .globl main .type main, @function main: .PROC |