diff options
Diffstat (limited to 'bfd/coff-stgo32.c')
-rw-r--r-- | bfd/coff-stgo32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c index 9bbbba1..4dc9014 100644 --- a/bfd/coff-stgo32.c +++ b/bfd/coff-stgo32.c @@ -35,7 +35,7 @@ To be compatible with any existing executables I have fixed this here and NOT in the DJGPP startup code. */ -#define TARGET_SYM go32stubbedcoff_vec +#define TARGET_SYM i386_coff_go32stubbed_vec #define TARGET_NAME "coff-go32-exe" #define TARGET_UNDERSCORE '_' #define COFF_GO32_EXE |