diff options
author | Steve Chamberlain <steve@cygnus> | 1991-10-05 00:39:21 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-10-05 00:39:21 +0000 |
commit | b2c91bd95e7be9e695f155d375c38fd929ce50e9 (patch) | |
tree | 6b1aedd3fda5fa93d639dd274b1d2a2e6f0fa3be /bfd/reloc.c | |
parent | 3e4c643dc1401a42066b09f94e02eb433e6eeeda (diff) | |
download | ppe42-binutils-b2c91bd95e7be9e695f155d375c38fd929ce50e9.tar.gz ppe42-binutils-b2c91bd95e7be9e695f155d375c38fd929ce50e9.zip |
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
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 993ff94552..4804e84e5f 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. |