diff options
| author | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2008-08-06 16:29:39 -0600 |
|---|---|---|
| committer | Mark J. Nelson <Mark.J.Nelson@Sun.COM> | 2008-08-06 16:29:39 -0600 |
| commit | 9a70fc3be3b1e966bf78825cdb8d509963a6f0a1 (patch) | |
| tree | 37cd6d18c9cdf3a8d6012e657cd17a9783f5a182 /usr/src/lib/libc/sparc/gen | |
| parent | 733c059aa6d54dc62d25850c71f71091e10d0aaa (diff) | |
| download | illumos-joyent-9a70fc3be3b1e966bf78825cdb8d509963a6f0a1.tar.gz | |
6733918 Teamware has retired, please welcome your new manager, Mercurial
4758439 some files use "current date" sccs keywords
6560843 asm sources should not rely on .file "%M%" for naming STT_FILE symbols
6560958 Solaris:: perl modules should not use SCCS keywords in version information
6729074 webrev doesn't deal well with remote ssh hg parents
Diffstat (limited to 'usr/src/lib/libc/sparc/gen')
21 files changed, 25 insertions, 69 deletions
diff --git a/usr/src/lib/libc/sparc/gen/_stack_grow.s b/usr/src/lib/libc/sparc/gen/_stack_grow.s index 07376f21bc..7389a9a498 100644 --- a/usr/src/lib/libc/sparc/gen/_stack_grow.s +++ b/usr/src/lib/libc/sparc/gen/_stack_grow.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "_stack_grow.s" #include "SYS.h" #include <../assym.h> diff --git a/usr/src/lib/libc/sparc/gen/ladd.s b/usr/src/lib/libc/sparc/gen/ladd.s index a3bf215c56..8a1d220077 100644 --- a/usr/src/lib/libc/sparc/gen/ladd.s +++ b/usr/src/lib/libc/sparc/gen/ladd.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "ladd.s" /* * Double long add routine. Ported from pdp 11/70 version diff --git a/usr/src/lib/libc/sparc/gen/lock.s b/usr/src/lib/libc/sparc/gen/lock.s index a96043767d..c10c8a39aa 100644 --- a/usr/src/lib/libc/sparc/gen/lock.s +++ b/usr/src/lib/libc/sparc/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. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lock.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparc/gen/lshiftl.s b/usr/src/lib/libc/sparc/gen/lshiftl.s index dd1a475d22..ead1ce1d6e 100644 --- a/usr/src/lib/libc/sparc/gen/lshiftl.s +++ b/usr/src/lib/libc/sparc/gen/lshiftl.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lshiftl.s" /* * Shift a double long value. Ported from m32 version to sparc. diff --git a/usr/src/lib/libc/sparc/gen/lsign.s b/usr/src/lib/libc/sparc/gen/lsign.s index 6d774b582c..9ed20d3757 100644 --- a/usr/src/lib/libc/sparc/gen/lsign.s +++ b/usr/src/lib/libc/sparc/gen/lsign.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#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/sparc/gen/lsub.s b/usr/src/lib/libc/sparc/gen/lsub.s index 90bbccab99..204a654270 100644 --- a/usr/src/lib/libc/sparc/gen/lsub.s +++ b/usr/src/lib/libc/sparc/gen/lsub.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "lsub.s" /* * Double long subtraction routine. Ported from pdp 11/70 version diff --git a/usr/src/lib/libc/sparc/gen/memchr.s b/usr/src/lib/libc/sparc/gen/memchr.s index 5688826dde..39eb35b261 100644 --- a/usr/src/lib/libc/sparc/gen/memchr.s +++ b/usr/src/lib/libc/sparc/gen/memchr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memchr.s" /* * Return the ptr in sptr at which the character c1 appears; diff --git a/usr/src/lib/libc/sparc/gen/memcmp.s b/usr/src/lib/libc/sparc/gen/memcmp.s index be2fe4e24b..650353d442 100644 --- a/usr/src/lib/libc/sparc/gen/memcmp.s +++ b/usr/src/lib/libc/sparc/gen/memcmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcmp.s" /* * memcmp(s1, s2, len) diff --git a/usr/src/lib/libc/sparc/gen/memcpy.s b/usr/src/lib/libc/sparc/gen/memcpy.s index 32589b5655..c24b290db6 100644 --- a/usr/src/lib/libc/sparc/gen/memcpy.s +++ b/usr/src/lib/libc/sparc/gen/memcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memcpy.s" /* * memcpy(s1, s2, len) diff --git a/usr/src/lib/libc/sparc/gen/memmove.s b/usr/src/lib/libc/sparc/gen/memmove.s index 122c191555..50f94a4d85 100644 --- a/usr/src/lib/libc/sparc/gen/memmove.s +++ b/usr/src/lib/libc/sparc/gen/memmove.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memmove.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparc/gen/memset.s b/usr/src/lib/libc/sparc/gen/memset.s index 750ee3bd2b..10a12075b6 100644 --- a/usr/src/lib/libc/sparc/gen/memset.s +++ b/usr/src/lib/libc/sparc/gen/memset.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "memset.s" /* * char *memset(sp, c, n) diff --git a/usr/src/lib/libc/sparc/gen/setjmp.s b/usr/src/lib/libc/sparc/gen/setjmp.s index c491eb26e4..517f5fe82f 100644 --- a/usr/src/lib/libc/sparc/gen/setjmp.s +++ b/usr/src/lib/libc/sparc/gen/setjmp.s @@ -27,9 +27,7 @@ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "setjmp.s" #include <sys/asm_linkage.h> diff --git a/usr/src/lib/libc/sparc/gen/strcasecmp.s b/usr/src/lib/libc/sparc/gen/strcasecmp.s index 2ef09e2ca6..c1f4a0d055 100644 --- a/usr/src/lib/libc/sparc/gen/strcasecmp.s +++ b/usr/src/lib/libc/sparc/gen/strcasecmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcasecmp.s" /* * The strcasecmp() function is a case insensitive versions of strcmp(). * It assumes the ASCII character set and ignores differences in case diff --git a/usr/src/lib/libc/sparc/gen/strchr.s b/usr/src/lib/libc/sparc/gen/strchr.s index b2e8d660de..307015f570 100644 --- a/usr/src/lib/libc/sparc/gen/strchr.s +++ b/usr/src/lib/libc/sparc/gen/strchr.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strchr.s" /* * The strchr() function returns a pointer to the first occurrence of c diff --git a/usr/src/lib/libc/sparc/gen/strcmp.s b/usr/src/lib/libc/sparc/gen/strcmp.s index ce402f07da..a08693f70d 100644 --- a/usr/src/lib/libc/sparc/gen/strcmp.s +++ b/usr/src/lib/libc/sparc/gen/strcmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcmp.s" /* strcmp(s1, s2) * diff --git a/usr/src/lib/libc/sparc/gen/strcpy.s b/usr/src/lib/libc/sparc/gen/strcpy.s index 593a4e8293..1afc5c14cd 100644 --- a/usr/src/lib/libc/sparc/gen/strcpy.s +++ b/usr/src/lib/libc/sparc/gen/strcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strcpy.s" /* * strcpy(s1, s2) diff --git a/usr/src/lib/libc/sparc/gen/strlcpy.s b/usr/src/lib/libc/sparc/gen/strlcpy.s index 9e96232e22..61ef629026 100644 --- a/usr/src/lib/libc/sparc/gen/strlcpy.s +++ b/usr/src/lib/libc/sparc/gen/strlcpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strlcpy.s" /* * The strlcpy() function copies at most dstsize-1 characters * (dstsize being the size of the string buffer dst) from src diff --git a/usr/src/lib/libc/sparc/gen/strlen.s b/usr/src/lib/libc/sparc/gen/strlen.s index e709690f79..442c0a5f2b 100644 --- a/usr/src/lib/libc/sparc/gen/strlen.s +++ b/usr/src/lib/libc/sparc/gen/strlen.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strlen.s" /* * strlen(s) diff --git a/usr/src/lib/libc/sparc/gen/strncmp.s b/usr/src/lib/libc/sparc/gen/strncmp.s index 109c52362f..5e1a87dfe7 100644 --- a/usr/src/lib/libc/sparc/gen/strncmp.s +++ b/usr/src/lib/libc/sparc/gen/strncmp.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncmp.s" /* * strncmp(s1, s2, n) diff --git a/usr/src/lib/libc/sparc/gen/strncpy.s b/usr/src/lib/libc/sparc/gen/strncpy.s index e6cb8046e7..c919be9bce 100644 --- a/usr/src/lib/libc/sparc/gen/strncpy.s +++ b/usr/src/lib/libc/sparc/gen/strncpy.s @@ -24,9 +24,7 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "strncpy.s" /* * strncpy(s1, s2) diff --git a/usr/src/lib/libc/sparc/gen/sync_instruction_memory.s b/usr/src/lib/libc/sparc/gen/sync_instruction_memory.s index d4cae952f5..19aae4ebe7 100644 --- a/usr/src/lib/libc/sparc/gen/sync_instruction_memory.s +++ b/usr/src/lib/libc/sparc/gen/sync_instruction_memory.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 @@ * All rights reserved. */ -.ident "%Z%%M% %I% %E% SMI" - - .file "%M%" + .file "sync_instruction_memory.s" #include <sys/asm_linkage.h> |
