aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-10-05 00:42:57 +0000
committerSteve Chamberlain <steve@cygnus>1991-10-05 00:42:57 +0000
commit46773090156e5ab3fb772f6e531499d7315f040e (patch)
tree2d425e467f15de672adbb6854ec746167c0598dc /include
parentd997da5f3e5dcceffc392b713a9891f7e871262a (diff)
downloadgdb-46773090156e5ab3fb772f6e531499d7315f040e.zip
gdb-46773090156e5ab3fb772f6e531499d7315f040e.tar.gz
gdb-46773090156e5ab3fb772f6e531499d7315f040e.tar.bz2
New file from bfd.c
Diffstat (limited to 'include')
-rw-r--r--include/bfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bfd.h b/include/bfd.h
index b76c5df..1de0e54 100644
--- a/include/bfd.h
+++ b/include/bfd.h
@@ -1261,7 +1261,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.