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] Fix typing of the bit twiddling done in _dl_setup_stack_chk_guard.


On Mon, 12 Mar 2012, Thomas Schwinge wrote:

> I propose that we set a policy (to try) to fix *all* occurrences at the
> same time (for such simple cases).  For the sake of keeping the glibc

Agreed on the principle - and on the limit to simple cases (but if it's 
not simple, you should draw attention to what is not being done globally, 
and file a bug in Bugzilla for the rest of the fix if it's not got to 
soon).

But also we want to do cleanups that reduce the number of duplicate copies 
of some code - various of my changes to reduce the amount of 
architecture-independent text in architecture-specific 
sysdeps/unix/sysv/linux/<arch> headers have been oriented to that goal, 
reducing the risk that some copy doesn't get updated by reducing the 
number of copies.

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