summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/amd64')
-rw-r--r--usr/src/lib/libc/amd64/crt/cerror.s4
-rw-r--r--usr/src/lib/libc/amd64/fp/__xgetRD.s9
-rw-r--r--usr/src/lib/libc/amd64/fp/_xtoll.s9
-rw-r--r--usr/src/lib/libc/amd64/fp/_xtoull.s9
-rw-r--r--usr/src/lib/libc/amd64/fp/fpcw.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/_getsp.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/_stack_grow.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/abs.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/alloca.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/amd64_data.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/byteorder.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/cache.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/cuexit.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/lock.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/memccpy.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/memchr.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/memcmp.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/memcpy.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/memset.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/proc64_support.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/setjmp.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/strcat.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/strchr.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/strcmp.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/strcpy.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/strlen.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/strncat.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/strncmp.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/strncpy.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/strrchr.s9
-rw-r--r--usr/src/lib/libc/amd64/gen/wschr.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/wslen.s4
-rw-r--r--usr/src/lib/libc/amd64/gen/wsncmp.s4
-rw-r--r--usr/src/lib/libc/amd64/sys/__clock_gettime.s9
-rw-r--r--usr/src/lib/libc/amd64/sys/__getcontext.s4
-rw-r--r--usr/src/lib/libc/amd64/sys/__uadmin.s9
-rw-r--r--usr/src/lib/libc/amd64/sys/_lwp_mutex_unlock.s4
-rw-r--r--usr/src/lib/libc/amd64/sys/door.s4
-rw-r--r--usr/src/lib/libc/amd64/sys/forkallx.s4
-rw-r--r--usr/src/lib/libc/amd64/sys/forkx.s4
-rw-r--r--usr/src/lib/libc/amd64/sys/getcontext.s4
-rw-r--r--usr/src/lib/libc/amd64/sys/gettimeofday.s4
-rw-r--r--usr/src/lib/libc/amd64/sys/lwp_private.s4
-rw-r--r--usr/src/lib/libc/amd64/sys/pipe.s9
-rw-r--r--usr/src/lib/libc/amd64/sys/syscall.s4
-rw-r--r--usr/src/lib/libc/amd64/sys/sysi86.s4
-rw-r--r--usr/src/lib/libc/amd64/sys/uname.s9
-rw-r--r--usr/src/lib/libc/amd64/sys/vforkx.s4
-rw-r--r--usr/src/lib/libc/amd64/threads/asm_subr.s4
-rw-r--r--usr/src/lib/libc/amd64/threads/tls_get_addr.s9
-rw-r--r--usr/src/lib/libc/amd64/unwind/unwind_frame.s9
51 files changed, 97 insertions, 222 deletions
diff --git a/usr/src/lib/libc/amd64/crt/cerror.s b/usr/src/lib/libc/amd64/crt/cerror.s
index 842c290b76..f019a4a1b1 100644
--- a/usr/src/lib/libc/amd64/crt/cerror.s
+++ b/usr/src/lib/libc/amd64/crt/cerror.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "cerror.s"
/ C return sequence which sets errno, returns -1.
diff --git a/usr/src/lib/libc/amd64/fp/__xgetRD.s b/usr/src/lib/libc/amd64/fp/__xgetRD.s
index 1d8958fff6..58fabba427 100644
--- a/usr/src/lib/libc/amd64/fp/__xgetRD.s
+++ b/usr/src/lib/libc/amd64/fp/__xgetRD.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "__xgetRD.s"
#include <SYS.h>
diff --git a/usr/src/lib/libc/amd64/fp/_xtoll.s b/usr/src/lib/libc/amd64/fp/_xtoll.s
index 9fc5c0c3b7..bdc6b837a2 100644
--- a/usr/src/lib/libc/amd64/fp/_xtoll.s
+++ b/usr/src/lib/libc/amd64/fp/_xtoll.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "_xtoll.s"
#include <SYS.h>
diff --git a/usr/src/lib/libc/amd64/fp/_xtoull.s b/usr/src/lib/libc/amd64/fp/_xtoull.s
index b4c133853a..79ad1f999c 100644
--- a/usr/src/lib/libc/amd64/fp/_xtoull.s
+++ b/usr/src/lib/libc/amd64/fp/_xtoull.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "_xtoull.s"
#include <SYS.h>
diff --git a/usr/src/lib/libc/amd64/fp/fpcw.s b/usr/src/lib/libc/amd64/fp/fpcw.s
index 8ef516c296..10cf149eff 100644
--- a/usr/src/lib/libc/amd64/fp/fpcw.s
+++ b/usr/src/lib/libc/amd64/fp/fpcw.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "fpcw.s"
#include <SYS.h>
diff --git a/usr/src/lib/libc/amd64/gen/_getsp.s b/usr/src/lib/libc/amd64/gen/_getsp.s
index 7d0c1b8289..6eae40806d 100644
--- a/usr/src/lib/libc/amd64/gen/_getsp.s
+++ b/usr/src/lib/libc/amd64/gen/_getsp.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "_getsp.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/gen/_stack_grow.s b/usr/src/lib/libc/amd64/gen/_stack_grow.s
index 68e20fea3b..58d08ad44f 100644
--- a/usr/src/lib/libc/amd64/gen/_stack_grow.s
+++ b/usr/src/lib/libc/amd64/gen/_stack_grow.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "_stack_grow.s"
/*
* void *
diff --git a/usr/src/lib/libc/amd64/gen/abs.s b/usr/src/lib/libc/amd64/gen/abs.s
index cbbad9e274..fa278ba608 100644
--- a/usr/src/lib/libc/amd64/gen/abs.s
+++ b/usr/src/lib/libc/amd64/gen/abs.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "abs.s"
/*
* Assembler program to implement the following C program
diff --git a/usr/src/lib/libc/amd64/gen/alloca.s b/usr/src/lib/libc/amd64/gen/alloca.s
index 4dd61aa81d..9f0b054836 100644
--- a/usr/src/lib/libc/amd64/gen/alloca.s
+++ b/usr/src/lib/libc/amd64/gen/alloca.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "alloca.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/gen/amd64_data.s b/usr/src/lib/libc/amd64/gen/amd64_data.s
index d27d83ee5e..8a9e328c4d 100644
--- a/usr/src/lib/libc/amd64/gen/amd64_data.s
+++ b/usr/src/lib/libc/amd64/gen/amd64_data.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "amd64_data.s"
/ This file contains
/ the definition of the
diff --git a/usr/src/lib/libc/amd64/gen/byteorder.s b/usr/src/lib/libc/amd64/gen/byteorder.s
index 3784296dcb..5a715a58c7 100644
--- a/usr/src/lib/libc/amd64/gen/byteorder.s
+++ b/usr/src/lib/libc/amd64/gen/byteorder.s
@@ -23,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "byteorder.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/gen/cache.s b/usr/src/lib/libc/amd64/gen/cache.s
index 8c8ce7bc0f..e39206c024 100644
--- a/usr/src/lib/libc/amd64/gen/cache.s
+++ b/usr/src/lib/libc/amd64/gen/cache.s
@@ -45,9 +45,7 @@
* regulations applicable in licensee's jurisdiction.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "cache.s"
#include "SYS.h"
#include "cache.h"
diff --git a/usr/src/lib/libc/amd64/gen/cuexit.s b/usr/src/lib/libc/amd64/gen/cuexit.s
index 93b6f99581..1078f1ef25 100644
--- a/usr/src/lib/libc/amd64/gen/cuexit.s
+++ b/usr/src/lib/libc/amd64/gen/cuexit.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "cuexit.s"
/ C library -- exit
/ exit(code)
diff --git a/usr/src/lib/libc/amd64/gen/lock.s b/usr/src/lib/libc/amd64/gen/lock.s
index 9408d91036..579abb5979 100644
--- a/usr/src/lib/libc/amd64/gen/lock.s
+++ b/usr/src/lib/libc/amd64/gen/lock.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "lock.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/gen/memccpy.s b/usr/src/lib/libc/amd64/gen/memccpy.s
index a3c57d0115..f762b4ffc6 100644
--- a/usr/src/lib/libc/amd64/gen/memccpy.s
+++ b/usr/src/lib/libc/amd64/gen/memccpy.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "memccpy.s"
#include <sys/asm_linkage.h>
diff --git a/usr/src/lib/libc/amd64/gen/memchr.s b/usr/src/lib/libc/amd64/gen/memchr.s
index 3d496cfbcb..6491017e97 100644
--- a/usr/src/lib/libc/amd64/gen/memchr.s
+++ b/usr/src/lib/libc/amd64/gen/memchr.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "memchr.s"
/
/ memchr(sptr, c1, n)
diff --git a/usr/src/lib/libc/amd64/gen/memcmp.s b/usr/src/lib/libc/amd64/gen/memcmp.s
index b1543e517f..b1575d0673 100644
--- a/usr/src/lib/libc/amd64/gen/memcmp.s
+++ b/usr/src/lib/libc/amd64/gen/memcmp.s
@@ -45,9 +45,7 @@
* regulations applicable in licensee's jurisdiction.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "memcmp.s"
#include <sys/asm_linkage.h>
diff --git a/usr/src/lib/libc/amd64/gen/memcpy.s b/usr/src/lib/libc/amd64/gen/memcpy.s
index 7d5dc2f624..5d4e8c2c68 100644
--- a/usr/src/lib/libc/amd64/gen/memcpy.s
+++ b/usr/src/lib/libc/amd64/gen/memcpy.s
@@ -34,9 +34,7 @@
* Implements memcpy() and memmove() libc primitives.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "memcpy.s"
#include <sys/asm_linkage.h>
diff --git a/usr/src/lib/libc/amd64/gen/memset.s b/usr/src/lib/libc/amd64/gen/memset.s
index 754d72910f..8c9577670d 100644
--- a/usr/src/lib/libc/amd64/gen/memset.s
+++ b/usr/src/lib/libc/amd64/gen/memset.s
@@ -29,9 +29,7 @@
* All rights reserved.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "memset.s"
#include <sys/asm_linkage.h>
diff --git a/usr/src/lib/libc/amd64/gen/proc64_support.s b/usr/src/lib/libc/amd64/gen/proc64_support.s
index 5ac7f046b2..e441e6f415 100644
--- a/usr/src/lib/libc/amd64/gen/proc64_support.s
+++ b/usr/src/lib/libc/amd64/gen/proc64_support.s
@@ -34,9 +34,7 @@
* cache size information. Cache information used by memset, strcpy, etc..
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "proc64_support.s"
#include <sys/asm_linkage.h>
#include "proc64_id.h"
diff --git a/usr/src/lib/libc/amd64/gen/setjmp.s b/usr/src/lib/libc/amd64/gen/setjmp.s
index 762a88f3a7..9bba833693 100644
--- a/usr/src/lib/libc/amd64/gen/setjmp.s
+++ b/usr/src/lib/libc/amd64/gen/setjmp.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "setjmp.s"
/*
* longjmp(env, val)
diff --git a/usr/src/lib/libc/amd64/gen/strcat.s b/usr/src/lib/libc/amd64/gen/strcat.s
index 06e522d670..bc9c1d99ed 100644
--- a/usr/src/lib/libc/amd64/gen/strcat.s
+++ b/usr/src/lib/libc/amd64/gen/strcat.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "strcat.s"
/
/ strcat(s1, s2)
diff --git a/usr/src/lib/libc/amd64/gen/strchr.s b/usr/src/lib/libc/amd64/gen/strchr.s
index a86de51af3..57008111b6 100644
--- a/usr/src/lib/libc/amd64/gen/strchr.s
+++ b/usr/src/lib/libc/amd64/gen/strchr.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "strchr.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/gen/strcmp.s b/usr/src/lib/libc/amd64/gen/strcmp.s
index 065430e3aa..d8f370f251 100644
--- a/usr/src/lib/libc/amd64/gen/strcmp.s
+++ b/usr/src/lib/libc/amd64/gen/strcmp.s
@@ -45,9 +45,7 @@
* regulations applicable in licensee's jurisdiction.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "strcmp.s"
#include "SYS.h"
#include "cache.h"
diff --git a/usr/src/lib/libc/amd64/gen/strcpy.s b/usr/src/lib/libc/amd64/gen/strcpy.s
index 9b858e400b..f036413a3c 100644
--- a/usr/src/lib/libc/amd64/gen/strcpy.s
+++ b/usr/src/lib/libc/amd64/gen/strcpy.s
@@ -45,9 +45,7 @@
* regulations applicable in licensee's jurisdiction.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "strcpy.s"
#include "SYS.h"
#include "cache.h"
diff --git a/usr/src/lib/libc/amd64/gen/strlen.s b/usr/src/lib/libc/amd64/gen/strlen.s
index 243996eaa2..e33009d3e1 100644
--- a/usr/src/lib/libc/amd64/gen/strlen.s
+++ b/usr/src/lib/libc/amd64/gen/strlen.s
@@ -45,9 +45,7 @@
* regulations applicable in licensee's jurisdiction.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "strlen.s"
#include "SYS.h"
#include "cache.h"
diff --git a/usr/src/lib/libc/amd64/gen/strncat.s b/usr/src/lib/libc/amd64/gen/strncat.s
index 652cfd6580..02460d6bee 100644
--- a/usr/src/lib/libc/amd64/gen/strncat.s
+++ b/usr/src/lib/libc/amd64/gen/strncat.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "strncat.s"
/
/ strncat(s1, s2, n)
diff --git a/usr/src/lib/libc/amd64/gen/strncmp.s b/usr/src/lib/libc/amd64/gen/strncmp.s
index 9ce6367e4f..1af3ec6473 100644
--- a/usr/src/lib/libc/amd64/gen/strncmp.s
+++ b/usr/src/lib/libc/amd64/gen/strncmp.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "strncmp.s"
#define USE_AS_STRNCMP
#include "strcmp.s"
diff --git a/usr/src/lib/libc/amd64/gen/strncpy.s b/usr/src/lib/libc/amd64/gen/strncpy.s
index 15197e00f7..3bd8d4ff8e 100644
--- a/usr/src/lib/libc/amd64/gen/strncpy.s
+++ b/usr/src/lib/libc/amd64/gen/strncpy.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "strncpy.s"
#define USE_AS_STRNCPY
#include "strcpy.s"
diff --git a/usr/src/lib/libc/amd64/gen/strrchr.s b/usr/src/lib/libc/amd64/gen/strrchr.s
index b4deb46076..6fbd43c84d 100644
--- a/usr/src/lib/libc/amd64/gen/strrchr.s
+++ b/usr/src/lib/libc/amd64/gen/strrchr.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
- .ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "strrchr.s"
/
/ strrchr(sp, c)
diff --git a/usr/src/lib/libc/amd64/gen/wschr.s b/usr/src/lib/libc/amd64/gen/wschr.s
index eb80866bf2..cf02082591 100644
--- a/usr/src/lib/libc/amd64/gen/wschr.s
+++ b/usr/src/lib/libc/amd64/gen/wschr.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "wschr.s"
/
/ Wide character wcschr() implementation
diff --git a/usr/src/lib/libc/amd64/gen/wslen.s b/usr/src/lib/libc/amd64/gen/wslen.s
index 155191a997..2a9bbddc27 100644
--- a/usr/src/lib/libc/amd64/gen/wslen.s
+++ b/usr/src/lib/libc/amd64/gen/wslen.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "wslen.s"
/*
* Wide character wcslen() implementation
diff --git a/usr/src/lib/libc/amd64/gen/wsncmp.s b/usr/src/lib/libc/amd64/gen/wsncmp.s
index 7697cac3b7..466c5bda4a 100644
--- a/usr/src/lib/libc/amd64/gen/wsncmp.s
+++ b/usr/src/lib/libc/amd64/gen/wsncmp.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "wsncmp.s"
/
/ Wide character wcsncpy() implementation
diff --git a/usr/src/lib/libc/amd64/sys/__clock_gettime.s b/usr/src/lib/libc/amd64/sys/__clock_gettime.s
index ab2b5075f2..0a98de28a9 100644
--- a/usr/src/lib/libc/amd64/sys/__clock_gettime.s
+++ b/usr/src/lib/libc/amd64/sys/__clock_gettime.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "__clock_gettime.s"
#include <sys/time_impl.h>
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/sys/__getcontext.s b/usr/src/lib/libc/amd64/sys/__getcontext.s
index 7f3eca8787..ba393f00d8 100644
--- a/usr/src/lib/libc/amd64/sys/__getcontext.s
+++ b/usr/src/lib/libc/amd64/sys/__getcontext.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "__getcontext.s"
/*
* __getcontext() must be implemented in assembler, as opposed
diff --git a/usr/src/lib/libc/amd64/sys/__uadmin.s b/usr/src/lib/libc/amd64/sys/__uadmin.s
index ff3a1d26f4..3981cf10cb 100644
--- a/usr/src/lib/libc/amd64/sys/__uadmin.s
+++ b/usr/src/lib/libc/amd64/sys/__uadmin.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "__uadmin.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/sys/_lwp_mutex_unlock.s b/usr/src/lib/libc/amd64/sys/_lwp_mutex_unlock.s
index e89a141fa4..cc3fe3b19a 100644
--- a/usr/src/lib/libc/amd64/sys/_lwp_mutex_unlock.s
+++ b/usr/src/lib/libc/amd64/sys/_lwp_mutex_unlock.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "_lwp_mutex_unlock.s"
#include "SYS.h"
#include <../assym.h>
diff --git a/usr/src/lib/libc/amd64/sys/door.s b/usr/src/lib/libc/amd64/sys/door.s
index fc32051198..d22214194e 100644
--- a/usr/src/lib/libc/amd64/sys/door.s
+++ b/usr/src/lib/libc/amd64/sys/door.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "door.s"
#include "SYS.h"
#include <sys/door.h>
diff --git a/usr/src/lib/libc/amd64/sys/forkallx.s b/usr/src/lib/libc/amd64/sys/forkallx.s
index dc367d005c..503635c26d 100644
--- a/usr/src/lib/libc/amd64/sys/forkallx.s
+++ b/usr/src/lib/libc/amd64/sys/forkallx.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "forkallx.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/sys/forkx.s b/usr/src/lib/libc/amd64/sys/forkx.s
index afdb99297f..1627296490 100644
--- a/usr/src/lib/libc/amd64/sys/forkx.s
+++ b/usr/src/lib/libc/amd64/sys/forkx.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "forkx.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/sys/getcontext.s b/usr/src/lib/libc/amd64/sys/getcontext.s
index b5aedfe8c5..bccbf79628 100644
--- a/usr/src/lib/libc/amd64/sys/getcontext.s
+++ b/usr/src/lib/libc/amd64/sys/getcontext.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "getcontext.s"
#include <sys/asm_linkage.h>
diff --git a/usr/src/lib/libc/amd64/sys/gettimeofday.s b/usr/src/lib/libc/amd64/sys/gettimeofday.s
index 9dfd958292..1948a008d4 100644
--- a/usr/src/lib/libc/amd64/sys/gettimeofday.s
+++ b/usr/src/lib/libc/amd64/sys/gettimeofday.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "gettimeofday.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/sys/lwp_private.s b/usr/src/lib/libc/amd64/sys/lwp_private.s
index 757dd83209..1523f6eb92 100644
--- a/usr/src/lib/libc/amd64/sys/lwp_private.s
+++ b/usr/src/lib/libc/amd64/sys/lwp_private.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "lwp_private.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/sys/pipe.s b/usr/src/lib/libc/amd64/sys/pipe.s
index faeb322893..fd659bea1f 100644
--- a/usr/src/lib/libc/amd64/sys/pipe.s
+++ b/usr/src/lib/libc/amd64/sys/pipe.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "pipe.s"
#include <sys/asm_linkage.h>
diff --git a/usr/src/lib/libc/amd64/sys/syscall.s b/usr/src/lib/libc/amd64/sys/syscall.s
index d93ca204b6..4c55c33057 100644
--- a/usr/src/lib/libc/amd64/sys/syscall.s
+++ b/usr/src/lib/libc/amd64/sys/syscall.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "syscall.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/sys/sysi86.s b/usr/src/lib/libc/amd64/sys/sysi86.s
index bb1edbfd2a..c6b64c2984 100644
--- a/usr/src/lib/libc/amd64/sys/sysi86.s
+++ b/usr/src/lib/libc/amd64/sys/sysi86.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "sysi86.s"
#include "SYS.h"
diff --git a/usr/src/lib/libc/amd64/sys/uname.s b/usr/src/lib/libc/amd64/sys/uname.s
index 3756a90b8a..f1ff60bb06 100644
--- a/usr/src/lib/libc/amd64/sys/uname.s
+++ b/usr/src/lib/libc/amd64/sys/uname.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "uname.s"
#include <sys/asm_linkage.h>
diff --git a/usr/src/lib/libc/amd64/sys/vforkx.s b/usr/src/lib/libc/amd64/sys/vforkx.s
index 741cf593c7..5739410694 100644
--- a/usr/src/lib/libc/amd64/sys/vforkx.s
+++ b/usr/src/lib/libc/amd64/sys/vforkx.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "vforkx.s"
#include "SYS.h"
#include <assym.h>
diff --git a/usr/src/lib/libc/amd64/threads/asm_subr.s b/usr/src/lib/libc/amd64/threads/asm_subr.s
index fc724a0bfc..9feef4a2e2 100644
--- a/usr/src/lib/libc/amd64/threads/asm_subr.s
+++ b/usr/src/lib/libc/amd64/threads/asm_subr.s
@@ -24,9 +24,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "asm_subr.s"
#include <SYS.h>
#include <sys/regset.h>
diff --git a/usr/src/lib/libc/amd64/threads/tls_get_addr.s b/usr/src/lib/libc/amd64/threads/tls_get_addr.s
index bf17a2f0cc..e67e6df40d 100644
--- a/usr/src/lib/libc/amd64/threads/tls_get_addr.s
+++ b/usr/src/lib/libc/amd64/threads/tls_get_addr.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "tls_get_addr.s"
/*
* To make thread-local storage accesses as fast as possible, we
diff --git a/usr/src/lib/libc/amd64/unwind/unwind_frame.s b/usr/src/lib/libc/amd64/unwind/unwind_frame.s
index 8ee88ec26b..8c4b81fe55 100644
--- a/usr/src/lib/libc/amd64/unwind/unwind_frame.s
+++ b/usr/src/lib/libc/amd64/unwind/unwind_frame.s
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -24,9 +23,7 @@
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
- .file "%M%"
+ .file "unwind_frame.s"
#ifdef _LIBCRUN_
#define ENTRY(x) \