public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: akpm@zip.com.au
Cc: kaos@ocs.com.au, jerj@coplanar.net, linux-kernel@vger.kernel.org
Subject: Re: [QUESTION] which kernel debugger is "best"?
Date: Fri, 29 Mar 2002 20:25:53 -0800 (PST)	[thread overview]
Message-ID: <20020329.202553.54452899.davem@redhat.com> (raw)
In-Reply-To: <3CA53DE5.668AC7AB@zip.com.au>

   From: Andrew Morton <akpm@zip.com.au>
   Date: Fri, 29 Mar 2002 20:24:05 -0800
   
   I *have* had problems with -fno-inline.  I'd very much like
   to be able to turn that on, but the presence of `extern inline'
   functions causes a link failure with `-fno-inline'.

Feel free to submit the patch that converts the remaining extern
inline into static inline.  That is the correct solution.

GCC has every right not to inline and expect the function name to be
referencable externally if you say extern inline, so this is another
reason to fix the remaining extern inline instances.



  reply	other threads:[~2002-03-30  4:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-30  2:38 [QUESTION] which kernel debugger is "best"? Jeremy Jackson
2002-03-30  3:18 ` Andrew Morton
2002-03-30  3:46   ` Keith Owens
2002-03-30  4:24     ` Andrew Morton
2002-03-30  4:25       ` David S. Miller [this message]
2002-03-30 15:22       ` Peter Wächtler
2002-04-01  9:20         ` Amit S. Kale
2002-04-01 13:44       ` Philip R. Auld
2002-03-30  4:04 ` Keith Owens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020329.202553.54452899.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=akpm@zip.com.au \
    --cc=jerj@coplanar.net \
    --cc=kaos@ocs.com.au \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox