mirror of git://gcc.gnu.org/git/gcc.git
* 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>
|
2015-11-18 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
* config/nvptx/reduction.c: New.
|
* config/nvptx/reduction.c: New.
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
.macro start_func name
|
.macro start_func name
|
||||||
.pushsection .text.\name,"ax",@progbits
|
.pushsection .text.\name,"ax",@progbits
|
||||||
.align 2
|
.p2align 1
|
||||||
.global \name
|
.global \name
|
||||||
.type \name , @function
|
.type \name , @function
|
||||||
\name:
|
\name:
|
||||||
|
|
Loading…
Reference in New Issue