summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc64/crtn.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/powerpc64/crtn.S')
-rw-r--r--lib/csu/powerpc64/crtn.S7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/csu/powerpc64/crtn.S b/lib/csu/powerpc64/crtn.S
index 42ca083..c62f913 100644
--- a/lib/csu/powerpc64/crtn.S
+++ b/lib/csu/powerpc64/crtn.S
@@ -23,6 +23,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
.section .init,"ax",@progbits
ld %r1,0(%r1)
ld 0,16(%r1)
@@ -35,7 +38,3 @@
ld 0,16(%r1)
mtlr 0
blr
-
-
- .section .rodata
-.ascii "$FreeBSD$\0"
OpenPOWER on IntegriCloud