diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-04-02 14:25:27 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-04-02 14:25:27 +0000 |
commit | 0c000745190c009ceaab0e94ae9692d5a7226e84 (patch) | |
tree | 833d5a91d2a789c2a5c64f55de414001f3ba532f /gas/ChangeLog | |
parent | 2657faa6afea99fad2f1e7297a958e04f2d2010e (diff) | |
download | gdb-0c000745190c009ceaab0e94ae9692d5a7226e84.zip gdb-0c000745190c009ceaab0e94ae9692d5a7226e84.tar.gz gdb-0c000745190c009ceaab0e94ae9692d5a7226e84.tar.bz2 |
gas/
* doc/as.texinfo: Add -mvxworks-pic to the list of MIPS options.
* doc/c-mips.texi (-KPIC, -mvxworks-pic): Document.
* config/tc-mips.c (md_show_usage): Mention -mvxworks-pic.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f29dc6f..e180209 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2007-04-02 Richard Sandiford <richard@codesourcery.com> + + * doc/as.texinfo: Add -mvxworks-pic to the list of MIPS options. + * doc/c-mips.texi (-KPIC, -mvxworks-pic): Document. + * config/tc-mips.c (md_show_usage): Mention -mvxworks-pic. + 2007-03-30 Sterling Augustine <sterling@tensilica.com> Bob Wilson <bob.wilson@acm.org> |