This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

-z defs option


Hi,

SH4 needs a special symbol __fpscr_values which currently is defined
in crt1.o. The reference to it is generated by gcc for FP mode change,
so almost every shared lib for SH4 has it as an undefined symbol. Now
-z defs becomes a default option when building shared libs and there
is only flags to inhibit -z defs per each library. Can we add a flag
to avoid -z defs for all shared libraries?

Regards,
	kaz


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