aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 34e7318..c49cd68 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-09 Alan Modra <amodra@bigpond.net.au>
+
+ * config/tc-i386.h: Reorganize.
+
2002-08-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* config/tc-mips.c (macro): Handle a register plus a 16-bit
@@ -124,11 +128,11 @@
(find_literal_pool): New function.
(find_or_make_literal_pool): New function.
(add_to_literal_pool): Use find_or_make_literal_pool.
- (arm_s_text, arm_s_data, arm_s_section): Remove - no longer
+ (arm_s_text, arm_s_data, arm_s_section): Remove - no longer
needed.
(s_ltorg): Use find_literal_pool.
(arm_cleanup): Dump all literal pools.
- * doc/c-arm.texi: Document new behaviour of only dumping literal
+ * doc/c-arm.texi: Document new behaviour of only dumping literal
pools upon request.
2002-07-26 Alan Modra <amodra@bigpond.net.au>
@@ -2528,7 +2532,7 @@
2002-01-11 Richard Earnshaw <rearnsha@arm.com>
- * tc-arm.c ((do_ldst): Fix handling an immediate expression pseudo
+ * tc-arm.c (do_ldst): Fix handling an immediate expression pseudo
op that can be translated into a mvn instruction.
2002-01-11 Steve Ellcey <sje@cup.hp.com>