Changed gcc-4.0 global data pointer fix to conform with the fix for this on

other platforms (see c75eba3b41)
This commit is contained in:
Markus Klotzbcher
2006-02-10 11:25:41 +01:00
committed by Markus Klotzbcher
parent b3c36e6b94
commit b2b43463af
2 changed files with 3 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ typedef struct global_data {
#define GD_FLG_DEVINIT 0x00002 /* Devices have been initialized */
#define GD_FLG_SILENT 0x00004 /* Silent mode */
#define GCC_4_SCREW_GDP 1
#undef GCC_4_SCREW_GDP
#ifdef GCC_4_SCREW_GDP
# define DECLARE_GLOBAL_DATA_PTR register gd_t* volatile gd asm ("r8");
#else