aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/aarch64/gen/fabs.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/aarch64/gen/fabs.S')
-rw-r--r--lib/libc/aarch64/gen/fabs.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/aarch64/gen/fabs.S b/lib/libc/aarch64/gen/fabs.S
index 2f5fd06dec6c..91967a10299b 100644
--- a/lib/libc/aarch64/gen/fabs.S
+++ b/lib/libc/aarch64/gen/fabs.S
@@ -1,6 +1,5 @@
/*-
* Copyright (c) 2015 The FreeBSD Foundation
- * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -25,9 +24,11 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
+#include <sys/elf_common.h>
ENTRY(fabs)
fabs d0, d0
ret
END(fabs)
+
+GNU_PROPERTY_AARCH64_FEATURE_1_NOTE(GNU_PROPERTY_AARCH64_FEATURE_1_VAL)