This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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 libgloss]Using spec files to support two version of newlib library in one tool-chain release


On Tue, 2014-08-12 at 11:27 -0400, Craig Howland wrote:

> One thought on word choice for consideration:  the new library files are named 
> with an "_s" suffix, yet the option and file names use "nano", which has no 
> letters in common with the _s.  Presumably the "s" comes from small or size.  
> Might it be better to use "small" or "size" instead of "nano"?  Or something 
> else that more readily associates?  (Not a big thing, but would become more 
> important were another option to be added later.)
> 
> Craig

I would rather use the _n prefix to match nano rather then _s to match
small (or size) because _s means 'shared' to me.  The GCC build uses
foo.o for non-pic objects and foo_s.o for pic objects when building some
of its libraries like libgcc.  I think using _n would result in less
confusion.

Steve Ellcey
sellcey@mips.com


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