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 1/2] BZ#13743: PowerPC - Add a new header for platformspecific functions


On Wed, 2012-03-07 at 05:46 -0500, Ulrich Drepper wrote:
> On Tue, Mar 6, 2012 at 18:23, Carlos O'Donell <carlos@systemhalted.org> wrote:
> > Is your suggestion something along the lines of sys/ppc-platform.h then?
> 
> Yes.  For those broken embedded platforms it might even make sense to
> create a subdir in /usr/include or /usr/include/sys for all the files
> which will likely turn up.
> 

This is neither broken nor embedded. All the items mentioned are
mainline POWER server architecture. Some of these have been around a
long time (for example the timebase is V1.0 architecture from 1993). 

The problem we face is legions of programmers who don't know and refuse
to learn assemble but want access to these features. We are trying to
provide a reasonable and simple to use solution to the many requests we
git from our customers.

Now if you think only PowerPC has these issue, consider all the random
attempts to use the rdtsc instruction you might have seen, and how
useful it would be to have one well defined and correct version every
one could use.


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