svn commit: r188440 - head/sys/kern
Attilio Rao
attilio at freebsd.org
Tue Feb 10 08:30:14 PST 2009
2009/2/10, Attilio Rao <attilio at freebsd.org>:
> Author: attilio
> Date: Tue Feb 10 15:50:19 2009
> New Revision: 188440
> URL: http://svn.freebsd.org/changeset/base/188440
>
> Log:
> Scanning all the formats for binary translation of modules loading can
> result in errors for a format loading but subsequent correct recognizing
> for another format.
>
> File format loading functions should avoid printing any additional
> informations but just returning appropriate (and different between each
> other) error condition, characterizing different informations.
> Additively, the linker should handle appropriately different format
> loading errors.
>
> While a general mechanism is desired, fix a simple and common case on
> amd64: file type is not recognized for link elf and confuses the linker.
> Printout an error if all the registered linker classes can't recognize
> and load the module.
>
> Reviewed by: jhb
> Sponsored by: Sandvine Incorporated
I should have specify it refers to PR: amd64/117186.
Sorry.
Attilio
--
Peace can only be achieved by understanding - A. Einstein
More information about the svn-src-head
mailing list