Commit 58a08882 by Michael Meissner

Don't make .sbss2 a @nobits section.

From-SVN: r10991
parent 605bf730
......@@ -93,7 +93,7 @@ __SBSS_START__:
__SDATA2_START__:
_SDA2_BASE_ = .+32768
.section ".sbss2","aw",@nobits
.section ".sbss2","aw"
.globl __SBSS2_START__
.type __SBSS2_START__,@object
__SBSS2_START__:
......
......@@ -91,7 +91,7 @@ __SBSS_END__:
.type __SDATA2_END__,@object
__SDATA2_END__:
.section ".sbss2","aw",@nobits
.section ".sbss2","aw"
.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