Need Help on Symbol/Variable Name Problem
Ian Lance Taylor
ian@airs.com
Tue Feb 5 08:12:00 GMT 2002
More information about the Binutils mailing list
Tue Feb 5 08:12:00 GMT 2002
- Previous message (by thread): Need Help on Symbol/Variable Name Problem
- Next message (by thread): Need Help on Symbol/Variable Name Problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jing Gloria <jing106@rocketmail.com> writes: > Is there a way to write an assembly code so that two different symbols > (actually global variable names) get resolved to the same memory location? Sure. Just do something like .global ALIAS ALIAS = SYMBOL In C, wrap this in an asm statement. Ian
- Previous message (by thread): Need Help on Symbol/Variable Name Problem
- Next message (by thread): Need Help on Symbol/Variable Name Problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list