From: Keith Owens <kaos@ocs.com.au>
To: "Randy.Dunlap" <rddunlap@osdl.org>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: conglomerate objects in reference*.pl
Date: Mon, 17 Jan 2005 06:47:43 +1100 [thread overview]
Message-ID: <15456.1105904863@ocs3.ocs.com.au> (raw)
In-Reply-To: Your message of "Sun, 16 Jan 2005 11:45:33 -0800." <41EAC45D.30207@osdl.org>
On Sun, 16 Jan 2005 11:45:33 -0800,
"Randy.Dunlap" <rddunlap@osdl.org> wrote:
>Keith Owens wrote:
>> On Sat, 15 Jan 2005 20:49:33 -0800,
>> "Randy.Dunlap" <rddunlap@osdl.org> wrote:
>>>I'm seeing some drivers/*/built-in.o that should be ignored AFAIK,
>>>but they are not ignored. Any ideas?
ld -m elf_i386 -r -o drivers/ide/legacy/built-in.o drivers/ide/legacy/hd.o
ld -m elf_i386 -r -o drivers/ide/built-in.o drivers/ide/legacy/built-in.o
drivers/ide/legacy/built-in.o and drivers/ide/built-in.o consist of
exactly one object in your build. From scripts/reference*.pl:
# Ignore conglomerate objects, they have been built from multiple objects and we
# only care about the individual objects. If an object has more than one GCC:
# string in the comment section then it is conglomerate. This does not filter
# out conglomerates that consist of exactly one object, can't be helped.
built-in.o added to the conglomerate list to help a bit.
prev parent reply other threads:[~2005-01-16 20:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-16 4:49 Randy.Dunlap
2005-01-16 5:22 ` Keith Owens
2005-01-16 19:45 ` Randy.Dunlap
2005-01-16 19:47 ` Keith Owens [this message]
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=15456.1105904863@ocs3.ocs.com.au \
--to=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=rddunlap@osdl.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
Powered by JetHome