summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/gen
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
parent2fdb91d36dafb60196705e412e96c95354ef61bc (diff)
downloadFreeBSD-src-e6788c9a6d54095e6a125b88d15523e5b1d5a412.zip
FreeBSD-src-e6788c9a6d54095e6a125b88d15523e5b1d5a412.tar.gz
Standardize on our SCM ID style.
Diffstat (limited to 'lib/libc/i386/gen')
-rw-r--r--lib/libc/i386/gen/_ctx_start.S5
-rw-r--r--lib/libc/i386/gen/alloca.S14
-rw-r--r--lib/libc/i386/gen/fabs.S11
-rw-r--r--lib/libc/i386/gen/getcontext.S5
-rw-r--r--lib/libc/i386/gen/rfork_thread.S5
5 files changed, 9 insertions, 31 deletions
diff --git a/lib/libc/i386/gen/_ctx_start.S b/lib/libc/i386/gen/_ctx_start.S
index 593a570..bfff53a 100644
--- a/lib/libc/i386/gen/_ctx_start.S
+++ b/lib/libc/i386/gen/_ctx_start.S
@@ -24,11 +24,8 @@
* SUCH DAMAGE.
*/
-/*
- * $FreeBSD$
- */
-
#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
/*
* _ctx_start((void *func)(int arg1, ..., argn),
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 */
diff --git a/lib/libc/i386/gen/fabs.S b/lib/libc/i386/gen/fabs.S
index 0bce2ac..52784cf 100644
--- a/lib/libc/i386/gen/fabs.S
+++ b/lib/libc/i386/gen/fabs.S
@@ -37,17 +37,8 @@
#if defined(LIBC_SCCS) && !defined(lint)
.asciz "@(#)fabs.s 5.2 (Berkeley) 12/17/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$");
ENTRY(fabs)
fldl 4(%esp)
diff --git a/lib/libc/i386/gen/getcontext.S b/lib/libc/i386/gen/getcontext.S
index c3feb2a..9e799d5 100644
--- a/lib/libc/i386/gen/getcontext.S
+++ b/lib/libc/i386/gen/getcontext.S
@@ -24,11 +24,8 @@
* SUCH DAMAGE.
*/
-/*
- * $FreeBSD$
- */
-
#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
/*
* Where do we define these?
diff --git a/lib/libc/i386/gen/rfork_thread.S b/lib/libc/i386/gen/rfork_thread.S
index 9ce4a75..d01aebe 100644
--- a/lib/libc/i386/gen/rfork_thread.S
+++ b/lib/libc/i386/gen/rfork_thread.S
@@ -22,10 +22,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <machine/asm.h>
+__FBSDID("$FreeBSD$");
+
/*
* With thanks to John Dyson for the original version of this.
*/
OpenPOWER on IntegriCloud