OpenSolaris

Printable Version Enter a New Search
Bug ID 6310472
Synopsis gcc wants inline SPARC assembly for md5 byteswapping
State 10-Fix Delivered (Fix available in build)
Category:Subcategory solaris-crypto:algorithms
Keywords tonic-gcc
Responsible Engineer Keith Wesolowski
Reported Against
Duplicate Of
Introduced In solaris_8
Commit to Fix snv_30
Fixed In snv_30
Release Fixed solaris_nevada(snv_30)
Related Bugs
Submit Date 12-August-2005
Last Update Date 20-December-2005
Description
gcc doesn't understand the inline assembly format used by
Studio, so we need to implement the same functions in the
gcc format.  The minimum required functions are:

load_little_32 (for sun4u)
load_little_32_[0-f] (for sun4v)
load_little_16 (seems unused)
Work Around
N/A
Comments
N/A