Bug 8500 - udivdi3 absence with gcc-4.3.0 on kernels 2.6.20.11 & 2.6.22.-rc1
Summary: udivdi3 absence with gcc-4.3.0 on kernels 2.6.20.11 & 2.6.22.-rc1
Status: REJECTED DUPLICATE of bug 8501
Alias: None
Product: Other
Classification: Unclassified
Component: Other (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: other_other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-18 08:54 UTC by Rainer Malitzke-Goes
Modified: 2007-05-18 09:45 UTC (History)
0 users

See Also:
Kernel Version: 2.6.20.11, 2.6.22-rc1
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description Rainer Malitzke-Goes 2007-05-18 08:54:31 UTC
Most recent __gcc__ compiler where this bug did *NOT* occur: gcc-4.2.0
Distribution:
Hardware Environment: x86 (will try on MAC G4 machine)
Software Environment: gcc compilers
Problem Description: "make V=1"  output 

kernel/built-in.o: In function `getnstimeofday':
(.text+0x1e48d): undefined reference to `__udivdi3'
kernel/built-in.o: In function `do_gettimeofday':
(.text+0x1e5b5): undefined reference to `__udivdi3'
kernel/built-in.o: In function `update_wall_time':
(.text+0x1e9e8): undefined reference to `__udivdi3'
make: *** [.tmp_vmlinux1] Error 1

Steps to reproduce: use gcc-4.3.0 (experimental)

Dose not occur with gcc-4.2.0 or earlier

This is just a cautionary advisory for experts from the kernel, gcc (and
perhasps binutils) to hash out. I do not belive it is urgent, but it concerns
different organizations.
Comment 1 Dave Jones 2007-05-18 09:45:50 UTC

*** This bug has been marked as a duplicate of 8501 ***

Note You need to log in before you can comment on or make changes to this bug.