Assembler Directives and Pseudo-Operations

.SHLIB_VERSION Directive

.SHLIB_VERSION Directive

The .SHLIB_VERSION directive marks the object file with a version string that the shared library understands.

Syntax

.SHLIB_VERSION " mm/yyyy"

Parameters

mmThe one- or two-digit number of the month.

yyyyThe four-digit number of the year.

Example

The following pseudo-operation places the date September 1994 in the object file.

.SHLIB_VERSION "9/1994"

Chapter 4

105