Commit 332dd867 by Michael Meissner

Properly align data section.

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