NetBSD-Bugs archive

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

Re: bin/49568: Change DT_FEATURE_1 to DT_FEATURE



The following reply was made to PR bin/49568; it has been noted by GNATS.

From: David Holland <dholland-bugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/49568: Change DT_FEATURE_1 to DT_FEATURE
Date: Thu, 15 Jan 2015 23:22:04 +0000

 On Wed, Jan 14, 2015 at 09:10:01AM +0000, henning.petersen%t-online.de@localhost wrote:
  > >Description:
  > In binuilts DT_FEATURE_1 is changed to DT_FEATURE for years.
  > >How-To-Repeat:
  > 
  > >Fix:
  > diff -u -p -r1.2 elfdefinitions.h
  > --- external/bsd/elftoolchain/dist/common/elfdefinitions.h	9 Mar 2014 16:58:03 -0000	1.2
  > +++ external/bsd/elftoolchain/dist/common/elfdefinitions.h	14 Jan 2015 08:20:10 -0000
  > @@ -173,7 +173,7 @@ _ELF_DEFINE_DT(DT_MOVEENT,          0x6F
  >  	"size of DT_MOVETAB entries")					\
  >  _ELF_DEFINE_DT(DT_MOVESZ,           0x6FFFFDFBUL,			\
  >  	"total size of the MOVETAB table")				\
  > -_ELF_DEFINE_DT(DT_FEATURE_1,        0x6FFFFDFCUL, "feature values")	\
  > +_ELF_DEFINE_DT(DT_FEATURE,          0x6FFFFDFCUL, "feature values")	\
  >  _ELF_DEFINE_DT(DT_POSFLAG_1,        0x6FFFFDFDUL,			\
  >  	"dynamic position flags")					\
  >  _ELF_DEFINE_DT(DT_SYMINSZ,          0x6FFFFDFEUL,			\
 
 Can you send this to elftoolchain upstream?
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index