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]

Possible to turn of section merging?


Hi,

I trying to make a .bss like section (.bootstrap.bss)
in my start.S. But I want it to be a seperate section
then regular .bss generated by gcc compiling the other
C files.

I have tried, --unique etc options to pass to ld
but no luck. My .bootstrap.bss gets merged in .bss
in the final ELF file. I have attached my linker
script along with.

Please help.

TIA,

= Himanshu =

Attachment: linker.ld
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]