Commit 56d0ac72 by Michael Meissner

Add @nobits to .sbss/.sbss2.

From-SVN: r10969
parent a83cc09f
......@@ -80,7 +80,7 @@ __DTOR_LIST__:
.type __SDATA_START__,@object
__SDATA_START__:
.section ".sbss","aw"
.section ".sbss","aw",@nobits
.globl __SBSS_START__
.type __SBSS_START__,@object
__SBSS_START__:
......@@ -93,7 +93,7 @@ __SBSS_START__:
__SDATA2_START__:
_SDA2_BASE_ = .+32768
.section ".sbss2","aw"
.section ".sbss2","aw",@nobits
.globl __SBSS2_START__
.type __SBSS2_START__,@object
__SBSS2_START__:
......@@ -81,7 +81,7 @@ __DTOR_END__:
.type __SDATA_END__,@object
__SDATA_END__:
.section ".sbss","aw"
.section ".sbss","aw",@nobits
.globl __SBSS_END__
.type __SBSS_END__,@object
__SBSS_END__:
......@@ -91,7 +91,7 @@ __SBSS_END__:
.type __SDATA2_END__,@object
__SDATA2_END__:
.section ".sbss2","aw"
.section ".sbss2","aw",@nobits
.globl __SBSS2_END__
.type __SBSS2_END__,@object
__SBSS2_END__:
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