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] Remove PRI_MACROS_BROKEN define usage


On Thu, 20 Mar 2014, Adhemerval Zanella wrote:

> Do we still want to keep code that no longer makes sense in our context? 
> GLIBC does not even have configure check for PRI_MACROS_BROKEN, so 
> should we keep aiming a possible sync? I personally aim for simplicity 
> and maintainability in this case, which means get rid of legacy code 
> that does not make sense for GLIBC.

We want all files shared with other projects to be identical with the 
copies in those projects as far as possible (there may sometimes be cases 
where license notices need to be different, as with the files from GMP), 
to facilitate merging in both directions.  This includes files shared with 
gnulib and gettext.

(This does not necessarily mean a particular conditional is still relevant 
to the other projects; they too may remove support for some older systems, 
although supporting a much wider range of systems than glibc.  But you'd 
need to consult with the gettext and gnulib communities to determine 
whether a conditional is still relevant there.)

-- 
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]