aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-05-02 02:29:22 +0000
committerAlan Modra <amodra@gmail.com>2003-05-02 02:29:22 +0000
commitdf12615d919cb6b436e8b190c0ec63658e2b4097 (patch)
treeb8c6733aee1fa7d93f2d5575a2d8c8c6cb6fea29 /gas/ChangeLog
parent486ed21d76e8e8eda463c2a56522c6d4097ce6af (diff)
downloadgdb-df12615d919cb6b436e8b190c0ec63658e2b4097.zip
gdb-df12615d919cb6b436e8b190c0ec63658e2b4097.tar.gz
gdb-df12615d919cb6b436e8b190c0ec63658e2b4097.tar.bz2
* config/tc-ppc.c (md_show_usage): Mention -a32, -a64, -l, -le, -b,
-be and split strings to below 509 bytes in length.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index fd54762..faf60d7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-02 Alan Modra <amodra@bigpond.net.au>
+
+ * config/tc-ppc.c (md_show_usage): Mention -a32, -a64, -l, -le, -b,
+ -be and split strings to below 509 bytes in length.
+
2003-05-01 Christian Groessler <chris@groessler.org>
* expr.h: Fix comments in operatorT typedef.