cvs commit: src/sys/emulation/linux/i386 linux_sysvec.c
Joerg Sonnenberger
joerg at crater.dragonflybsd.org
Wed Jun 22 08:29:56 PDT 2005
joerg 2005/06/22 08:27:45 PDT
DragonFly src repository
Modified files:
sys/emulation/linux/i386 linux_sysvec.c
Log:
SuSE includes a special .note.SuSE section descriping the version of
the distribution the binary is from. This is a problem because they
forget to use a note type other than 1, which is used for ABI tag
sections.
Using a second match function is the easiest solution, otherwise we
would have to scan either the header section list or the full section
list twice. As long as no other vendor created such idiosyncrasy,
this is faster.
Revision Changes Path
1.18 +25 -0 src/sys/emulation/linux/i386/linux_sysvec.c
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/i386/linux_sysvec.c.diff?r1=1.17&r2=1.18&f=u
More information about the Commits
mailing list