This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: GCC assembler directive details
- From: Chung-Ju Wu <jasonwucj at gmail dot com>
- To: mohancloudworld <mohancloudworld at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sat, 23 Feb 2013 17:27:58 +0800
- Subject: Re: GCC assembler directive details
- References: <1361606980889-916523.post@n5.nabble.com>
2013/2/23 mohancloudworld <mohancloudworld@gmail.com>:
> Hi
> I am interested to get the details of some assembly directives like .type
> and .scl.
> My work involves parsing of the assembly code compiled by gcc. Manually I
> figured that the values associated with .type directive is unique for each
> data-type and function-type.
> e.g: int is .type 0x4 ; char is .type 0x2
>
> I did goggle to find such details but no luck. Can anyone refer me to the
> proper documentation where I can find such details about .type and .scl.
>
> -Mohan
>
http://sourceware.org/binutils/docs/as/
Best regards,
jasonwucj