Re: name mangling advice requested

Tom Moog <tmoog@mcs.net>
13 Sep 1998 22:26:32 -0400

          From comp.compilers

Related articles
name mangling advice requested johnl@iecc.com (John R Levine) (1998-09-05)
Re: name mangling advice requested bear@sonic.net (Ray Dillinger) (1998-09-13)
Re: name mangling advice requested tmoog@mcs.net (Tom Moog) (1998-09-13)
Re: name mangling advice requested rkrayhawk@aol.com (1998-09-13)
Re: name mangling advice requested rweaver@ix.netcom.com (1998-09-18)
Re: name mangling advice requested mslamm@mscc.huji.ac.il (Ehud Lamm) (1998-09-22)
| List of all articles for this month |

From: Tom Moog <tmoog@mcs.net>
Newsgroups: comp.compilers
Date: 13 Sep 1998 22:26:32 -0400
Organization: Polhode Inc
References: 98-09-024
Keywords: linker, Cobol

The Cobol compiler I used had special coding requirements for external
routines. There was a "linkage section" (I think it was like a common
block) and an "enter linkage" statement to make or receive the
subroutine call. You couldn't enter the code at an arbitrary
paragraph. It wouldn't surprise me to discover that the entry point
names were restricted to 6 or 8 characters, in contrast to most other
cobol identifiers.
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.