summaryrefslogtreecommitdiffstats
path: root/lib/csu/powerpc64/crt1.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/powerpc64/crt1.c')
-rw-r--r--lib/csu/powerpc64/crt1.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/csu/powerpc64/crt1.c b/lib/csu/powerpc64/crt1.c
index 080691c..080bd4d 100644
--- a/lib/csu/powerpc64/crt1.c
+++ b/lib/csu/powerpc64/crt1.c
@@ -39,6 +39,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#ifndef lint
#ifndef __GNUC__
#error "GCC is needed to compile this file"
@@ -119,5 +122,3 @@ __asm__(".text");
__asm__("eprol:");
__asm__(".previous");
#endif
-
-__asm__(".ident\t\"$FreeBSD$\"");
OpenPOWER on IntegriCloud