summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/gen/alloca.S
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-23 02:44:19 +0000
committerobrien <obrien@FreeBSD.org>2002-03-23 02:44:19 +0000
commite6788c9a6d54095e6a125b88d15523e5b1d5a412 (patch)
treed03bd1b265e1f88a24488c08b42c94677d9b3b85 /lib/libc/i386/gen/alloca.S
parent2fdb91d36dafb60196705e412e96c95354ef61bc (diff)
downloadFreeBSD-src-e6788c9a6d54095e6a125b88d15523e5b1d5a412.zip
FreeBSD-src-e6788c9a6d54095e6a125b88d15523e5b1d5a412.tar.gz
Standardize on our SCM ID style.
Diffstat (limited to 'lib/libc/i386/gen/alloca.S')
-rw-r--r--lib/libc/i386/gen/alloca.S14
1 files changed, 3 insertions, 11 deletions
diff --git a/lib/libc/i386/gen/alloca.S b/lib/libc/i386/gen/alloca.S
index 52e3226..88643d0 100644
--- a/lib/libc/i386/gen/alloca.S
+++ b/lib/libc/i386/gen/alloca.S
@@ -37,19 +37,11 @@
#if defined(LIBC_SCCS) && !defined(lint)
.asciz "@(#)alloca.s 5.2 (Berkeley) 5/14/90"
#endif /* LIBC_SCCS and not lint */
-#if !defined(lint) && !defined(STRIP_FBSDID)
-#ifdef __ELF__
- .ident "$FreeBSD$"
-#else
- .data
- .asciz "$FreeBSD$"
- .previous
-#endif
-#endif
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
-/* like alloc, but automatic automatic free in return */
-#include <machine/asm.h>
+/* like alloc, but automatic automatic free in return */
ENTRY(alloca)
popl %edx /* pop return addr */
OpenPOWER on IntegriCloud