diff options
Diffstat (limited to 'usr/src/lib/libc/i386')
62 files changed, 132 insertions, 291 deletions
diff --git a/usr/src/lib/libc/i386/crt/_rtboot.s b/usr/src/lib/libc/i386/crt/_rtboot.s index 68ff4b1511..e21c5cb956 100644 --- a/usr/src/lib/libc/i386/crt/_rtboot.s +++ b/usr/src/lib/libc/i386/crt/_rtboot.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 "_rtboot.s" / bootstrap routine for run-time linker / we get control from exec which has loaded our text and diff --git a/usr/src/lib/libc/i386/crt/cerror.s b/usr/src/lib/libc/i386/crt/cerror.s index ce474aaf2b..7d13197b73 100644 --- a/usr/src/lib/libc/i386/crt/cerror.s +++ b/usr/src/lib/libc/i386/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/i386/crt/cerror64.s b/usr/src/lib/libc/i386/crt/cerror64.s index b81943a956..3cf2fcf26f 100644 --- a/usr/src/lib/libc/i386/crt/cerror64.s +++ b/usr/src/lib/libc/i386/crt/cerror64.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "cerror64.s" / C return sequence which sets errno, returns -1. diff --git a/usr/src/lib/libc/i386/fp/_xtoll.s b/usr/src/lib/libc/i386/fp/_xtoll.s index 96c448f113..559a0a71b5 100644 --- a/usr/src/lib/libc/i386/fp/_xtoll.s +++ b/usr/src/lib/libc/i386/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/i386/fp/_xtoull.s b/usr/src/lib/libc/i386/fp/_xtoull.s index fbae3a9180..d578135ab6 100644 --- a/usr/src/lib/libc/i386/fp/_xtoull.s +++ b/usr/src/lib/libc/i386/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/i386/fp/fpcw.s b/usr/src/lib/libc/i386/fp/fpcw.s index 82de0d4f52..260964eef8 100644 --- a/usr/src/lib/libc/i386/fp/fpcw.s +++ b/usr/src/lib/libc/i386/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/i386/gen/_div64.s b/usr/src/lib/libc/i386/gen/_div64.s index c09804d28d..37e341149e 100644 --- a/usr/src/lib/libc/i386/gen/_div64.s +++ b/usr/src/lib/libc/i386/gen/_div64.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 "_div64.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/gen/_divdi3.s b/usr/src/lib/libc/i386/gen/_divdi3.s index c0dfcd1052..4f3de86ba1 100644 --- a/usr/src/lib/libc/i386/gen/_divdi3.s +++ b/usr/src/lib/libc/i386/gen/_divdi3.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. @@ -25,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_divdi3.s" #include <SYS.h> diff --git a/usr/src/lib/libc/i386/gen/_getsp.s b/usr/src/lib/libc/i386/gen/_getsp.s index 972f124278..dd2f6397f4 100644 --- a/usr/src/lib/libc/i386/gen/_getsp.s +++ b/usr/src/lib/libc/i386/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/i386/gen/_mul64.s b/usr/src/lib/libc/i386/gen/_mul64.s index 9e9b3fbcc2..871ce516c7 100644 --- a/usr/src/lib/libc/i386/gen/_mul64.s +++ b/usr/src/lib/libc/i386/gen/_mul64.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 "_mul64.s" / / function __mul64(A,B:Longint):Longint; diff --git a/usr/src/lib/libc/i386/gen/_stack_grow.s b/usr/src/lib/libc/i386/gen/_stack_grow.s index e4c1db8a18..8649d9b9a5 100644 --- a/usr/src/lib/libc/i386/gen/_stack_grow.s +++ b/usr/src/lib/libc/i386/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/i386/gen/abs.s b/usr/src/lib/libc/i386/gen/abs.s index dd92cc4546..975def8692 100644 --- a/usr/src/lib/libc/i386/gen/abs.s +++ b/usr/src/lib/libc/i386/gen/abs.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. @@ -25,9 +24,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "abs.s" / /* Assembler program to implement the following C program */ / int diff --git a/usr/src/lib/libc/i386/gen/alloca.s b/usr/src/lib/libc/i386/gen/alloca.s index ffdf2dab0d..b4fcdc742f 100644 --- a/usr/src/lib/libc/i386/gen/alloca.s +++ b/usr/src/lib/libc/i386/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/i386/gen/byteorder.s b/usr/src/lib/libc/i386/gen/byteorder.s index 531097b631..9689b2b6bf 100644 --- a/usr/src/lib/libc/i386/gen/byteorder.s +++ b/usr/src/lib/libc/i386/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/i386/gen/cuexit.s b/usr/src/lib/libc/i386/gen/cuexit.s index 4707469dbc..3dfb1214f1 100644 --- a/usr/src/lib/libc/i386/gen/cuexit.s +++ b/usr/src/lib/libc/i386/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/i386/gen/ladd.s b/usr/src/lib/libc/i386/gen/ladd.s index 6b3b7ffde1..20ff455c38 100644 --- a/usr/src/lib/libc/i386/gen/ladd.s +++ b/usr/src/lib/libc/i386/gen/ladd.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ladd.s" / Double long add routine. diff --git a/usr/src/lib/libc/i386/gen/ldivide.s b/usr/src/lib/libc/i386/gen/ldivide.s index 3df4afcb36..60fd7216ea 100644 --- a/usr/src/lib/libc/i386/gen/ldivide.s +++ b/usr/src/lib/libc/i386/gen/ldivide.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ldivide.s" / Double long divide routine. diff --git a/usr/src/lib/libc/i386/gen/lmul.s b/usr/src/lib/libc/i386/gen/lmul.s index c25ca556f7..18e683261c 100644 --- a/usr/src/lib/libc/i386/gen/lmul.s +++ b/usr/src/lib/libc/i386/gen/lmul.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lmul.s" / Double long multiply routine. diff --git a/usr/src/lib/libc/i386/gen/lock.s b/usr/src/lib/libc/i386/gen/lock.s index d204105374..ad2d095803 100644 --- a/usr/src/lib/libc/i386/gen/lock.s +++ b/usr/src/lib/libc/i386/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/i386/gen/lshiftl.s b/usr/src/lib/libc/i386/gen/lshiftl.s index 1d684ccc1e..a3dae6d5ac 100644 --- a/usr/src/lib/libc/i386/gen/lshiftl.s +++ b/usr/src/lib/libc/i386/gen/lshiftl.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lshiftl.s" / Shift a double long value. diff --git a/usr/src/lib/libc/i386/gen/lsign.s b/usr/src/lib/libc/i386/gen/lsign.s index 2854113a28..9b363dc11b 100644 --- a/usr/src/lib/libc/i386/gen/lsign.s +++ b/usr/src/lib/libc/i386/gen/lsign.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lsign.s" / Determine the sign of a double-long number. diff --git a/usr/src/lib/libc/i386/gen/lsub.s b/usr/src/lib/libc/i386/gen/lsub.s index db39d376a1..cb00add7db 100644 --- a/usr/src/lib/libc/i386/gen/lsub.s +++ b/usr/src/lib/libc/i386/gen/lsub.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lsub.s" / Double long subtraction routine. diff --git a/usr/src/lib/libc/i386/gen/memccpy.s b/usr/src/lib/libc/i386/gen/memccpy.s index 3a46af6597..ecf0feb594 100644 --- a/usr/src/lib/libc/i386/gen/memccpy.s +++ b/usr/src/lib/libc/i386/gen/memccpy.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 "memccpy.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/i386/gen/memchr.s b/usr/src/lib/libc/i386/gen/memchr.s index d29b05d7c3..92605eb08e 100644 --- a/usr/src/lib/libc/i386/gen/memchr.s +++ b/usr/src/lib/libc/i386/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/i386/gen/memcmp.s b/usr/src/lib/libc/i386/gen/memcmp.s index 13f9e05eed..92442ff024 100644 --- a/usr/src/lib/libc/i386/gen/memcmp.s +++ b/usr/src/lib/libc/i386/gen/memcmp.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 "memcmp.s" / / memcmp(s1, s2, n) diff --git a/usr/src/lib/libc/i386/gen/memcpy.s b/usr/src/lib/libc/i386/gen/memcpy.s index a86d6b5da1..b1d36b7a41 100644 --- a/usr/src/lib/libc/i386/gen/memcpy.s +++ b/usr/src/lib/libc/i386/gen/memcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcpy.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/i386/gen/memset.s b/usr/src/lib/libc/i386/gen/memset.s index 0ddfb50017..b047161ad4 100644 --- a/usr/src/lib/libc/i386/gen/memset.s +++ b/usr/src/lib/libc/i386/gen/memset.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ - .ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memset.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/i386/gen/setjmp.s b/usr/src/lib/libc/i386/gen/setjmp.s index 723e57decf..db9ad85b82 100644 --- a/usr/src/lib/libc/i386/gen/setjmp.s +++ b/usr/src/lib/libc/i386/gen/setjmp.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 "setjmp.s" / longjmp(env, val) / will generate a "return(val)" from diff --git a/usr/src/lib/libc/i386/gen/strcat.s b/usr/src/lib/libc/i386/gen/strcat.s index 24888f7569..7a37a9d219 100644 --- a/usr/src/lib/libc/i386/gen/strcat.s +++ b/usr/src/lib/libc/i386/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/i386/gen/strchr.s b/usr/src/lib/libc/i386/gen/strchr.s index c91f9cb217..d4a9830770 100644 --- a/usr/src/lib/libc/i386/gen/strchr.s +++ b/usr/src/lib/libc/i386/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/i386/gen/strcpy.s b/usr/src/lib/libc/i386/gen/strcpy.s index b72e03de15..c0cd061e8e 100644 --- a/usr/src/lib/libc/i386/gen/strcpy.s +++ b/usr/src/lib/libc/i386/gen/strcpy.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 "strcpy.s" / / strcpy(s1, s2) diff --git a/usr/src/lib/libc/i386/gen/strlen.s b/usr/src/lib/libc/i386/gen/strlen.s index daf99052c0..fd6063fc89 100644 --- a/usr/src/lib/libc/i386/gen/strlen.s +++ b/usr/src/lib/libc/i386/gen/strlen.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 "strlen.s" / / strlen(s) diff --git a/usr/src/lib/libc/i386/gen/strncat.s b/usr/src/lib/libc/i386/gen/strncat.s index 1fec4b5f48..7dd4384d9b 100644 --- a/usr/src/lib/libc/i386/gen/strncat.s +++ b/usr/src/lib/libc/i386/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/i386/gen/strncmp.s b/usr/src/lib/libc/i386/gen/strncmp.s index 421bcd08fb..e79c01fdcc 100644 --- a/usr/src/lib/libc/i386/gen/strncmp.s +++ b/usr/src/lib/libc/i386/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" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/gen/strncpy.s b/usr/src/lib/libc/i386/gen/strncpy.s index 7678cd8cbf..3f65682a6c 100644 --- a/usr/src/lib/libc/i386/gen/strncpy.s +++ b/usr/src/lib/libc/i386/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" / / strncpy(s1, s2, n) diff --git a/usr/src/lib/libc/i386/gen/strrchr.s b/usr/src/lib/libc/i386/gen/strrchr.s index 7d8990100b..cec3aa4db1 100644 --- a/usr/src/lib/libc/i386/gen/strrchr.s +++ b/usr/src/lib/libc/i386/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/i386/gen/wschr.s b/usr/src/lib/libc/i386/gen/wschr.s index 2cf1809cf2..8760494d04 100644 --- a/usr/src/lib/libc/i386/gen/wschr.s +++ b/usr/src/lib/libc/i386/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/i386/gen/wslen.s b/usr/src/lib/libc/i386/gen/wslen.s index 3431210229..8e7d1dd36d 100644 --- a/usr/src/lib/libc/i386/gen/wslen.s +++ b/usr/src/lib/libc/i386/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/i386/gen/wsncmp.s b/usr/src/lib/libc/i386/gen/wsncmp.s index 995187a827..92ce2dc0c7 100644 --- a/usr/src/lib/libc/i386/gen/wsncmp.s +++ b/usr/src/lib/libc/i386/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/i386/sys/__clock_gettime.s b/usr/src/lib/libc/i386/sys/__clock_gettime.s index 96c372d5a3..cf9ee306ff 100644 --- a/usr/src/lib/libc/i386/sys/__clock_gettime.s +++ b/usr/src/lib/libc/i386/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/i386/sys/__getcontext.s b/usr/src/lib/libc/i386/sys/__getcontext.s index 3ae3654cd0..2484bbf00e 100644 --- a/usr/src/lib/libc/i386/sys/__getcontext.s +++ b/usr/src/lib/libc/i386/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/i386/sys/__uadmin.s b/usr/src/lib/libc/i386/sys/__uadmin.s index ff3a1d26f4..3981cf10cb 100644 --- a/usr/src/lib/libc/i386/sys/__uadmin.s +++ b/usr/src/lib/libc/i386/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/i386/sys/_lwp_mutex_unlock.s b/usr/src/lib/libc/i386/sys/_lwp_mutex_unlock.s index 3133ba1fe8..1425b5bb76 100644 --- a/usr/src/lib/libc/i386/sys/_lwp_mutex_unlock.s +++ b/usr/src/lib/libc/i386/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/i386/sys/door.s b/usr/src/lib/libc/i386/sys/door.s index 92ef56eff8..2d348ebba8 100644 --- a/usr/src/lib/libc/i386/sys/door.s +++ b/usr/src/lib/libc/i386/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/i386/sys/forkallx.s b/usr/src/lib/libc/i386/sys/forkallx.s index 7cf6b58e1d..87fe063773 100644 --- a/usr/src/lib/libc/i386/sys/forkallx.s +++ b/usr/src/lib/libc/i386/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/i386/sys/forkx.s b/usr/src/lib/libc/i386/sys/forkx.s index 9a24c05d32..b3b74e8048 100644 --- a/usr/src/lib/libc/i386/sys/forkx.s +++ b/usr/src/lib/libc/i386/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/i386/sys/fxstat.s b/usr/src/lib/libc/i386/sys/fxstat.s index 7c5cb096b9..da3eb8f5c0 100644 --- a/usr/src/lib/libc/i386/sys/fxstat.s +++ b/usr/src/lib/libc/i386/sys/fxstat.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 "fxstat.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/sys/getcontext.s b/usr/src/lib/libc/i386/sys/getcontext.s index 3979b3362a..3c66b8fc99 100644 --- a/usr/src/lib/libc/i386/sys/getcontext.s +++ b/usr/src/lib/libc/i386/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/i386/sys/gettimeofday.s b/usr/src/lib/libc/i386/sys/gettimeofday.s index e54a71121b..1e21601aba 100644 --- a/usr/src/lib/libc/i386/sys/gettimeofday.s +++ b/usr/src/lib/libc/i386/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/i386/sys/lwp_private.s b/usr/src/lib/libc/i386/sys/lwp_private.s index 757dd83209..1523f6eb92 100644 --- a/usr/src/lib/libc/i386/sys/lwp_private.s +++ b/usr/src/lib/libc/i386/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/i386/sys/lxstat.s b/usr/src/lib/libc/i386/sys/lxstat.s index 0359d1b0ef..9e9d3af63c 100644 --- a/usr/src/lib/libc/i386/sys/lxstat.s +++ b/usr/src/lib/libc/i386/sys/lxstat.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 "lxstat.s" / int / _lxstat(_STAT_VER, _path, _buf); diff --git a/usr/src/lib/libc/i386/sys/nuname.s b/usr/src/lib/libc/i386/sys/nuname.s index 1d7ea9ecc9..caabf475ec 100644 --- a/usr/src/lib/libc/i386/sys/nuname.s +++ b/usr/src/lib/libc/i386/sys/nuname.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "nuname.s" #include "SYS.h" diff --git a/usr/src/lib/libc/i386/sys/pipe.s b/usr/src/lib/libc/i386/sys/pipe.s index 1ce1b2258d..d17b720124 100644 --- a/usr/src/lib/libc/i386/sys/pipe.s +++ b/usr/src/lib/libc/i386/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/i386/sys/syscall.s b/usr/src/lib/libc/i386/sys/syscall.s index 886cec9b8a..72498595e6 100644 --- a/usr/src/lib/libc/i386/sys/syscall.s +++ b/usr/src/lib/libc/i386/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" #include <sys/trap.h> diff --git a/usr/src/lib/libc/i386/sys/sysi86.s b/usr/src/lib/libc/i386/sys/sysi86.s index bb1edbfd2a..c6b64c2984 100644 --- a/usr/src/lib/libc/i386/sys/sysi86.s +++ b/usr/src/lib/libc/i386/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/i386/sys/uname.s b/usr/src/lib/libc/i386/sys/uname.s index a8e8224f4a..8b4921a727 100644 --- a/usr/src/lib/libc/i386/sys/uname.s +++ b/usr/src/lib/libc/i386/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/i386/sys/vforkx.s b/usr/src/lib/libc/i386/sys/vforkx.s index be14d9757a..618c20bbc7 100644 --- a/usr/src/lib/libc/i386/sys/vforkx.s +++ b/usr/src/lib/libc/i386/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/i386/sys/xmknod.s b/usr/src/lib/libc/i386/sys/xmknod.s index cb7175e300..e8a9421dcc 100644 --- a/usr/src/lib/libc/i386/sys/xmknod.s +++ b/usr/src/lib/libc/i386/sys/xmknod.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 "xmknod.s" / OS library -- _xmknod diff --git a/usr/src/lib/libc/i386/sys/xstat.s b/usr/src/lib/libc/i386/sys/xstat.s index 866f0ee2d2..8581a5f2af 100644 --- a/usr/src/lib/libc/i386/sys/xstat.s +++ b/usr/src/lib/libc/i386/sys/xstat.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 "xstat.s" / OS library -- _xstat diff --git a/usr/src/lib/libc/i386/threads/asm_subr.s b/usr/src/lib/libc/i386/threads/asm_subr.s index 622ea3f250..eeaf6c3dac 100644 --- a/usr/src/lib/libc/i386/threads/asm_subr.s +++ b/usr/src/lib/libc/i386/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> diff --git a/usr/src/lib/libc/i386/threads/tls_get_addr.s b/usr/src/lib/libc/i386/threads/tls_get_addr.s index 9a783a3061..eb3f814d51 100644 --- a/usr/src/lib/libc/i386/threads/tls_get_addr.s +++ b/usr/src/lib/libc/i386/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/i386/unwind/unwind_frame.s b/usr/src/lib/libc/i386/unwind/unwind_frame.s index ac8213daf6..103e77024e 100644 --- a/usr/src/lib/libc/i386/unwind/unwind_frame.s +++ b/usr/src/lib/libc/i386/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" #include <SYS.h> |
