Re: name mangling advice requested

Ehud Lamm <mslamm@mscc.huji.ac.il>
22 Sep 1998 01:14:07 -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: Ehud Lamm <mslamm@mscc.huji.ac.il>
Newsgroups: comp.compilers
Date: 22 Sep 1998 01:14:07 -0400
Organization: The hebrew University of Jerusalem
References: 98-09-024 98-09-043 98-09-055
Keywords: linker, comment

> [As far as I can tell IBM mainframe linkers still have the 8 char limit.
> -John]


They do. What basically happens is that the external name is a name of a
member (what you would call a FILE in Unix) inside of a Partitioned
Dataset (what you would call a one level directory). Member names are
restrcited to 8 chars. In some cases you have only 7 available for your
use.


If you want exact references, the entrie IBM library is on the web.
Try http://www.s390.ibm.com,/
and search for "linkage editor" or "binder".


Ehud Lamm mslamm@pluto.mscc.huji.ac.il
[Right. I just found all those IBM manuals on the web. Nice job of
webifying, with annotations even. -John]
--


Post a followup to this message

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