Version 5.2.2 corrects SPR06873.

SPR06873 description:
	Customer receives error when compiling with ADA 95 options.
*** 1 Error 6113: Package Spec "Event_sets" has "Ada 83" semantics. It
*** cannot be in the context clause of a compilation unit with "Ada 9%"
*** semantics.
	The -TLshared option was not used  for compiling.

This patch allows the ADA 95 options to be used with the precompiled 
librariy packages that are provided with version 5.2 of the tools.

The following file, which is gzipped, needs to be downloaded.
	solaris-c4x-v522-ips.tar.gz

Following are the instructions to install and to implement the patch.

1.  To install...

gunzip solaris-c4x-v522-ips.tar.gz 

cd $TADA_c4x_v52/std_packages

mkdir new_support_pkg

cd new_support_pkg

tar xvf /.../solaris-c4x-v522-ips.tar

adalibc4x

   setprj tartan

   unpacklib new_support_packages .

   exportlib new_support_packages

   quit



2.  To use the new "EVENT_SETS" in your Ada library...

adalibc4x

   unimport event_sets

   import tartan:new_support_packages event_sets

   quit
