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