summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/gen/alloca.S
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-23 02:10:28 +0000
committerobrien <obrien@FreeBSD.org>2002-03-23 02:10:28 +0000
commit2fdb91d36dafb60196705e412e96c95354ef61bc (patch)
tree8521247bfca41e2a89f521f79bf401f2301ab01c /lib/libc/i386/gen/alloca.S
parent4c2f5170459e21a582f3798933e11f26c41486bf (diff)
downloadFreeBSD-src-2fdb91d36dafb60196705e412e96c95354ef61bc.zip
FreeBSD-src-2fdb91d36dafb60196705e412e96c95354ef61bc.tar.gz
Restore CSRG ID's lost in January 1995.
Diffstat (limited to 'lib/libc/i386/gen/alloca.S')
-rw-r--r--lib/libc/i386/gen/alloca.S14
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/libc/i386/gen/alloca.S b/lib/libc/i386/gen/alloca.S
index 279f159..52e3226 100644
--- a/lib/libc/i386/gen/alloca.S
+++ b/lib/libc/i386/gen/alloca.S
@@ -34,10 +34,18 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_RCS) && !defined(lint)
- .text
+#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$"
-#endif /* LIBC_RCS and not lint */
+ .previous
+#endif
+#endif
/* like alloc, but automatic automatic free in return */
OpenPOWER on IntegriCloud