The version 5.1.17 librarian corrects SPR 6377.  

SPR 6377 Description:

The Solaris librarian cannot be used in interactive mode on a
SPARC Ultra machine.  Any attempt to use the librarian interactively
produces the message:

Error in kernel:: exception_handler: unexpected SIGILL trapno 261

In addition, the Solaris compilers will produce the same error
message if the .adalibrc file is used to specify the project and library.
The workaround is to use the -L switch to specify the project and library
when invoking the compiler.  This switch is documented in the Using the 
Compiler section of the Version 5.1 Compilation System Manual.
Even if the -L switch is used, the error will still occur if the .adalibrc
file exists in the directory the compiler is invoked from.  The .adalibrc 
file must be deleted if one exists.

The following files, which are gzipped are included for download:

For C40 ==>  adalibc40exe.gz

For C30 ==>  adalibc3xexe.gz

For 68xxxx ==> adalib68xxxexe.gz

For i960 ==> adalib960exe.gz

For 1750a ==> adalib1750aexe.gz

After downloading the appropriate librarian, gunzip the file
and follow the installation instructions.
 
             INSTALLATION INSTRUCTIONS FOR v5.1.17 (c40)
 
        setenv TADAHOME <<install-dir>>/c40/v5.1/bin
        mv $TADAHOME/adalibc40exe $TADAHOME/adalibc40exe.51
        cp << >>/adalibc40exe $TADAHOME
 

             INSTALLATION INSTRUCTIONS FOR v5.1.17 (c3x)
 
        setenv TADAHOME <<install-dir>>/c3x/v5.1/bin
        mv $TADAHOME/adalibc3xexe $TADAHOME/adalibc3xexe.51
        cp << >>/adalibc3xexe $TADAHOME
 

             INSTALLATION INSTRUCTIONS FOR v5.1.17 (68xxx)
 
        setenv TADAHOME <<install-dir>>/68xxx/v5.1/bin
        mv $TADAHOME/adalib68xxxexe $TADAHOME/adalib68xxxexe.51
        cp << >>/adalib68xxxexe $TADAHOME


             INSTALLATION INSTRUCTIONS FOR v5.1.17 (960)
 
        setenv TADAHOME <<install-dir>>/960/v5.1/bin
        mv $TADAHOME/adalib960exe $TADAHOME/adalib960exe.51
        cp << >>/adalib960exe $TADAHOME


             INSTALLATION INSTRUCTIONS FOR v5.1.17 (1750a)
 
        setenv TADAHOME <<install-dir>>/1750a/v5.1/bin
        mv $TADAHOME/adalib1750aexe $TADAHOME/adalib1750aexe.51
        cp << >>/adalib1750aexe $TADAHOME
