Mailinglist Archive: opensuse-programming (25 mails)
| < Previous | Next > |
Re: [opensuse-programming] GAS
- From: Philipp Thomas <philipp.thomas@xxxxxxxxx>
- Date: Thu, 26 Apr 2007 03:32:18 +0200
- Message-id: <5000335kikrrqfqnl51mj0rmb1ahepsc3k@xxxxxxx>
On Wed, 25 Apr 2007 16:08:12 -0500, M Harris wrote:
>GAS is supposed to ship with binutils, but I do not find it on my system
>as a separate utility...
Just do a 'rpm -ql binutils' and you'll see if the binutils (ar, ld,
gas, nm, objdump) have been installed.
>I use gcc every day so obviously gas is there somewhere. Can someone please tell me
>whether gcc still uses gas?
Yes, it does so and will continue for the forseeable future :)
>... is gas internal to gcc now?
No.
>Also, I have read rumors that the latest gas code supports the intel syntax...
>true?
True. But AFAIK you have to explicitly tell gas that you're using
Intel syntax.
Philipp
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-programming+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-programming+help@xxxxxxxxxxxx
>GAS is supposed to ship with binutils, but I do not find it on my system
>as a separate utility...
Just do a 'rpm -ql binutils' and you'll see if the binutils (ar, ld,
gas, nm, objdump) have been installed.
>I use gcc every day so obviously gas is there somewhere. Can someone please tell me
>whether gcc still uses gas?
Yes, it does so and will continue for the forseeable future :)
>... is gas internal to gcc now?
No.
>Also, I have read rumors that the latest gas code supports the intel syntax...
>true?
True. But AFAIK you have to explicitly tell gas that you're using
Intel syntax.
Philipp
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-programming+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-programming+help@xxxxxxxxxxxx
| < Previous | Next > |