* config/msp430/lib2hw_mul.S: Fix alignment.
From-SVN: r230633
This commit is contained in:
parent
a378e92255
commit
9afebea2d5
@ -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.
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
.macro start_func name
|
||||
.pushsection .text.\name,"ax",@progbits
|
||||
.align 2
|
||||
.p2align 1
|
||||
.global \name
|
||||
.type \name , @function
|
||||
\name:
|
||||
|
Loading…
Reference in New Issue
Block a user