Hi Sebastian,

> I do OO programming in gnu-as (microchips xc32-as).

First off, it should be noted that this is a very, umm, 
difficult thing to do.  Object Oriented programming is
generally speaking a high level concept, whereas assembly
programming is a very low level activity.

> Now I have programms using their object area so the variable names are the 
> same at 
> different places. And some member code or init code has to be at an absolute 
> address.
> How is such a task handled in gas ?
> - You don't have namespace functionality !?

No.  Assemblers do not support namespaces.

You are going to have to implement namespace encoding yourself.

Cheers
  Nick


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to