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