diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-31 19:15:59 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-31 19:15:59 +0000 |
commit | b192990071091aa44c292fc8c3cd6d1ae4ee8327 (patch) | |
tree | 350c9fb8731be62e43aefd91e5b18745bbce5607 /gas | |
parent | 648beb2ba96d3bfeebd522c97a2da50469d23dda (diff) | |
download | gdb-b192990071091aa44c292fc8c3cd6d1ae4ee8327.zip gdb-b192990071091aa44c292fc8c3cd6d1ae4ee8327.tar.gz gdb-b192990071091aa44c292fc8c3cd6d1ae4ee8327.tar.bz2 |
* doc/c-mips.texi (MIPS Opts): Correct a typo in the -mips5
option.
Diffstat (limited to 'gas')
-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 |