* write.c (write_contents): Include output file name and bfd error
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2011-01-31 Nick Clifton <nickc@redhat.com>
2
3 * write.c (write_contents): Include output file name and bfd error
4 value when reporting the inability to write to the output file.
5 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
6 frag that has a non-zero fill value.
7
8 2011-01-27 DJ Delorie <dj@redhat.com>
9
10 * config/tc-rx.c (md_convert_frag): If we can't compute the target
11 address, zero out the values stored in the object file to make
12 objdump's output consistent.
13
14 2011-01-26 Kai Tietz <kai.tietz@onevision.com>
15
16 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
17 x86_dwarf2_return_column to 32.
18
19 2011-01-20 Nick Clifton <nickc@redhat.com>
20
21 PR gas/12384
22 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
23 comparison.
24
25 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
26
27 * write.c (compress_debug): Return if section size is smaller
28 than 32 bytes.
29
30 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
31
32 PR gas/12409
33 * write.c (compress_debug): Return if section size is 0.
34
35 2011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
36
37 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
38 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
39 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
40 fmp626} options.
41
42 2011-01-18 Nick Clifton <nickc@redhat.com>
43
44 PR gas/12390
45 * doc/all.texi: Add NS32K
46 * doc/as.texinfo: Remove target specific details of which
47 characters act as comment initiators and statement separators into
48 individual target specific files.
49 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
50 the hash character at the start of a line.
51 * doc/c-arm.texi (ARM-Chars): Likewise.
52 * doc/c-avr.texi (AVR-Chars): Likewise.
53 * doc/c-d10v.texi (D10V-Chars): Likewise.
54 * doc/c-d30v.texi (D30V-Chars): Likewise.
55 * doc/c-mmix.texi (MMIX-Chars): Likewise.
56 * doc/c-s390.texi (s390 characters): Likewise.
57 * doc/c-sh.texi (SH-Chars): Likewise.
58 * doc/c-sh64.texi (SH64-Chars): Likewise.
59 * doc/c-sparc.texi (SPARC-Chars): Likewise.
60 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
61 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
62 * doc/c-z80.texi (Z80-Chars): Likewise.
63 * doc/c-z8k.texi (Z8000-Chars): Likewise.
64 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
65 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
66 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
67 line separator characters.
68 * doc/c-cr16.texi (CR16 Syntax): Likewise.
69 * doc/c-i386.texi (i386-Chars): Likewise.
70 * doc/c-i860.texi (i860-Chars): Likewise.
71 * doc/c-i960.texi (i960-Chars): Likewise.
72 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
73 * doc/c-lm32.texi (LM32-Chars): likewise.
74 * doc/c-m32c.texi (M32C-Chars): Likewise.
75 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
76 * doc/c-m68k.texi (M68K-Chars): Likewise.
77 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
78 * doc/c-msp430.texi (MSP430-Chars): Likewise.
79 * doc/c-mt.texi (MT-Chars): Likewise.
80 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
81 * doc/c-pj.texi (PJ-Chars): Likewise.
82 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
83 * doc/c-rx.texi (RX-Chars): Likewise.
84 * doc/c-score.texi (SCORE-Chars): Likewise.
85 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
86 * doc/c-v850.texi (V850-Chars): Likewise.
87 * doc/c-vax.texi (VAX-Chars): Likewise.
88 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
89
90 2011-01-17 Quentin Neill <quentin.neill@amd.com>
91
92 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
93
94 * doc/c-i386.texi (i386-TBM): New section.
95
96 2011-01-16 H.J. Lu <hongjiu.lu@intel.com>
97
98 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
99 (disallow_64bit_reloc): This.
100 (md_assemble): Don't check movabs for x32 mode here.
101 (i386_target_format): Updated.
102 (tc_gen_reloc): Check if 64bit relocations are allowed.
103
104 2011-01-15 H.J. Lu <hongjiu.lu@intel.com>
105
106 * config/tc-i386.c (disallow_64bit_disp): New.
107 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
108 X86_64_ABI/X86_64_X32_ABI.
109 (md_assemble): Don't allow movabs with relocation in x32 mode.
110 (i386_target_format): Updated.
111
112 2011-01-14 H.J. Lu <hongjiu.lu@intel.com>
113
114 * config/tc-i386.c (OPTION_N32): Renamed to ...
115 (OPTION_X32): This.
116 (md_longopts): Replace n32 with x32.
117 (md_parse_option): Updated.
118 (md_show_usage): Likewise.
119
120 * doc/c-i386.texi: Replace --n32 with --x32.
121
122 2011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
123
124 * config/tc-mips.c (mips_ip): Update error messages. Take an
125 unadjusted offset for "+c" argument.
126
127 2011-01-10 Nick Clifton <nickc@redhat.com>
128
129 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
130 it.
131
132 2011-01-10 Nick Clifton <nickc@redhat.com>
133
134 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
135 part of the file.
136
137 2011-01-10 Nathan Sidwell <nathan@codesourcery.com>
138 Glauber de Oliveira Costa <glommer@gmail.com>
139
140 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
141 .tlsdescseq directive.
142 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
143 following a symbol.
144 (s_arm_tls_descseq): New directive.
145 (md_pseudo_table): Add it.
146 (encode_branch): Allow TLS_CALL relocs too.
147 (do_t_blx, do_t_branch23): Use encode_branch.
148 (reloc_names): Add tlsdesc and tlscall.
149 (md_apply_fix): Process tls desc relocations.
150 (tc_gen_reloc): Likewise.
151 (arm_fix_adjustable): Likewise.
152
153 2011-01-07 Quentin Neill <quentin.neill@amd.com>
154
155 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
156
157 * doc/c-i386.texi (i386-BMI): New section.
158
159 2011-01-06 Paul Koning <ni1d@arrl.net>
160
161 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
162 references to absolute addresses.
163
164 2011-01-05 DJ Delorie <dj@redhat.com>
165
166 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
167 instead of an RH_NEG32 one.
168
169 2011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
170
171 * doc/c-i386.texi: Clarify --n32.
172
173 2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
174
175 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
176 integer registers in VEX.vvvv. Check register-only source
177 operand when two source operands are swapped. Properly update
178 destination when two source operands are swapped.
179
180 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
181
182 * gas.c (parse_args): Update copyright to 2011.
183
184 For older changes see ChangeLog-2010
185 \f
186 Local Variables:
187 mode: change-log
188 left-margin: 8
189 fill-column: 74
190 version-control: never
191 End:
This page took 0.035464 seconds and 5 git commands to generate.