Linux MIPS Architecture development
 help / color / mirror / Atom feed
* gcc 3.x, -ansi and "static inline"
@ 2002-02-01 19:52 Jun Sun
  2002-02-02  9:17 ` Geert Uytterhoeven
  2002-02-03 17:01 ` Ralf Baechle
  0 siblings, 2 replies; 7+ messages in thread
From: Jun Sun @ 2002-02-01 19:52 UTC (permalink / raw)
  To: linux-mips


We are trying to build userland apps with the newer kernel headers.
Unexpected problems occur with the "static inline" declaration
when "-ansi" option is used.

Anybody else is having the problem?

Also, what are the reasons for us to switch to "static inline" in the
kernel header?

Here is an example I am talking about:

In 2.4.2, we have in bitops.h:

extern __inline__ unsigned long ffz(unsigned long word)

In 2.4.17, we have instead:

static inline unsigned long ffz(unsigned long word)

This problem seems only happening with gcc 3.x.  I start to wonder
whether we should fix kernel header.  In some case, the fix seems
to be not exposing to userland (by #ifdef __KERNEL__).  In others,
the fix might be using __inline__.  

However, I really like to know what was the original motivation
to do such a change.

BTW, the inclusion of "mipsregs.h" file in bitops.h seems unnecessary
and caused a bunch of similar errors.

Jun

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-02-04 23:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-01 19:52 gcc 3.x, -ansi and "static inline" Jun Sun
2002-02-02  9:17 ` Geert Uytterhoeven
2002-02-03 17:01 ` Ralf Baechle
2002-02-04 19:28   ` Jun Sun
2002-02-04 22:21     ` Ralf Baechle
2002-02-04 22:56       ` Jun Sun
2002-02-04 23:01         ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox