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]

[PATCH Newlib]Dont inline std when optimizing for size


Hi,
This is just a pickup in newlib.  It specifies _NOINLINE_STATIC for std
since some version (4_8) GCC may inline this function even when we are
compiling for Os.
This is mainly a gcc problem and I have filed
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59479 for GCC. 

Meanwhile, I think this is also wanted in Newlib, is it OK?

Thanks,
bin

2013-12-12  Bin Cheng  <bin.cheng@arm.com>

	* libc/stdio/findfp.c (std): Don't inline when optimizing
	for code size.

Attachment: no-inline-std-20131212.txt
Description: Text document


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