This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] put DPD decimal float support in shared libgcc


Hi,

On Wed, 13 Aug 2008, Jakub Jelinek wrote:

> many C binaries link against, DFP is rarely used, so making libgcc_s 
> library 8 times bigger for something rarely used is IMNSHO a very bad 
> idea.  IMHO it is much better if you put it into libdfp.a/libdfp_s.so.1 
> and arrange for it being linked when needed (see how libgcc_s already 
> uses --as-needed ... --no-as-needed). libgcc_s shouldn't be a kitchen 
> sink library (nor libc should be).

Completely agreed.


Ciao,
Michael.


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