aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorSean Keys <skeys@ipdatasys.com>2012-07-30 21:29:59 +0000
committerSean Keys <skeys@ipdatasys.com>2012-07-30 21:29:59 +0000
commit6b0d957ec7170192f91889da3cf89991fb30aad2 (patch)
tree00703dfeb1f84acd329c35da8bebd2ea23e76d5c /gas
parenteff9c3e636220ad8610d42d696a36a3a3f68dbfb (diff)
downloadgdb-6b0d957ec7170192f91889da3cf89991fb30aad2.zip
gdb-6b0d957ec7170192f91889da3cf89991fb30aad2.tar.gz
gdb-6b0d957ec7170192f91889da3cf89991fb30aad2.tar.bz2
Added missing gas/ChangeLog entries for previous XGATE commits.
Diffstat (limited to 'gas')
-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.