77a5807a6820c7910f42507f3f3dbcc6648149c8
[binutils-gdb.git] / gas / ChangeLog
1 2007-01-24 DJ Delorie <dj@redhat.com>
2
3 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
4
5 2007-01-22 Nick Clifton <nickc@redhat.com>
6
7 PR gas/3871
8 * tc-score.c: Remove unnecessary uses of _().
9 Make the err_msg[] a file level local array in order to save
10 storage space.
11 Remove unnecessary sprintf()s.
12
13 2007-01-18 Mei Ligang <ligang@sunnorth.com.cn>
14
15 PR gas/3871
16 * config/tc-score.c : Using _() for const string.
17 Do not assign inst.error with a local string pointer.
18 (md_section_align): Pad section.
19
20 2007-01-13 H.J. Lu <hongjiu.lu@intel.com>
21
22 * config/tc-i386.c (build_modrm_byte): Check number of operands
23 when procssing memory/register operand.
24
25 2007-01-12 Nick Clifton <nickc@redhat.com>
26
27 PR gas/3856
28 * macro.c (expand_irp): Do not ignore spaces inside quoted
29 strings.
30
31 2007-01-12 Alan Modra <amodra@bigpond.net.au>
32
33 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
34 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
35 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
36 (TC_FORCE_RELOCATION): Define.
37 (TC_FORCE_RELOCATION_LOCAL): Define.
38 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
39
40 2007-01-12 Alan Modra <amodra@bigpond.net.au>
41
42 * input-file.c (input_file_open): Check fgets return.
43
44 2007-01-11 Paul Brook <paul@codesourcery.com>
45
46 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
47
48 2007-01-11 Nick Clifton <nickc@redhat.com>
49
50 PR gas/3707
51 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
52 variable.
53
54 * config/tc-mcore.c (md_number_to_chars): Use
55 number_to_chars_{big|little}endian.
56
57 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
58
59 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
60 architecture by itself.
61 (m68k_ip): Don't issue a warning for tbl instructions on fido.
62 (m68k_elf_final_processing): Treat Fido as an architecture by
63 itself.
64
65 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
66
67 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
68
69 2007-01-05 H.J. Lu <hongjiu.lu@intel.com>
70
71 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
72 depending on allow_naked_reg.
73
74 2007-01-04 Paul Brook <paul@codesourcery.com>
75
76 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
77
78 2007-01-04 H.J. Lu <hongjiu.lu@intel.com>
79
80 PR gas/3830
81 * config/tc-i386.c (register_prefix): New.
82 (set_intel_syntax): Set set_intel_syntax to "" if register
83 prefix isn't needed.
84 (check_byte_reg): Use register_prefix for error message.
85 (check_long_reg): Likewise.
86 (check_qword_reg): Likewise.
87 (check_word_reg): Likewise.
88
89 2006-01-04 Julian Brown <julian@codesourcery.com>
90
91 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
92 (do_neon_qshl_imm): Likewise.
93 (do_neon_rshl): New function. Handle rounding variants of
94 v{q}shl-by-register.
95 (insns): Use do_neon_rshl for vrshl, vqrshl.
96
97 2007-01-04 Paul Brook <paul@codesourcery.com>
98
99 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
100 and vacle.
101
102 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
103
104 * config/tc-i386.c (swap_operands): Remove branches.
105
106 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
107
108 * config/tc-i386.c: Update copyright year.
109 * config/tc-i386.h: Likewise.
110
111 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
112
113 * config/tc-i386.c (smallest_imm_type): Return unsigned int
114 instead of int.
115
116 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
117
118 * config/tc-i386.c: Convert to ISO C90 formatting
119 * config/tc-i386.h: Likewise.
120
121 2007-01-03 David Daney <ddaney@avtrex.com>
122
123 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
124 documentation.
125
126 For older changes see ChangeLog-2006
127 \f
128 Local Variables:
129 mode: change-log
130 left-margin: 8
131 fill-column: 74
132 version-control: never
133 End: