diff options
Diffstat (limited to 'gas/config/tc-dlx.h')
-rw-r--r-- | gas/config/tc-dlx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-dlx.h b/gas/config/tc-dlx.h index c069d11..9aab0d2 100644 --- a/gas/config/tc-dlx.h +++ b/gas/config/tc-dlx.h @@ -64,7 +64,7 @@ extern int dlx_unrecognized_line PARAMS ((int)); #define COFF_MAGIC DLXMAGIC /* Should the reloc be output ? on the 29k, this is true only if there is a symbol attached. - on the h8, this is allways true, since no fixup is done + on the h8, this is always true, since no fixup is done on dlx, I have no idea!! but lets keep it here just for fun. */ #define TC_COUNT_RELOC(x) (x->fx_addsy) |