Date: Sat, 24 Nov 2001 09:57:10 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Andrew Fairburn" Message-Id: <2110-Sat24Nov2001095710+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <9tlpfr$3kg$1@sirius.dur.ac.uk> (a.j.fairburn@durham.ac.uk) Subject: Re: Using gcc switches (-M --pint-map) References: <9tlpfr$3kg$1 AT sirius DOT dur DOT ac DOT uk> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Andrew Fairburn" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 23 Nov 2001 15:23:38 -0000 > > i was wondering how to use the print map (memeory map) switch? do i use it > with the linker or with the gcc comiler, and what is the full command line? To pass linker switches via GCC, use the -Wl or --Xlinker options followed by the linker switch.