31.12.2013 Views

Linkage Kit Manual V6-00 - Fujitsu

Linkage Kit Manual V6-00 - Fujitsu

Linkage Kit Manual V6-00 - Fujitsu

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

10.2 Details of the Options of a Librarian<br />

10.2.2 Replacing (Registering) a Module (-r)<br />

A module in an existing library file is replaced with a new module with the same name.<br />

■ Replacing (Registering) a Module (-r)<br />

[Format]<br />

-r < Object module file name > [ , … ]<br />

[Parameter]<br />

<br />

An object module file name that the assembler has output<br />

[Description]<br />

If a module in the library file being edited has the same name as the one in the specified file, the former<br />

module is replaced. Otherwise, the specified module is registered.<br />

If the file name has no extension specified, the ".obj" extension is assigned.<br />

To specify , you may use a wild card.<br />

[Example 1]<br />

flibs syslib.lib -r loadx.obj,loady.obj<br />

The two modules in loadx.obj and loady.obj replace those with the same names in the library file being<br />

edited.<br />

If no module with the same name exists in the library file, the modules are added to the library file<br />

which is then re-registered.<br />

[Example 2]<br />

flibs syslib.lib -r load?.obj<br />

The object module files with the extension .obj and the first four characters as load followed by one<br />

arbitrary character in the current directory are replaced.<br />

Note:<br />

When using a wild card, you cannot specify separated with commas.<br />

Specify them in multiple -r options.<br />

If a wild card is specified, you are not supplied with an extension. Be sure to specify an extension.<br />

For information on the expansion of a wild card in a file name which depends on the OS, see<br />

"APPENDIX G SPECIFICATION DIFFERENCES DEPENDING ON THE OS".<br />

PART III LIBRARIAN 223

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!