aboutsummaryrefslogtreecommitdiff
path: root/gas/tc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/tc.h')
-rw-r--r--gas/tc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/tc.h b/gas/tc.h
index ba23c16..a8d5a02 100644
--- a/gas/tc.h
+++ b/gas/tc.h
@@ -34,7 +34,7 @@ short tc_coff_fix2rtype (fixS *);
void md_assemble (char *);
void md_begin (void);
void md_number_to_chars (char *, valueT, int);
-void md_apply_fix3 (fixS *, valueT *, segT);
+void md_apply_fix (fixS *, valueT *, segT);
#ifndef WORKING_DOT_WORD
extern int md_short_jump_size;