New file from bfd.c
This commit is contained in:
parent
d997da5f3e
commit
4677309015
1 changed files with 1 additions and 1 deletions
|
@ -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..
|
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.
|
Helper routine to turn a symbol into a relocation value.
|
||||||
|
|
Loading…
Reference in a new issue