diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-02-08 20:21:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-02-08 20:21:26 +0000 |
commit | 2dde194857729c4f436395683e233c203ae768ab (patch) | |
tree | 5895d39fcd5d8480ea80dbdbdedc9dc33dd39d00 /gas/ChangeLog | |
parent | a586129ea545f1b7c04565c346081e9e4069fc0d (diff) | |
download | gdb-2dde194857729c4f436395683e233c203ae768ab.zip gdb-2dde194857729c4f436395683e233c203ae768ab.tar.gz gdb-2dde194857729c4f436395683e233c203ae768ab.tar.bz2 |
Use f32_patt in i386_align_code when tuning for i686.
gas/
2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
PR gas/6957
* config/tc-i386.c (i386_align_code): Use f32_patt when tuning
for i686.
gas/testsuite/
2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
PR gas/6957
* gas/i386/nops-1-i686.d: Updated.
* gas/i386/nops-3-i686.d: Likewise.
* gas/i386/nops-4-i686.d: Likewise.
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 636e9e8..6723cd9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2011-02-08 H.J. Lu <hongjiu.lu@intel.com> + PR gas/6957 + * config/tc-i386.c (i386_align_code): Use f32_patt when tuning + for i686. + +2011-02-08 H.J. Lu <hongjiu.lu@intel.com> + * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags for ISA extensions. (md_parse_option): Likewise. |