]> 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)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:09 +0000 (09:04 -0500)
commitac28dcfe895e5fbfc51347e9e826c8f56796e551
treef5c63c835dff2b39672fab504f56c79fadd731d2
parent8b576fa2c43a3a9e775452c2d4ae2766f6d089bf
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