summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/powerpc/crti.S')
-rw-r--r--lib/csu/powerpc/crti.S9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/csu/powerpc/crti.S b/lib/csu/powerpc/crti.S
index 75d4345..544bfa9 100644
--- a/lib/csu/powerpc/crti.S
+++ b/lib/csu/powerpc/crti.S
@@ -22,7 +22,10 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-
+
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
.section .init,"ax",@progbits
.align 2
.globl _init
@@ -44,7 +47,3 @@ _fini:
stw 31,12(1)
stw 0,20(1)
mr 31,1
-
-
- .section .rodata
-.ascii "$FreeBSD$\0"
OpenPOWER on IntegriCloud