summaryrefslogtreecommitdiffstats
path: root/lib/csu/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/amd64')
-rw-r--r--lib/csu/amd64/Makefile2
-rw-r--r--lib/csu/amd64/crt1.c2
-rw-r--r--lib/csu/amd64/crti.S2
-rw-r--r--lib/csu/amd64/crtn.S2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile
index 0fcd091..50686fe 100644
--- a/lib/csu/amd64/Makefile
+++ b/lib/csu/amd64/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.4 1999/03/12 17:33:26 jdp Exp $
+# $FreeBSD$
#
SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S
diff --git a/lib/csu/amd64/crt1.c b/lib/csu/amd64/crt1.c
index d1dd43d..0ee0702 100644
--- a/lib/csu/amd64/crt1.c
+++ b/lib/csu/amd64/crt1.c
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: crt1.c,v 1.2 1998/09/07 23:31:59 jdp Exp $
+ * $FreeBSD$
*/
#ifndef __GNUC__
diff --git a/lib/csu/amd64/crti.S b/lib/csu/amd64/crti.S
index 94e947d..0038497 100644
--- a/lib/csu/amd64/crti.S
+++ b/lib/csu/amd64/crti.S
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: crti.S,v 1.2 1997/08/28 00:27:08 jdp Exp $
+ * $FreeBSD$
*/
.section .init,"ax",@progbits
diff --git a/lib/csu/amd64/crtn.S b/lib/csu/amd64/crtn.S
index 8f280b2..0944ee3 100644
--- a/lib/csu/amd64/crtn.S
+++ b/lib/csu/amd64/crtn.S
@@ -22,7 +22,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: crtn.S,v 1.2 1997/08/28 00:27:09 jdp Exp $
+ * $FreeBSD$
*/
.section .init,"ax",@progbits
OpenPOWER on IntegriCloud