aboutsummaryrefslogtreecommitdiff
path: root/bfd/reloc.c
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-10-05 00:39:21 +0000
committerSteve Chamberlain <steve@cygnus>1991-10-05 00:39:21 +0000
commitb2c91bd95e7be9e695f155d375c38fd929ce50e9 (patch)
tree6b1aedd3fda5fa93d639dd274b1d2a2e6f0fa3be /bfd/reloc.c
parent3e4c643dc1401a42066b09f94e02eb433e6eeeda (diff)
downloadgdb-b2c91bd95e7be9e695f155d375c38fd929ce50e9.zip
gdb-b2c91bd95e7be9e695f155d375c38fd929ce50e9.tar.gz
gdb-b2c91bd95e7be9e695f155d375c38fd929ce50e9.tar.bz2
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.c2
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.