Fix dw3gencfi.c so that it will build on targets that do not define BFD_ASSEMBLER.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
7ed2c8b0
NC
12003-05-21 Nick Clifton <nickc@redhat.com>
2
3 * dw2gencfi.c (cfi_get_label): Use symbol_make for non
4 BFD_ASSEMBLER targets.
5 (cfi_startproc): Change type of saved_seg and cfi_seg to segT.
6 (dot_cfi_endproc): Only call bfd_set_section_flags for targets
7 defining BFD_ASSEMBLER.
8
39b82151
ML
92003-05-20 Michal Ludvig <mludvig@suse.cz>
10
11 * as.c (main): Remove tc_cfi_init().
12 * dw2gencfi.c (cfi_parse_arg): Allow regnames beginning
13 with '%'.
14 (cfi_pseudo_table): Add "cfi_register" entry.
15 (cfi_make_insn): Handle CFA_register.
16 (cfi_output_insn): Ditto.
17 (dot_cfi): Ditto.
18 (cfi_get_label): Add 'simple' modifier to .cfi_startproc.
19 (dot_cfi_endproc): Reuse already emitted CIEs.
20 * testsuite/gas/cfi/cfi-i386.d: New pattern.
21 * testsuite/gas/cfi/cfi-x86-64.d: Ditto.
22
f53e95c7
NC
232003-05-20 Nick Clifton <nickc@redhat.com>
24
25 * config/tc-xstormy16.c: Include dwarf2dbg.h.
26 (md_pseudo_table): Add entries for .loc and .line.
27
7c0295b1
AM
282003-05-20 Alan Modra <amodra@bigpond.net.au>
29
30 * dw2gencfi.c (cfi_parse_arg): Only use tc_regname_to_dw2regnum if
31 defined.
32 (dot_cfi_endproc): Avoid C99 construct.
33
54cfded0
AM
342003-05-20 Michal Ludvig <mludvig@suse.cz>
35
36 * dw2gencfi.c, dw2gencfi.h: New files.
37 * config/tc-i386.c (tc_x86_cfi_init): New function.
38 * config/tc-i386.h (TARGET_USE_CFIPOP, tc_cfi_init): New defines.
39 * as.c (parse_args): Set verbose flag on --verbose.
40 (main): Call tc_cfi_init()/cfi_finish().
41 * as.h (verbose): New external variable.
42 * read.c (pobegin): Insert CFI pops to the list.
43 * symbols.c (local_symbol_make): Make symbol external.
44 * symbols.h (local_symbol_make): New prototype.
45 * Makefile.am: Add dw2gencfi.[ch] files. Run "make dep-am".
46 * Makefile.in: Regenerate.
47 * doc/as.texinfo: Added node "CFI directives" with description of
48 all implemented .cfi_* directives.
49 * doc/Makefile.in: Regenerate.
50 * po/POTFILES.in: Regenerate.
51
a1f3c24c
SS
522003-05-19 Svein E. Seldal <Svein.Seldal@solidas.com>
53
54cfded0
AM
54 * config/tc-tic4x.c (md_assemble): Added support for one-line parallel
55 insns.
1975ab25 56 * config/tc-tic4x.h: Added DOUBLEBAR_PARALLEL definition
a1f3c24c 57
b645cb17
JE
582003-05-18 Jason Eckhardt <jle@rice.edu>
59
60 * config/tc-i860.c (i860_process_insn): Initialize fc after
61 each opcode mismatch.
62
80c7c40a
NC
632003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
64
65 * configure.in: Accept i[3-7]86 variants.
66 * configure: Regenerate.
67
c344a4c8
TS
682003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
69
70 * config/tc-mips.h: Fix comment formatting.
71
64e55042
HPN
722003-05-13 Hans-Peter Nilsson <hp@axis.com>
73
74 * read.c (old_buffer, old_input, old_limit): Remove variables.
54cfded0 75 (read_a_source_file): Delete label contin.
64e55042
HPN
76 <handling #APP/#NO_APP>: Use an "sb" to push #APP expansion into
77 input as with macros, instead of in separate old_* variables.
78 Zero-terminate string being scrubbed.
79
e66c629e
NC
802003-05-12 Nick Clifton <nickc@redhat.com>
81
82 * config/tc-xstormy16.c (skipping_fptr): New local variable.
83 (md_assemble): Reset skipping_fptr.
84 (md_operand): If @fptr() is followed by a minus sign, set
85 skipping_fptr and ignore the fptr. If skipping_fptr is set and an
86 @fptr is detected, ignore it and reset skipping_fptr.
87
673a54e3
JE
882003-05-11 Jason Eckhardt <jle@rice.edu>
89
90 * config/tc-i860.c (MAX_FIXUPS): Define.
91 (struct i860_fi fi[]): New struct.
92 (struct i860_it the_insn): Add above as member and move fields
93 exp, reloc, pcrel and fup into i860_fi.
94 (md_assemble): Replace all instances of exp, reloc, pcrel
95 and fup with fi[].exp, fi[].reloc, fi[].pcrel, fi[].fup.
96 Add a loop to possibly emit multiple fix-ups for each insn.
97 (i860_process_insn): Likewise.
98 (i860_get_expression): Likewise.
99 (md_apply_fix3): Use a bitwise check for OP_IMM_U5, not equality.
100
2ebb4b88
MS
1012003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
102
103 * config/tc-s390.c (s390_target_format): Always call init_default_arch.
104
35f5df7f
L
1052003-05-07 H.J. Lu <hongjiu.lu@intel.com>
106
107 * config/tc-ia64.c (alias_hash): New.
108 (alias_name_hash): New.
109 (secalias_hash): New.
110 (secalias_name_hash): New.
111 (md_pseudo_table): Add "secalias".
112 (md_begin): Initialize alias_hash, alias_name_hash,
113 secalias_hash and secalias_name_hash.
114 (struct alias): New.
115 (dot_alias): Implement .alias and .secalias directives.
116 (do_alias): New.
117 (ia64_adjust_symtab): New.
118 (do_secalias): New.
119 (ia64_frob_file): New.
120
121 * config/tc-ia64.h (ia64_adjust_symtab): New.
122 (tc_adjust_symtab): Defined.
123 (ia64_frob_file): New.
124 (tc_frob_file): Defined.
125
d2bf1bda
NC
1262003-05-07 Dmitry Diky <diwil@mail.ru>
127
128 * tc-msp430.c: Add missing lines to known cpus list.
129
cac012d6
AO
1302003-05-06 Alexandre Oliva <aoliva@redhat.com>
131
132 * configure.in (MIPS_DEFAULT_ABI): AC_DEFINE.
133 * config/tc-mips.c (mips_after_parse_args): Set mips_abi to it.
134 * config.in, configure: Rebuilt.
135
d8dbbec1
L
1362003-05-05 H.J. Lu <hjl@gnu.org>
137
138 * config/tc-mips.c (tc_gen_reloc): Add addend just once if
139 howto->partial_inplace is false.
140
9204e615
DJ
1412003-05-05 Daniel Jacobowitz <drow@mvista.com>
142
143 * config/tc-mips.c (mips_need_elf_addend_fixup): Remove
144 symbol_used_in_reloc_p check.
145 (md_apply_fix3): Remove check for howto->pcrel_offset.
146
711ef82f
L
1472003-05-03 H.J. Lu <hjl@gnu.org>
148
149 * config/obj-elf.c (obj_elf_parse_section_letters): Make it a
150 fatal error for unknown section attribute.
151
152 * config/tc-alpha.c (alpha_elf_section_letter): Return -1 for
153 unknown section attribute.
154 * config/tc-ia64.c (ia64_elf_section_letter): Likewise.
155 * config/tc-ppc.c (ppc_section_letter): Likewise.
156
157 * config/tc-ia64.c (ia64_elf_section_letter): Handle 'o'.
158 (ia64_elf_section_type): Accept "unwind".
159
83b5ab55
L
1602003-05-02 H.J. Lu <hjl@gnu.org>
161
162 * read.h (demand_copy_string): New.
163
164 * config/tc-alpha.c (demand_copy_string): Removed.
165
7ff0565e
MS
1662003-05-02 Michael Snyder <msnyder@redhat.com>
167
54cfded0 168 * write.h (FAKE_LABEL_NAME): Allow override
7ff0565e
MS
169 (for targets that like eg. a leading dot in a local label).
170
2968149b
NC
1712003-05-02 Nick Clifton <nickc@redhat.com>
172
173 * config/tc-xstormy16.c (xstormy16_md_apply_fix3): Do not bias the
174 addend with the symbol's value for pc-relative relocations against
175 a defined symbol - this will be done automatically.
176
e7b9a8c1
L
1772003-05-01 H.J. Lu <hjl@gnu.org>
178
179 * config/obj-elf.c (obj_elf_type): Accept "notype" and
180 "STT_NOTYPE".
181
612d7b83
L
1822003-05-01 H.J. Lu <hjl@gnu.org>
183
184 * config/tc-ia64.h (tc_canonicalize_section_name): New.
185
186 * config/obj-elf.c (obj_elf_section_name): Call
187 tc_canonicalize_section_name if it is defined.
188
a645d1eb
L
1892003-05-01 H.J. Lu <hjl@gnu.org>
190
191 * config/tc-ia64.c (ia64_check_label): New.
192 * config/tc-ia64.h (tc_check_label): New.
193
194 * read.c (read_a_source_file): Call tc_check_label after
195 creating a user-defined label if defined.
196
df12615d
AM
1972003-05-02 Alan Modra <amodra@bigpond.net.au>
198
199 * config/tc-ppc.c (md_show_usage): Mention -a32, -a64, -l, -le, -b,
200 -be and split strings to below 509 bytes in length.
201
f70c8412
CG
2022003-05-01 Christian Groessler <chris@groessler.org>
203
204 * expr.h: Fix comments in operatorT typedef.
54cfded0 205 * config/tc-z8k.c: Add 2003 to copyright message.
f70c8412
CG
206 Fold s_segm() and s_unseg() into one function s_segm(parm) which
207 decides by the parameter.
208 (md_begin): Don't set linkrelax. Only set Z8002 default if no
209 command line argument was given to select the intended
210 architecure.
211 (get_interrupt_operand): Warn if NOP type code is emitted.
212 (newfix): New parameter 'size', forward it to 'fix_new_exp'.
213 (apply_fix): Call newfix with additional 'size' parameter.
214 (build_bytes): Remove unused variable 'nib'. Detect overflow in
215 4 bit immediate arguments.
216 (md_longopts): Add 'linkrelax' option.
217 (md_parse_option): Adapt to new s_segm function. Set 'linkrelax'
218 variable when 'linkrelax' command line option is specified.
219 (md_show_usage): Display 'linkrelax' option.
220 (md_apply_fix3): Fix cases R_IMM4L, R_JR, and R_IMM8. Add cases
221 R_CALLR and R_REL16.
222 * config/tc-z8k.h: Undef WARN_SIGNED_OVERFLOW_WORD.
223
10a98291
L
2242003-04-30 H.J. Lu <hjl@gnu.org>
225
226 * config/tc-ia64.c (ia64_number_to_chars): New function pointer.
227 (ia64_float_to_chars): Likewise.
228 (dot_byteorder): Set target_big_endian, ia64_number_to_chars
229 and ia64_float_to_chars by tc_segment_info_data.endian from
230 the current segment if byteorder == -1.
231 (md_begin): Call dot_byteorder to set target_big_endian.
232 (md_atof): Call ia64_float_to_chars to convert floating point.
233 (ia64_float_to_chars_bigendian): New function.
234 (ia64_float_to_chars_littleendian): Likewise.
235 (ia64_elf_section_change_hook): Likewise.
236
237 * config/tc-ia64.h (ia64_number_to_chars): New.
238 (md_number_to_chars): Changed to (*ia64_number_to_chars)
239 (ia64_elf_section_change_hook): New.
240 (md_elf_section_change_hook): Defined.
241 (ia64_segment_info_type): New struct.
242 (TC_SEGMENT_INFO_TYPE): Defined.
243
bf57c3c9
L
2442003-04-30 H.J. Lu <hjl@gnu.org>
245
246 * config/tc-ia64.c (md_section_align): Deleted.
247
248 * config/tc-ia64.h (SUB_SEGMENT_ALIGN): New.
249 (md_section_align): New.
250
165a7f90
L
2512003-04-30 H.J. Lu <hjl@gnu.org>
252
253 * config/tc-ia64.c (stmt_float_cons): Fix alignment for real10
254 and add real16.
255 (md_pseudo_table): Add "xreal16", "xreal16.ua", "real16" and
256 "real16.ua".
257 (md_atof): Add 6 byte padding of zero for real16.
258
eba874d8
NC
2592003-04-29 Nick Clifton <nickc@redhat.com>
260
261 * config/obj-elf.c (obj_elf_symver): Skip whitespace before the
262 start of a version name.
263
dbeba5e5
CD
2642003-04-28 Chris Demetriou <cgd@broadcom.com>
265
266 * configure.in (mips-*-*n*bsd*): Replace with...
267 (mips-*-netbsd*, mips-*-openbsd*): These.
268 * configure: Regenerate.
269
f0d7d5f9
NC
2702003-04-28 H.J. Lu <hjl@gnu.org>
271
272 * config/tc-hppa.c (hppa_symbol_chars): New.
273 * config/tc-hppa.h (tc_symbol_chars): Likewise.
274
a38b42ab
TS
2752003-04-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
276
277 * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define again.
278
69be0a2b
CD
2792003-04-25 Chris Demetriou <cgd@broadcom.com>
280
281 * NEWS: Belatedly mention support for MIPS32 Release 2.
282
684022ea
EC
2832003-04-24 Eric Christopher <echristo@redhat.com>
284
285 * config/tc-mips.c (nopic_need_relax): Revert previous
286 change.
287
2c8714f2
NC
2882003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
289
290 * config/tc-h8300.h (DWARF2_LINE_MIN_INSN_LENGTH): New
684022ea 291 * config/tc-h8300.c (dwarf2dbg.h): Include
2c8714f2
NC
292 (md_pseudo_table): Handle .loc and .file
293 (md_assemble): Call dwarf2_emit_insn if BFD_ASSEMBLER.
294 * Makefile.am: Add dependency on dwarf2dbg.h for h8300 targets.
295 * Makefile.in: Regenerate.
296
684022ea 2972003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
8d9cd6b1
NC
298
299 * config/tc-h8300.c (Nmode, h8300hnmode, h8300snmode): New.
300 (md_pseudo_table): Add h8300hn, h8300sn.
301 * config/tc-h8300.h (COFF_MAGIC): Handle h8300hn, h8300sn.
302 * doc/c-h8300.texi : Add documentation for new machine directives.
303
5ce8663f
NC
3042003-04-24 Nick Clifton <nickc@redhat.com>
305
306 * config/tc-ppc.c (ppc_symbol_chars): Define.
307 * config/tc-ppc.h (tc_symbol_chars): Define.
308
ef230218
JR
3092003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
310
311 * config/tc-sh.c: Amend comment to refer to SuperH.
312 * config/tc-sh.h: Likewise.
313 (LISTING_HEADER): Amend to refer to SuperH.
314 * config/tc-sh64.c: Change comment to refer to SuperH.
315 * config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH.
316 * doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH.
317 * doc/c-sh.texi: Amend to refer to SuperH.
318 Add SuperH architecture documentation references.
319 * doc/c-sh64.texi: Change to refer to SuperH.
320
204cd129
NC
3212003-04-23 H.J. Lu <hjl@gnu.org>
322
323 * app.c (do_scrub_chars): More checks for valid labels.
324
2cdb18a7
L
3252003-04-22 H.J. Lu <hjl@gnu.org>
326
327 * app.c (do_scrub_chars): Check for valid label.
328
26597c86
NC
3292003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
330
331 * doc/as.texinfo: Replace references to Mitsubishi M32R with
332 references to Renesas M32R.
333 * doc/c-m32r.texi: Likewise.
334
88b4ca40
RH
3352003-04-21 Richard Henderson <rth@redhat.com>
336
54cfded0
AM
337 * dwarf2dbg.c (get_filenum): Skip as-yet unassigned file numbers.
338 (out_file_list): Assign non-null filename after generating error.
88b4ca40 339
e5f08f7e
JJ
3402003-04-18 Jakub Jelinek <jakub@redhat.com>
341
342 * ehopt.c (check_eh_frame): For aug_size == 0
343 in state_seeing_aug_size state skip the state_skipping_aug
344 state.
345
c2dcd04e
NC
3462003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
347
348 * doc/c-h8300.texi: Replace occurrances of 'Hitachi' with
349 'Renesas'.
350 * doc/c-h8500.texi: Likewise.
351 * doc/c-sh.texi: Likewise.
352 * doc/c-sh64.texi: Likewise.
353 * doc/h8.texi: Likewise.
354 * config/tc-h8300.c: Likewise.
355 * config/tc-h8300.h: Likewise.
356 * config/tc-h8500.c: Likewise.
357 * config/tc-h8500.h: Likewise.
358 * config/tc-sh.c: Likewise.
359 * config/tc-sh.h: Likewise.
360 * config/tc-sh64.c: Likewise.
361 * config/tc-sh64.h: Likewise.
362
f5040a92
AO
3632003-04-10 Alexandre Oliva <aoliva@redhat.com>
364
365 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): New.
366 * config/tc-mips.c: Use signed add for n32 address arithmetic.
367 (append_insn): When filling delay slots with instructions
368 that have fixups that tc_gen_reloc might consider modifyable
369 in variant frags, start a new frag.
370 (load_address): Generate GOT_DISP with of without offset
371 depending on whether symbol is local. For -xgot, use
372 GOT_PAGE/GOT_OFST or GOT_HI16/GOT_LO16.
373 (macro) <M_DLA_AB, M_LA_AB>: Likewise.
374 <M_JAL_A>: In NewABI, use CALL16 or GOT_DISP for small got,
375 CALL_HI16/CALL_LO16 or GOT_PAGE/GOT_OFST for big got.
376 <ld_st>: In NewABI with small got, always use
377 GOT_PAGE/GOT_OFST, with the latter in the load/store
378 instruction. With big got, use GOT_HI16/GOT_LO16 or
379 GOT_PAGE/GOT_OFST.
380 (tc_gen_reloc): Adjust variant frags with GOT_DISP in NewABI.
381 Add tc_frag_data.tc_fr_offset to addends. Decay CALL16,
382 GOT_OFST and GOT_DISP to GOT_DISP in NewABI.
383 (md_convert_frag): Use memmove for safe copying of overlapping
384 regions.
385
35b55ed2
SC
3862003-04-09 Stephane Carrez <stcarrez@nerim.fr>
387
388 * doc/c-m68hc11.texi (M68HC11-Opts): Document -m68hcs12, -mshort,
389 -mlong, -mshort-double and -mlong-double options; use table @code.
390 (M68HC11-Syntax): Update to document 68HC12 operands.
391 (M68HC11-Modifiers): New section for operand modifiers.
392 (M68HC11-Directives): New section for specific assembler directives.
393 (M68HC11-Branch): Fix Overfull hbox error.
394
9214dd3b
AO
3952003-04-09 Alexandre Oliva <aoliva@redhat.com>
396
397 * config/tc-mips.c (macro): Add comments explaining the rationale
398 for Chris' change.
399
eb0a7d52
AO
4002003-04-09 Chris Demetriou <cgd@broadcom.com>
401
402 * config/tc-mips.c (macro): Put back `+ 0x8000' in test for 64-bit
403 constant address that Alexandre took out by accident. Reject
404 64-bit addresses that are not sign extensions of 32 bits only if
405 we don't support 64-bit address constants.
406
a7fc733f
AM
4072003-04-09 Alan Modra <amodra@bigpond.net.au>
408
409 * config/tc-ppc.c (md_apply_fix3): Generate ADDR16 relocs.
410
9cc92a36
NC
4112003-04-08 Nick Clifton <nickc@redhat.com>
412
413 * as.c (perform_an_assembly_pass): If using cgen, call
414 gas_cgen_begin.
415 * cgen.c (gas_cgen_begin): New function. If
416 flag_signed_overflow_ok is set call cgen_set_signed_overflow_ok
417 otherwise call cgen_clear_signed_overflow_ok.
418 * cgen.h: Prototype gas_cgen_begin.
419
fe59a223
TS
4202003-04-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
421
422 * write.c (write_relocs): Remove unused variable.
423
5a7a0b7b
AO
4242003-04-06 Chris Demetriou <cgd@broadcom.com>
425
426 * config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): New.
427 (macro): Use new macro to decide whether to emit constant address
428 as 32 or 64 bits if addresses are 32-bit wide but registers are
429 64-bit wide.
430
577300ce
SC
4312003-04-05 Stephane Carrez <stcarrez@nerim.fr>
432
433 * config/tc-m68hc11.c (M6811_OP_CALL_ADDR): New internal define.
434 (M6811_OP_PAGE_ADDR): New internal define.
684022ea 435 (get_operand): New modifier %page and %addr to obtain page and
577300ce 436 address part of a far-function.
684022ea 437 (fixup8): Use BFD_RELOC_M68HC11_PAGE for a %page modifier; don't
577300ce
SC
438 complain on overflow for the BFD_RELOC_M68HC11_PAGE and truncation
439 relocs.
440 (fixup16): Use BFD_RELOC_M68HC11_LO16 for a %addr modifier.
441 (find_opcode): Add comment.
442 (md_estimate_size_before_relax): Force relocation of
443 STATE_UNDEXED_OFFSET types when the symbol is not absolute.
444 (tc_m68hc11_fix_adjustable): Check for BFD_RELOC_M68HC11_LO16
445 instead of BFD_RELOC_LO16; temporarily make the BFD_RELOC_32
446 on the symbol itself so that DWARF2 strings are merged correctly.
447
be33c5dd
SS
4482003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
449
450 * config/obj-coff.h (TARGET_FORMAT): Namespace cleanup, changed
451 default tic4x target format to 'coff2-tic4x'.
452 * config/tc-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/ and
453 s/c3x/tic3x/
454 * config/tc-tic4x.h: Ditto
455
e8fd7476
NC
4562003-04-03 Nick Clifton <nickc@redhat.com>
457
458 * NEWS: Mention support for Xtensa architecture.
459
47281638
PB
4602003-04-02 Philip Blundell <philb@gnu.org>
461
462 * config/tc-arm.c (arm_force_relocation): Return 0 for OFFSET_IMM.
463
af22f5b2
CD
4642003-04-02 Chris Demetriou <cgd@broadcom.com>
465
466 * config/tc-mips.c (macro2): Adjust implementation of
467 M_ULH, M_ULHU, M_ULW, and M_ULD so that they work properly
468 in the case where the source and destination registers
469 are the same.
470
e0001a05
NC
4712003-04-01 Bob Wilson <bob.wilson@acm.org>
472
54cfded0
AM
473 * Makefile.am (CPU_TYPES): Add xtensa.
474 (TARGET_CPU_CFILES): Add config/tc-xtensa.c.
475 (TARGET_CPU_HFILES): Add config/tc-xtensa.h.
476 (xtensa-relax.o): New target.
477 Run "make dep-am".
478 * Makefile.in: Regenerate.
479 * configure.in: Handle xtensa-*-*. Add xtensa-relax.o to
480 extra_objects for xtensa targets.
481 * configure: Regenerate.
482 * write.c (write_object_file): Add new md_post_relax_hook.
483 * config/tc-xtensa.c: New file.
484 * config/tc-xtensa.h: Likewise.
485 * config/xtensa-istack.h: Likewise.
486 * config/xtensa-relax.c: Likewise.
487 * config/xtensa-relax.h: Likewise.
488 * doc/Makefile.am (CPU_DOCS): Add c-xtensa.texi.
489 * doc/Makefile.in: Regenerate.
490 * doc/all.texi: Set new XTENSA variable.
491 * doc/as.texinfo: Set new Xtensa variable. Describe
492 Xtensa-specific options. Define line comment character for
493 Xtensa. Add Xtensa processors to list of ELF targets where
494 alignment is specified in bytes. Add new Xtensa-Dependent node.
495 Add acknowledgements for those contributing to the Xtensa port.
496 * doc/internals.texi: Describe new md_post_relax_hook.
497 * doc/c-xtensa.texi: New file.
e0001a05 498
5a6c6817
NC
4992003-04-01 Nick Clifton <nickc@redhat.com>
500 Richard Earnshaw <rearnsha@arm.com>
501
502 * config/tc-arm.c: Remove presence of (r) and (tm) symbols.
503 (ARM_ARCH_IWMMXT): Simplify.
504 (insns): Place iwmmx instructions in correct place in table.
505 (arm_add_note): New function: Add a note entry to a .note section.
506 (md_begin): Make the default architecture be unknown.
507 Suppress the creation of an arm note section.
508
97bbfa38
EC
5092003-03-26 Eric Christopher <echristo@redhat.com>
510
54cfded0 511 * config/tc-mips.c (nopic_need_relax): Check for S_IS_EXTERN.
97bbfa38 512
e16bb312
NC
5132003-03-25 Stan Cox <scox@redhat.com>
514 Nick Clifton <nickc@redhat.com>
97bbfa38 515
e16bb312
NC
516 Contribute support for Intel's iWMMXt chip - an ARM variant:
517
518 * config/tc-arm.c: (ARM_CEXT_IWMMXT, ARM_ARCH_IWMMXT, WR_PREFIX,
519 WC_PREFIX, REG_TYPE_IWMMXT): New constants.
520 (enum wreg_type, enum iwmmxt_insn_type): New types.
521 (wr_register, wc_register, wcg_register): New macros.
522 (iwmmxt_table): New variable.
523 (wreg_required_here, do_iwmmxt_byte_addr, do_iwmmxt_tandc,
524 do_iwmmxt_tbcst, do_iwmmxt_textrc, do_iwmmxt_textrm,
525 do_iwmmxt_tinsr, do_iwmmxt_tmcr, do_iwmmxt_tmcrr, do_iwmmxt_tmia,
526 do_iwmmxt_tmovmsk, do_iwmmxt_tmrc, do_iwmmxt_tmrrc,
527 do_iwmmxt_torc, do_iwmmxt_waligni, do_iwmmxt_wmov,
528 do_iwmmxt_word_addr, do_iwmmxt_wrwr, do_iwmmxt_wrwrwcg,
529 do_iwmmxt_wrwrwr, do_iwmmxt_wshufh, do_iwmmxt_wzero,
530 cp_byte_address_offset, cp_byte_address_required_here,
531 check_iwmmxt_insn): New functions.
97bbfa38 532 (asm_opcode_insns): Add iWMMXt instructions.
e16bb312
NC
533 (md_begin): Set the mach value for iWMMXt targets. Create a note
534 section to identify iwmmxt binaries.
535 (md_apply_fix3): Handle BFD_RELOC_ARM_CP_OFF_IMM_S2.
536 * doc/c-arm.texi: Document the support for the iWMMXt.
537 * NEWS: Mention new support.
538