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,bdc9883ec11fadec X-Google-Attributes: gid103376,public From: kenner@lab.ultra.nyu.edu (Richard Kenner) Subject: Re: gdb and ADA95 Date: 1996/04/15 Message-ID: <4kuhe7$s27@news.nyu.edu>#1/1 X-Deja-AN: 147719461 distribution: world references: <4kjfds$b4a@ramses.eurocontrol.fr> <4klgci$403@ramses.eurocontrol.fr> organization: New York University Ultracomputer Research Lab newsgroups: comp.lang.ada Date: 1996-04-15T00:00:00+00:00 List-Id: In article kubek@gmmhp1.gmm.insa-tlse.fr (Jean-Marie Kubek) writes: >If you want to know if your gcc uses gas you have to try the following : > gcc -v >and then look for a line containing an "as" string in the output. That's not enough. That tells you what "as" is being used, not whether it is GNU "as" or the system "as". If there is an absolute filename, you should be able to tell by the directory. If the program is just called "as", do "which as" and see if that helps.