This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: [COMMITTED PATCH] add missing const in arm_gnu_pltexit signature


On Thu, 9 Aug 2012, Roland McGrath wrote:

> > I did a quick scan of all the other targets and noticed something I
> > thought was odd...
> 
> Not so odd, but you remind me that sotruss-lib.c needs the same treatment
> the other audit stuff got to move machine-dependent bits into sysdeps files.

As I noted in <http://sourceware.org/ml/libc-alpha/2012-07/msg00346.html>, 
there is duplication between bits/link.h, dl-machine.h, ldsodefs.h, 
tst-audit.h and sotruss-lib.c, and some of the architecture-specific 
definitions are only because certain internal names are unnecessarily 
different between architectures.  I certainly don't think that each 
architecture providing a sotruss-lib.c file will be a good end-point 
regarding getting that information into sysdeps; it should be in a header 
file included by a single sotruss-lib.c file instead.

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