aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-02-10 11:59:12 +0000
committerAlan Modra <amodra@gmail.com>2011-02-10 11:59:12 +0000
commitb8b738ac92a60109de9c832aa0cefd8f53170271 (patch)
tree78d3e802cfa2aa0f08625e032272275f1a79843d /gas/ChangeLog
parent726eb385b2416b359abc860ea8b18b13d7dc0f94 (diff)
downloadgdb-b8b738ac92a60109de9c832aa0cefd8f53170271.zip
gdb-b8b738ac92a60109de9c832aa0cefd8f53170271.tar.gz
gdb-b8b738ac92a60109de9c832aa0cefd8f53170271.tar.bz2
* config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
* doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options. (Overview <Target PowerPC options>): Add a number of missing options. * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6723cd9..84d0518 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2011-02-10 Alan Modra <amodra@gmail.com>
+
+ * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
+ * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
+ (Overview <Target PowerPC options>): Add a number of missing options.
+ * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
+
2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
PR gas/6957