home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.vms
- Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!nntpd2.cxo.dec.com!adserv.enet.dec.com!winalski
- From: winalski@adserv.enet.dec.com (Paul S. Winalski)
- Subject: Re: problem with DECC under ALPHA/VMS
- Message-ID: <1992Nov22.204946.10035@nntpd2.cxo.dec.com>
- Lines: 15
- Sender: usenet@nntpd2.cxo.dec.com (USENET News System)
- Reply-To: winalski@adserv.enet.dec.com (Paul S. Winalski)
- Organization: Digital Equipment Corporation, Nashua NH
- References: <6585@npri6.npri.com>
- Date: Sun, 22 Nov 1992 20:49:46 GMT
-
-
- In article <6585@npri6.npri.com>,
- murphy@npri6.npri.com (David P. Murphy) writes:
- |>
- |>The C compiler for ALPHA AXP, called DECC, does not provide the linker
- |>with the correct information for cross-referencing purposes: if a function
- |>is only called by other functions within the same module as the callee,
- |>then the linker reports _no_ modules reference that function. ugh.
-
- Actually, this looks like a Linker problem rather than a C compiler problem.
- The AXP Linker gets the same information passed to it that the VAX Linker does
- when the program is compiled with VAX C, but the VAX Linker gets the cross-
- reference right.
-
- --PSW
-