* gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.

This commit is contained in:
Andreas Schwab 2003-07-22 12:16:37 +00:00
parent f9f3cf656a
commit 89320c4c5d
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-07-22 Andreas Schwab <schwab@suse.de>
* gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
2003-07-20 Andreas Schwab <schwab@suse.de>
* gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns

View File

@ -36,6 +36,7 @@
comment "crt0 startup"
.macro gdbasm_startup
.p2align 2
.endm
comment "Declare a data variable"