From 4cddd1c9048abf7852e9faa4e46a9ce96d7f9436 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Wed, 24 Apr 1991 20:51:27 +0000 Subject: Changed the shape of the howto type yet again. Now m88kbcs support can self host. --- bfd/ieee.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/ieee.c') diff --git a/bfd/ieee.c b/bfd/ieee.c index e9d04a9..66cf793 100644 --- a/bfd/ieee.c +++ b/bfd/ieee.c @@ -314,10 +314,10 @@ typedef struct static reloc_howto_type abs32_howto - = {1,0,2,32,0,0,0,true,0,"abs32",false,0xffffffff, 0xffffffff}; + = HOWTO(1,0,2,32,0,0,0,true,0,"abs32",false,0xffffffff, 0xffffffff,false); static reloc_howto_type abs16_howto - = {1,0,1,16,0,0,0,true,0,"abs16",false,0x0000ffff, 0x0000ffff}; + = HOWTO(1,0,1,16,0,0,0,true,0,"abs16",false,0x0000ffff, 0x0000ffff,false); static ieee_symbol_index_type NOSYMBOL = { 0, 0}; -- cgit v1.1