* gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 22 Jul 2003 12:16:37 +0000 (12:16 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 22 Jul 2003 12:16:37 +0000 (12:16 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.asm/powerpc.inc

index 3ac2523fcd2e016c37adcdf1f4294fd44fddc2bd..7c0655b384394c3315e3de3d70cf4563c97257f3 100644 (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
index 5aefde2c02fdc83c0240b9d7a2eb0dbbf525053c..2597ad6c395a75b3a4e103b47784052e01b3c838 100644 (file)
@@ -36,6 +36,7 @@
 
        comment "crt0 startup"
        .macro gdbasm_startup
+       .p2align 2
        .endm
 
        comment "Declare a data variable"
This page took 0.030075 seconds and 4 git commands to generate.