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]

[linker] relaxation question


Hello,
For a simple c++ test case, .gcc_except_table section created. But this section
has references (ie label refs) from main (ie code section).


During the linker relax, CODE section will be relaxed, due to this references in
the .gcc_except_table affected with wrong address after relax.


Is this known issue in linker?

[As a work-around, I can use the --no-relax option]

Thanks
Swami


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