DragonFly BSD
DragonFly commits List (threaded) for 2005-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/emulation/linux/i386 linux_sysvec.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 22 Jun 2005 08:27:45 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]