Keith Owens wrote: > On Sat, 15 Jan 2005 20:49:33 -0800, > "Randy.Dunlap" 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 objdump says: drivers/ide/built-in.o: file format elf32-i386 Contents of section .comment: 0000 00474343 3a202847 4e552920 332e332e .GCC: (GNU) 3.3. 0010 33202853 75534520 4c696e75 782900 3 (SuSE Linux). make output is attached. Thanks, -- ~Randy