X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Ftc.h;h=da1738d67a811dd10c9a8ed761ab4d5a498fe2a3;hb=e54ae97fb7672350fc2bf28663cacf7721d9e30b;hp=8be65fdc181351e8e04d4c6218c477e0840a978d;hpb=b3adc24a0713411ab38a21dc894dd40dbc5c8f4f;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/tc.h b/gas/tc.h index 8be65fdc18..da1738d67a 100644 --- a/gas/tc.h +++ b/gas/tc.h @@ -54,6 +54,9 @@ void md_create_short_jump (char *, addressT, addressT, fragS *, symbolS *); #ifndef md_pcrel_from long md_pcrel_from (fixS *); #endif +#ifndef md_pcrel_from_section +long md_pcrel_from_section (fixS *, segT); +#endif #ifndef md_operand void md_operand (expressionS *); #endif