Unlike nasm
, GAS has no extern. Every undefined symbol shows as an undefined symbol in the output automatically: no need to declare them.
Unlike nasm
, GAS has no extern. Every undefined symbol shows as an undefined symbol in the output automatically: no need to declare them.