diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-11-09 13:04:39 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-11-09 13:04:39 +0000 |
commit | d84bcf09ed4fa35f5f7e733575cddb2ca4c6c84e (patch) | |
tree | bf54f29193a5df5ffd8f742c43822402a333cdf3 /gas/config | |
parent | 6760920914d7c97cf2f8e93b1fe6dd38f8f83fc0 (diff) | |
download | gdb-d84bcf09ed4fa35f5f7e733575cddb2ca4c6c84e.zip gdb-d84bcf09ed4fa35f5f7e733575cddb2ca4c6c84e.tar.gz gdb-d84bcf09ed4fa35f5f7e733575cddb2ca4c6c84e.tar.bz2 |
* config/tc-mips.c: Fix outdated comment.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 8b36f26..d77d6ec 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[] = { |