The .SHLIB_VERSION
directive marks the object file with a version string that the shared
library understands.
Syntax |
 |
.SHLIB_VERSION " mm/yyyy"
Parameters |
 |
- mm
The one- or two-digit number of the month.
- yyyy
The four-digit number of the year.
Example |
 |
The following pseudo-operation places the date September 1994
in the object file.