This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] MIPS support for GNU hash


On Wed, 19 Jun 2019, Mihailo Stojanovic wrote:

>   I kept the new, MIPS specific, dl-addr.c file, though this is
> something on which I would like comments from the community.

That's not maintainable.  Situations where one architecture has an 
architecture-specific modified duplicate of an architecture-independent 
file like this have to be avoided, because people will never reliably 
remember to update the architecture-specific copy when changing the 
architecture-independent version.  The general direction in glibc is more 
unification of sources for different architectures, not less.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]