Commit 9afebea2 by DJ Delorie Committed by DJ Delorie

* config/msp430/lib2hw_mul.S: Fix alignment.

From-SVN: r230633
parent a378e922
2015-11-19 DJ Delorie <dj@redhat.com>
* config/msp430/lib2hw_mul.S: Fix alignment.
2015-11-18 Nathan Sidwell <nathan@codesourcery.com>
* config/nvptx/reduction.c: New.
......
......@@ -22,7 +22,7 @@
.macro start_func name
.pushsection .text.\name,"ax",@progbits
.align 2
.p2align 1
.global \name
.type \name , @function
\name:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment