projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d997da5
)
New file from bfd.c
author
Steve Chamberlain
<steve@cygnus>
Sat, 5 Oct 1991 00:42:57 +0000
(
00:42
+0000)
committer
Steve Chamberlain
<steve@cygnus>
Sat, 5 Oct 1991 00:42:57 +0000
(
00:42
+0000)
include/bfd.h
patch
|
blob
|
history
diff --git
a/include/bfd.h
b/include/bfd.h
index b76c5df761b87724d646abf8ab6ee75a845678e9..1de0e547976cf22708befd5818c465d4525c0e36 100644
(file)
--- 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.