This is the mail archive of the binutils@sources.redhat.com 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]

Enabling relaxation inside relocatable links


ldmain.c has the code and error message:

"--relax and -r may not be used together"

As far as I can see this is prohibited for every target, and there is no
hook to disable it.

But the xtensa target I am preparing to contribute does (and needs to)
support this combination. What is the preferred, portable way of
disabling this test for a single target? Our quick and dirty solution is
not going to be acceptable to a wide audience.

Sterling
Member Technical Staff
Tensilica, Corp.


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