From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,364dfbdf0a113a56 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Looking for a smart linker for GNAT/DOS Date: 1997/04/19 Message-ID: #1/1 X-Deja-AN: 236076911 References: <1997Apr15.202909.5879@news> <1997Apr18.105627.5914@news> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-04-19T00:00:00+00:00 List-Id: G. asks Wow! Will it be integrated into GNAT (gnatmake) ? Yes, it will be integrated into gnatmake or some higher level harness and Turbo Pascal linker among 16 bit DOS linkers... I was talking about general purpose linkers. You will find quite a few special purpose language specific linkers that can do this. For example, many of the old Alsys compilers have specialized binder/linker software that eliminated unused subprograms. The trouble with doing it generally is that most object formats are not well set up to accomdate this processing at link time.