From c9301d7bcf87582a4d6a30e48d706b5252ac419b Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Wed, 27 Nov 1991 21:57:48 +0000 Subject: coff-i386.c Fixed the RTYPETOHOWTO -> TYPE2HOWTO coff-mips.c coff-rs6000.c Can't read relocs, so provide empty macro --- bfd/coff-i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/coff-i386.c') 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" -- cgit v1.1