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

From-SVN: r230633
This commit is contained in:
DJ Delorie 2015-11-19 19:08:50 -05:00 committed by DJ Delorie
parent a378e92255
commit 9afebea2d5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -22,7 +22,7 @@
.macro start_func name
.pushsection .text.\name,"ax",@progbits
.align 2
.p2align 1
.global \name
.type \name , @function
\name: