[syslinux] SYSLINUX 2.10-pre2 is out

Aaron McSorley aaron.mcsorley at amd.com
Tue May 18 12:23:55 PDT 2004


I dont see pre3 it on kernel.org

On Tue, 18 May 2004, H. Peter Anvin wrote:

> Aaron McSorley wrote:
> > The menu wont compile for me, the version in 2.09 does compile.
> > 
> > ~/syslinux-2.10-pre2/menu$ gcc --version
> > gcc (GCC) 3.3.3 (Debian 20040401)
> > 
> > ~/syslinux-2.10-pre2/menu$ make
> > gcc -m32 -funsigned-char -g -W -Wall -march=i386 -falign-functions=0 -falign-jumps=0 -falign-loops=0 -Os -MMD -S -o biosio.s biosio.c
> > biosio.c: In function `scrollup':
> > biosio.c:141: error: invalid lvalue in asm statement
> > make: *** [biosio.s] Error 1
> > 
> 
> Yes, this one is just a plain bug (it uses an rvalue with a + modifier 
> which is illegal.)
> 
> There also seems to be some problems with the constraints.  These seem 
> to be gcc bugs, mostly, I have in fact had it try to generate x86-64 
> specific registers like %dil in 32-bit mode!
> 
> It seems that "r" is broken for 8-bit registers and newer gccs want 
> either "q" or "Q".  Since older gcc's don't support them one need to use 
> something like "abcd".
> 
> Anyway, I've release syslinux-2.10-pre3 which should fix these problems.
> 
> 	-hpa
> 

-- 
 _______		Aaron McSorley  RHCE
 \____  | Advanced	Processor Validation
 /|   | | Micro		Texas Microprocessor Division
| |___| | Devices	e-mail: aaron.mcsorley at amd.com
|____/ \|		Voice:512.602.0417
			pgr:512.604.0946





More information about the Syslinux mailing list