Reference Guide

152 Chapter 8
Diagnostic Messages
Warning Messages
The value ACCESS=0x2c should be
used for all code or read-only
subspaces and the value
ACCESS=0x1f should be used for all
data or read-write subspaces.
45 MESSAGE Previous value for .SHLIB is
being changed to this value
CAUSE More than one .SHLIB directive was
encountered.
ACTION Remove the extra .SHLIB
directive(s).
46 MESSAGE The +DA option conflicts with
the .LEVEL directive, using
.LEVEL %s.
CAUSE The assembly source file contained a
.LEVEL directive which conflicted
with the command-line +DA option.
The assembler always honors the
.LEVEL directive found in the source
file. The command-line +DA was
ignored.
ACTION Remove +DA from the command-line
used to invoke the assembler.
47 MESSAGE The behavior of instruction
%s is undefined with the
operands and completers
supplied.
CAUSE The behavior of the instruction used
is undefined with the operands
supplied.
ACTION Read the PA-RISC Architecture
manual entry for the instruction
being used, paying attention to the
cases in which the behavior of the
instruction is undefined. Recode the
operands for the instruction so that
the operands don't cause the
instruction to be undefined.