This is the mail archive of the glibc-bugs@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]

[Bug ports/2675] arm-none-eabi-linux-gnueabi doesn't build


------- Additional Comments From drow at false dot org  2006-05-19 19:27 -------
Subject: Re:  arm-none-eabi-linux-gnueabi doesn't build

On Fri, May 19, 2006 at 07:22:53PM -0000, roland at gnu dot org wrote:
> There is no reason in general that function should not be inlined.
> It really should be inlined.  Perhaps you can find a fix for the arm build that
> does not deoptimize the code.

Then I'll mark it non-inlined in an ARM copy; but I expect this to
cause problems on many other targets.  It only materializes on very
recent versions of GCC, because previously we used -fno-unit-at-a-time
which suppressed the "inline static functions called once"
optimization; if GCC is new enough we use -fno-toplevel-reorder
instead.

Sedding GCC's assembly output has historically worked "well enough" for
simple calls to known static functions, but it's not surprising that
call_gmon_start requires a constant pool.  I expect to see similar
problems at least for SH.

Anyway, you want an ARM-only fix, you'll get one :-)  I'll take care of
it.



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2675

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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