From: Sean Keys Date: Mon, 30 Jul 2012 21:29:59 +0000 (+0000) Subject: Added missing gas/ChangeLog entries for previous XGATE commits. X-Git-Tag: sid-snapshot-20120801~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b0d957ec7170192f91889da3cf89991fb30aad2;p=platform%2Fupstream%2Fbinutils.git Added missing gas/ChangeLog entries for previous XGATE commits. --- 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 + * config/tc-xgate.c: Revised assembler so that operands + are collected before the addressing mode is determined. + 2012-07-02 Nick Clifton * 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 + + * 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 * 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 + + * config/tc-xgate.c (md_begin): Refactored code. + 2012-05-29 Roland McGrath * read.c [HANDLE_BUNDLE] (bundle_lock_depth): New variable.