diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-06-10 16:38:17 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-06-10 16:38:17 +0000 |
commit | 78f12dd3eb06021e88367087844a64d7aee6beab (patch) | |
tree | 9a5469946926eb99043eefb43830a0f86f7f8d77 /gas/ChangeLog | |
parent | 34017a41b36f663bf4c2ad3162315d9caf231a7e (diff) | |
download | gdb-78f12dd3eb06021e88367087844a64d7aee6beab.zip gdb-78f12dd3eb06021e88367087844a64d7aee6beab.tar.gz gdb-78f12dd3eb06021e88367087844a64d7aee6beab.tar.bz2 |
Stop if -march=XXX is invalid.
2010-06-10 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (update_code_flag): New.
(set_code_flag): Use it.
(i386_target_format): Replace set_code_flag with update_code_flag.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 92baff2..4b2a357 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2010-06-10 H.J. Lu <hongjiu.lu@intel.com> + + * config/tc-i386.c (update_code_flag): New. + (set_code_flag): Use it. + (i386_target_format): Replace set_code_flag with update_code_flag. + 2010-06-10 Tristan Gingold <gingold@adacore.com> * config/obj-som.h: Includes som/reloc.h |