When the output file is the same as the input file ...
Cary Coutant
ccoutant@gmail.com
Thu Apr 5 15:58:00 GMT 2018
More information about the Binutils mailing list
Thu Apr 5 15:58:00 GMT 2018
- Previous message (by thread): When the output file is the same as the input file ...
- Next message (by thread): When the output file is the same as the input file ...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I have also often wonder why the default output name is a.out, which does > not make a lot of sense to me. Well, the "a" in "a.out" stands for "assembler". This dates back to olden days when one might write a whole program in assembly language, and the assembler would produce an absolute, fully-bound, executable image. The first Unix linker adopted the same default output name because of that. -cary
- Previous message (by thread): When the output file is the same as the input file ...
- Next message (by thread): When the output file is the same as the input file ...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list