summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc/crtn.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/powerpc/crtn.S')
-rw-r--r--lib/csu/powerpc/crtn.S6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/csu/powerpc/crtn.S b/lib/csu/powerpc/crtn.S
index 72309aa..80735cc 100644
--- a/lib/csu/powerpc/crtn.S
+++ b/lib/csu/powerpc/crtn.S
@@ -21,8 +21,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
*/
.section .init,"ax",@progbits
@@ -41,3 +39,7 @@
lwz 31,-4(11)
mr 1,11
blr
+
+
+ .section .rodata
+.ascii "$FreeBSD$\0"
OpenPOWER on IntegriCloud