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