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