diff options
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/c-mips.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 88e9110..e0b47be 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2012-08-31 Maciej W. Rozycki <macro@codesourcery.com> + + * doc/c-mips.texi (MIPS Opts): Correct a typo in the -mips5 + option. + 2012-08-27 Walter Lee <walt@tilera.com> * tc-tilegx.c (O_hw0_plt): Define operator. diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index 772c989..4778a21 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -79,7 +79,7 @@ VxWorks-style position-independent macro expansions. @itemx -mips2 @itemx -mips3 @itemx -mips4 -@itemx -mips5xo +@itemx -mips5 @itemx -mips32 @itemx -mips32r2 @itemx -mips64 |