]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i386: Change inline asm global symbols to local
authorGraeme Russ <graeme.russ@gmail.com>
Sun, 23 Aug 2009 02:59:46 +0000 (12:59 +1000)
committerWolfgang Denk <wd@denx.de>
Fri, 4 Sep 2009 19:49:48 +0000 (21:49 +0200)
commitcfb3a736ffcff3e3753b902cad536f22fcf8961d
tree719bb2dd234ae3f7ec35e3ade319fbb744f98db5
parenta3ab8caee696a1d53fc82fa321e2b2f179970168
i386: Change inline asm global symbols to local

gcc 4.3.2 optimiser creates multiple copies of inline asm (who knows why)
Remove use of global names for labels to prevent 'symbol already defined'
errors

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
board/eNET/eNET.c
cpu/i386/sc520/sc520.c