PROBLEM: (74694, 77959, 78460, 79115, 79116, 79118) (PATCH ID: OSF505-045) ******** This patch fixes the following 3 different errors that are occasionally seen when compiling with the -om switch: Problem 1: (QAR 74694) The OM post-link optimizer occasionally fails with the following message when processing a large (multi-GOT) image in the presence of -call-shared or -shared options: om: fast access range error *** Exit 1 Stop. $ Problem 2: (QAR 77959, QAR 79115, QAR 79118) The OM post-link optimizer occasionally fails with the following message when processing a large (multi-GOT) image in the presence of -call-shared or -shared options: om: value(0x1201704de) not in range of GP table *** Exit 1 Stop. $ Problem 3: (QAR 78460, QAR 79116) The OM post-link optimizer occasionally fails when processing a large image. The failure is a core dump in the routine reloc_abs(). This was seen using -non_shared, but is not specific to -non_shared.