Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/csu/common Change section flags to "MG" and put it into ...



details:   https://anonhg.NetBSD.org/src/rev/9509b205b9c9
branches:  trunk
changeset: 815126:9509b205b9c9
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 01 08:33:14 2016 +0000

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

diffstat:

 lib/csu/common/compident.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9d1bbb07c17f -r 9509b205b9c9 lib/csu/common/compident.S
--- a/lib/csu/common/compident.S        Sun May 01 07:25:46 2016 +0000
+++ b/lib/csu/common/compident.S        Sun May 01 08:33:14 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index