diff options
Diffstat (limited to 'gas/config/tc-pj.h')
-rw-r--r-- | gas/config/tc-pj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-pj.h b/gas/config/tc-pj.h index a022ad1..8ca8f5f 100644 --- a/gas/config/tc-pj.h +++ b/gas/config/tc-pj.h @@ -52,7 +52,7 @@ arelent *tc_gen_reloc (asection *, struct fix *); visible symbols can be overridden. */ #define EXTERN_FORCE_RELOC 0 -/* Values passed to md_apply_fix3 don't include the symbol value. */ +/* Values passed to md_apply_fix don't include the symbol value. */ #define MD_APPLY_SYM_VALUE(FIX) 0 #define tc_fix_adjustable(FIX) \ |