diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-27 21:57:48 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-27 21:57:48 +0000 |
commit | c9301d7bcf87582a4d6a30e48d706b5252ac419b (patch) | |
tree | 653d62ff307efbc2b671111b5e8bb0b447a5565a /bfd/coff-i386.c | |
parent | 24b1493d189c3f1213f03692d1118c6bd0ff86c1 (diff) | |
download | gdb-c9301d7bcf87582a4d6a30e48d706b5252ac419b.zip gdb-c9301d7bcf87582a4d6a30e48d706b5252ac419b.tar.gz gdb-c9301d7bcf87582a4d6a30e48d706b5252ac419b.tar.bz2 |
coff-i386.c
Fixed the RTYPETOHOWTO -> TYPE2HOWTO
coff-mips.c coff-rs6000.c
Can't read relocs, so provide empty macro
Diffstat (limited to 'bfd/coff-i386.c')
-rw-r--r-- | bfd/coff-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-i386.c b/bfd/coff-i386.c index 14149b8..71fd9d4 100644 --- a/bfd/coff-i386.c +++ b/bfd/coff-i386.c @@ -60,7 +60,7 @@ static reloc_howto_type howto_table[] = #define BADMAG(x) I386BADMAG(x) #define I386 1 /* Customize coffcode.h */ -#define RTYPETOHOWTO(cache_ptr, dst) \ +#define RTYPE2HOWTO(cache_ptr, dst) \ cache_ptr->howto = howto_table + dst.r_type; #include "coffcode.h" |