aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-pru.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-pru.h')
-rw-r--r--gas/config/tc-pru.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-pru.h b/gas/config/tc-pru.h
index dc5e295..7930cef 100644
--- a/gas/config/tc-pru.h
+++ b/gas/config/tc-pru.h
@@ -154,7 +154,6 @@ extern void pru_frame_initial_instructions (void);
/* The difference between same-section symbols may be affected by linker
relaxation, so do not resolve such expressions in the assembler. */
#define md_allow_local_subtract(l,r,s) pru_allow_local_subtract (l, r, s)
-extern bfd_boolean pru_allow_local_subtract (expressionS *, expressionS *,
- segT);
+extern bool pru_allow_local_subtract (expressionS *, expressionS *, segT);
#endif /* __TC_PRU__ */