From a26de52c63a8b4da94e8e1c8b308b938b2434808 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 5 Mar 2015 13:04:33 +0000 Subject: Fixes a thinko in the implementation of the V850 -m8byte-align and -m4byte-align command line options. * config/tc-v850.c (md_parse_option): Fix code to set or clear EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the -m8byte-align and -m4byte-align command line options. --- gas/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index d6d6c95..3044668 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2015-03-05 Nick Clifton + + * config/tc-v850.c (md_parse_option): Fix code to set or clear + EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the + -m8byte-align and -m4byte-align command line options. + 2015-03-04 Richard Sandiford PR gas/17843 -- cgit v1.1