This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
1 .data 00000000 00000000 00000000 00000038 2**2 2 .bss 00000000 00000000 00000000 00000038 2**2
Although the 'unwanted' sections have the zero size, they do occupy a lot of room. I just wonder if there is a way to change this default behavior.
My next question is:
How to make GAS generate plain binary file like other assemblers such as
nasm or fasm.
Currently I have to generate object file first, and then use objcopy to fetch the code binary out, which is not that convenient.
Cheers Nick
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |