OpenSolaris

Printable Version Enter a New Search
Bug ID 6310495
Synopsis gcc and sun4 rootnex don't get along
State 10-Fix Delivered (Fix available in build)
Category:Subcategory driver:other
Keywords oss-bite-size | tonic-gcc
Sponsor
Submitter
Responsible Engineer Keith Wesolowski
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_25
Fixed In snv_25
Release Fixed solaris_nevada(snv_25)
Related Bugs
Submit Date 12-August-2005
Last Update Date 25-March-2006
Description
The rootnex driver triggers two warnings when built with gcc,
both for the same reason.

DPRINTF is fed incorrect format strings, printing pointers with
%x where %p is correct, and long integers with %x where %lx is
correct.

See the suggested fix for more detail.

[oss-bite-size]
Work Around
N/A
Comments
N/A