Module Name:    src
Committed By:   martin
Date:           Sun May  1 08:33:14 UTC 2016

Modified Files:
        src/lib/csu/common: compident.S

Log Message:
Change section flags to "MG" and put it into comdat.
Makes new binutils happy.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/csu/common/compident.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/csu/common/compident.S
diff -u src/lib/csu/common/compident.S:1.3 src/lib/csu/common/compident.S:1.4
--- src/lib/csu/common/compident.S:1.3	Wed May 14 14:59:14 2014
+++ src/lib/csu/common/compident.S	Sun May  1 08:33:14 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: compident.S,v 1.3 2014/05/14 14:59:14 joerg Exp $ */
+/* $NetBSD: compident.S,v 1.4 2016/05/01 08:33:14 martin Exp $ */
 
 /*-
  * Copyright (c) 2002, 2008 The NetBSD Foundation, Inc.
@@ -55,7 +55,7 @@
 
 #include "sysident_assym.h"
 
-	.section .note.netbsd.mcmodel,"aM",@note,3*4+CONTENTLENGTH+ELF_NOTE_MCMODEL_NAMESZ+1
+	.section .note.netbsd.mcmodel,"MG",@note,3*4+CONTENTLENGTH+ELF_NOTE_MCMODEL_NAMESZ+1,comdat
 	.p2align 2
 
 	.long	ELF_NOTE_MCMODEL_NAMESZ

Reply via email to