lkml.org 
[lkml]   [2005]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: conglomerate objects in reference*.pl
Date
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.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:09    [W:0.029 / U:0.912 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site