2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
[platform/upstream/binutils.git] / gas / ChangeLog
1 2008-01-10  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * config/tc-i386.c (match_template): Continue if processor
4         doesn't match.
5
6 2008-01-09  Alexandre Oliva  <aoliva@redhat.com>
7
8         * config/tc-ia64.c (ia64_convert_frag): Zero-initialize room for
9         unwind personality function address.
10
11 2008-01-09  Bob Wilson  <bob.wilson@acm.org>
12         
13         * dwarf2dbg.c (out_sleb128): Delete.
14         (size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New.
15         (out_fixed_inc_line_addr): Delete.
16         (relax_inc_line_addr, dwarf2dbg_estimate_size_before_relax): Call new
17         size_fixed_inc_line_addr if DWARF2_USE_FIXED_ADVANCE_PC is set.
18         (dwarf2dbg_convert_frag): Likewise for emit_fixed_inc_line_addr.
19         (process_entries): Remove calls to out_fixed_inc_line_addr.  When
20         DWARF2_USE_FIXED_ADVANCE_PC is set, call relax_inc_line_addr.
21         * read.h (emit_expr_fix): New prototype.
22         * read.c (emit_expr): Move code to emit_expr_fix and use it here.
23         (emit_expr_fix): New.
24         
25 2008-01-09  H.J. Lu  <hongjiu.lu@intel.com>
26
27         * config/tc-i386.c (match_template): Check register size
28         only when size of operands can be encoded the canonical way.
29
30 2008-01-08  H.J. Lu  <hongjiu.lu@intel.com>
31
32         * config/tc-i386.c (i386_operand): Renamed to ...
33         (i386_att_operand): This.
34         (parse_operands): Updated.
35
36 2008-01-05  H.J. Lu  <hongjiu.lu@intel.com>
37
38         * doc/c-i386.texi: Update .att_mnemonic and .intel_mnemonic.
39
40         * config/tc-i386.c (set_intel_mnemonic): Set intel_mnemonic
41         only.
42         (md_assemble): Remove Intel mode workaround.
43         (match_template): Check support for old gcc, AT&T mnemonic
44         and Intel Syntax.
45         (md_parse_option): Don't set intel_mnemonic to 0 for
46         OPTION_MOLD_GCC.
47
48 2008-01-04  H.J. Lu  <hongjiu.lu@intel.com>
49
50         * config/tc-i386.h: Update copyright to 2008.
51
52 2008-01-04  Nick Clifton  <nickc@redhat.com>
53
54         * config/tc-ppc.c (parse_cpu): Preserve the settings of the
55         PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags.
56
57 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
58
59         * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
60         of SYSV386_COMPAT.
61
62 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
63
64         * gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
65         (cpu_flags_not): Likewise.
66         (cpu_flags_match): Updated to check 64bit and arch.
67         (set_code_flag): Remove cpu_arch_flags_not.
68         (set_16bit_gcc_code_flag): Likewise.
69         (set_cpu_arch): Likewise.
70         (md_begin): Likewise.
71         (parse_insn): Call cpu_flags_match to check 64bit and arch.
72         (match_template): Likewise.
73
74 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
75
76         * config/tc-i386.c (process_drex): Initialize modrm_reg and
77         modrm_regmem to 0 instead of None.
78
79 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
80
81         * config/tc-i386.c (match_template): Use the xmmword field
82         instead of no_xsuf.
83
84 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
85
86         * config/tc-i386.c (process_suffix): Fix a typo.
87
88 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
89
90         PR gas/5534
91         * config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
92         Check memory size in Intel mode.
93         (process_suffix): Handle XMMWORD_MNEM_SUFFIX.
94         (intel_e09): Likewise.
95
96         * config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
97
98 2008-01-02  Catherine Moore  <clm@codesourcery.com>
99
100         * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
101
102 For older changes see ChangeLog-2007
103 \f
104 Local Variables:
105 mode: change-log
106 left-margin: 8
107 fill-column: 74
108 version-control: never
109 End: