From b2c91bd95e7be9e695f155d375c38fd929ce50e9 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Sat, 5 Oct 1991 00:39:21 +0000 Subject: Fri Oct 4 17:38:03 1991 Steve Chamberlain (steve at cygnus.com) * reloc.c: Extended NEWHOWTO macro * ieee.c: Changed the way 8bit pcrel is done * cpu-h8300.c: got the registers in the right order --- bfd/reloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/reloc.c') diff --git a/bfd/reloc.c b/bfd/reloc.c index 993ff94..4804e84 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -365,7 +365,7 @@ And will be replaced with the totally magic way. But for the moment, we are compatible, so do it this way.. *+ -#define NEWHOWTO( FUNCTION, NAME,SIZE,REL) HOWTO(0,0,SIZE,0,REL,0,false,false,FUNCTION, NAME,false,0,0,false) +#define NEWHOWTO( FUNCTION, NAME,SIZE,REL,IN) HOWTO(0,0,SIZE,0,REL,0,false,false,FUNCTION, NAME,false,0,0,IN) *- Helper routine to turn a symbol into a relocation value. -- cgit v1.1