aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2007-04-02 14:25:27 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2007-04-02 14:25:27 +0000
commit0c000745190c009ceaab0e94ae9692d5a7226e84 (patch)
tree833d5a91d2a789c2a5c64f55de414001f3ba532f /gas/ChangeLog
parent2657faa6afea99fad2f1e7297a958e04f2d2010e (diff)
downloadgdb-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/ChangeLog6
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>