From: Thiemo Seufer Date: Thu, 9 Nov 2006 13:04:39 +0000 (+0000) Subject: * config/tc-mips.c: Fix outdated comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d84bcf09ed4fa35f5f7e733575cddb2ca4c6c84e;p=binutils-gdb.git * config/tc-mips.c: Fix outdated comment. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 92cbfcd285d..1a60ca0320f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-11-09 Thiemo Seufer + + * config/tc-mips.c: Fix outdated comment. + 2006-11-08 H.J. Lu * config/tc-i386.h (CpuPNI): Removed. diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 8b36f268db8..d77d6ec251d 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -1072,8 +1072,7 @@ static const struct mips_cpu_info *mips_cpu_info_from_arch (int); The following pseudo-ops from the Kane and Heinrich MIPS book are not MIPS CPU specific, but are also not specific to the object file format. This file is probably the best place to define them, but - they are not currently supported: .asm0, .endr, .lab, .repeat, - .struct. */ + they are not currently supported: .asm0, .endr, .lab, .struct. */ static const pseudo_typeS mips_pseudo_table[] = {