aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6c4703e..a1a4998 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -50,6 +50,10 @@
* config/tc-i386.c: Add ADX, RDSEED and PRFCHW asm directives.
* doc/c-i386.texi: Document the new directives.
+2012-07-05 Sean Keys <skeys@ipdatasys.com>
+ * config/tc-xgate.c: Revised assembler so that operands
+ are collected before the addressing mode is determined.
+
2012-07-02 Nick Clifton <nickc@redhat.com>
* write.c (fixup_segment): Only perform the subtraction of an
@@ -95,6 +99,12 @@
by pre-biasing add_number.
* config/tc-h8300.h (DWARF2_USE_FIXED_ADVANCE_PC): Define to 0.
+2012-06-28 Sean Keys <skeys@ipdatasys.com>
+
+ * config/tc-xgate.h: Defined tc_frob_symbol.
+ * config/tc-xgate.c (xgate_frob_symbol): Wrote new function to mark
+ symbols as being XGATE by setting st_target_internal value.
+
2012-06-22 Roland McGrath <mcgrathr@google.com>
* NEWS: Mention 'rep ret' too.
@@ -177,6 +187,10 @@
* input-file.c (input_file_get): Use ferror.
(input_file_give_next_buffer): Use input_file_get.
+2012-05-31 Sean Keys <skeys@ipdatasys.com>
+
+ * config/tc-xgate.c (md_begin): Refactored code.
+
2012-05-29 Roland McGrath <mcgrathr@google.com>
* read.c [HANDLE_BUNDLE] (bundle_lock_depth): New variable.