This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: tag information?


On 2000-Feb-23 22:38:47 +1100, Artem Alimarine <aalimari@best.ms.philips.com> wrote:
>Is that possible to get the tag information about types and vriables in
>my program using GCC.?

Only by using the `-g' (and related) options.  This will embed this
information in the assembler/object files.  Extracting it from the
assembler output shouldn't be too difficult - you could use a
custom "specs" file to automatically extract it in parallel with
the assembly phase.

Peter

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]