|
» |
|
|
|
HP Link Editor/XL commands that create and display executable program files and display symbols in a relocatable object file are: LINK, which creates an executable program file. LISTOBJ, which displays symbols in a relocatable object file. LISTPROG, which displays symbols in an executable program file.
Other HP Link Editor/XL commands manage relocatable and executable libraries. They allow you to add relocatable object modules to an RL or XL, purge modules from an RL or XL, copy modules between two RLs or two XLs. Some frequently used HP Link Editor/XL commands are: COPYRL, which copies modules from one relocatable library to another. EXTRACTRL, which extracts a relocatable object module or a group of object modules from a relocatable library. SHOWRL and SHOWXL, which display the name of the current (or working) library. LISTPROG, which displays a symbol listing on LINKLIST.
For detailed information, refer to Link Editor/XL Reference Manual (32650-90030). Case Sensitivity | |
HP Link Editor/XL reads commands from the standard input file
$STDINX.
It is not case sensitive in commands or file names.
However, entry point (procedure) names are case sensitive.
For example, the COPY, EXTRACT, and PURGE
commands allow you to specify an ENTRY name, which is case sensitive.
This name must correspond, character for character, to the entry
name in the symbol table, which indicates the name used in the
relocatable object module.
Usually, a case-insensitive language compiler converts a procedure
name to lowercase.
For relocatable object modules compiled in these languages,
specify lowercase entry point names.
|