diff options
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 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. |