[coreboot] [PATCH] fix stage0_i586.S in v3

Stefan Reinauer stepan at coresystems.de
Fri Apr 4 04:40:47 CEST 2008


The idea to this patch is from Patrick Georgi but I reimplemented it 
from scratch since I can't reach the other box for a few days. It fixes 
stage0_i586.S assembling on the latest official GNU binutils version. 
Without this patch the compilation fails with:

  AS      build/arch/x86/stage0_i586.o
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S: Assembler messages:
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
expecting operand after ','; got nothing
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
missing ')'
/Users/stepan/Devel/coreboot-v3/arch/x86/stage0_i586.S:345: Error: 
expecting operand after ','; got nothing


-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fix_car.diff
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20080403/193f81e4/attachment.ksh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20080403/193f81e4/attachment.sig>


More information about the coreboot mailing list