Add RCSID
This commit is contained in:
parent
303e90e2c8
commit
b9fe4e7d17
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: rtld_start.S,v 1.9 2008/04/28 20:23:03 martin Exp $ */
|
||||
/* $NetBSD: rtld_start.S,v 1.10 2009/11/11 14:15:41 skrll Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
|
||||
|
@ -31,6 +31,8 @@
|
|||
|
||||
#include <machine/asm.h>
|
||||
|
||||
RCSID("$NetBSD: rtld_start.S,v 1.10 2009/11/11 14:15:41 skrll Exp $")
|
||||
|
||||
.text
|
||||
.align 0
|
||||
.globl _rtld_start
|
||||
|
|
Loading…
Reference in New Issue