Re: conglomerate objects in reference*.pl

From: Keith Owens
Date: Sun Jan 16 2005 - 00:56:53 EST


On Sat, 15 Jan 2005 20:49:33 -0800,
"Randy.Dunlap" <rddunlap@xxxxxxxx> wrote:
>Hi Keith,
>
>I'm seeing some drivers/*/built-in.o that should be ignored AFAIK,
>but they are not ignored. Any ideas?
>
>This is 2.6.11-rc1-bk3 on i386 with allmodconfig
>(except DEBUG_INFO=n) and gcc 3.3.3.
>
>Error: ./drivers/ide/built-in.o .text refers to 00000939 R_386_PC32
> .init.text
>Error: ./drivers/ide/legacy/built-in.o .text refers to 00000939
>R_386_PC32 .init.text
>Error: ./drivers/ide/legacy/hd.o .text refers to 00000939 R_386_PC32
> .init.text

Output from these commands please.

rm drivers/ide/built-in.o drivers/ide/legacy/built-in.o
make SUBDIRS=drivers/ide V=1
objdump -s -j .comment drivers/ide/built-in.o | head -n15

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