From: Andreas Schwab Date: Tue, 22 Jul 2003 12:18:06 +0000 (+0000) Subject: * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment. X-Git-Tag: cagney_x86i386-20030821-branchpoint~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc98794f6cf8248c56150637dda2562a70f6cb2d;p=thirdparty%2Fbinutils-gdb.git * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d342face23d..d12cec111e2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-07-22 Andreas Schwab + + * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment. + 2003-07-15 Andrew Cagney * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace. diff --git a/gdb/testsuite/gdb.asm/powerpc.inc b/gdb/testsuite/gdb.asm/powerpc.inc index 5aefde2c02f..2597ad6c395 100644 --- a/gdb/testsuite/gdb.asm/powerpc.inc +++ b/gdb/testsuite/gdb.asm/powerpc.inc @@ -36,6 +36,7 @@ comment "crt0 startup" .macro gdbasm_startup + .p2align 2 .endm comment "Declare a data variable"