Commit 332dd867 by Michael Meissner

Properly align data section.

From-SVN: r10965
parent 43074b10
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#include "ppc-asm.h" #include "ppc-asm.h"
.section ".got2","aw" .section ".got2","aw"
.align 2
.LCTOC1 = . /* +32768 */ .LCTOC1 = . /* +32768 */
/* Table of addresses */ /* Table of addresses */
...@@ -84,6 +85,7 @@ ...@@ -84,6 +85,7 @@
.long .Linit_p /* address of variable to say we've been called */ .long .Linit_p /* address of variable to say we've been called */
.data .data
.align 2
.Linit_p: .Linit_p:
.long 0 .long 0
......
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