Replace occurrances of 'Hitachi' with 'Renesas'.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
c2dcd04e
NC
12003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
2
3 * doc/c-h8300.texi: Replace occurrances of 'Hitachi' with
4 'Renesas'.
5 * doc/c-h8500.texi: Likewise.
6 * doc/c-sh.texi: Likewise.
7 * doc/c-sh64.texi: Likewise.
8 * doc/h8.texi: Likewise.
9 * config/tc-h8300.c: Likewise.
10 * config/tc-h8300.h: Likewise.
11 * config/tc-h8500.c: Likewise.
12 * config/tc-h8500.h: Likewise.
13 * config/tc-sh.c: Likewise.
14 * config/tc-sh.h: Likewise.
15 * config/tc-sh64.c: Likewise.
16 * config/tc-sh64.h: Likewise.
17
f5040a92
AO
182003-04-10 Alexandre Oliva <aoliva@redhat.com>
19
20 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): New.
21 * config/tc-mips.c: Use signed add for n32 address arithmetic.
22 (append_insn): When filling delay slots with instructions
23 that have fixups that tc_gen_reloc might consider modifyable
24 in variant frags, start a new frag.
25 (load_address): Generate GOT_DISP with of without offset
26 depending on whether symbol is local. For -xgot, use
27 GOT_PAGE/GOT_OFST or GOT_HI16/GOT_LO16.
28 (macro) <M_DLA_AB, M_LA_AB>: Likewise.
29 <M_JAL_A>: In NewABI, use CALL16 or GOT_DISP for small got,
30 CALL_HI16/CALL_LO16 or GOT_PAGE/GOT_OFST for big got.
31 <ld_st>: In NewABI with small got, always use
32 GOT_PAGE/GOT_OFST, with the latter in the load/store
33 instruction. With big got, use GOT_HI16/GOT_LO16 or
34 GOT_PAGE/GOT_OFST.
35 (tc_gen_reloc): Adjust variant frags with GOT_DISP in NewABI.
36 Add tc_frag_data.tc_fr_offset to addends. Decay CALL16,
37 GOT_OFST and GOT_DISP to GOT_DISP in NewABI.
38 (md_convert_frag): Use memmove for safe copying of overlapping
39 regions.
40
35b55ed2
SC
412003-04-09 Stephane Carrez <stcarrez@nerim.fr>
42
43 * doc/c-m68hc11.texi (M68HC11-Opts): Document -m68hcs12, -mshort,
44 -mlong, -mshort-double and -mlong-double options; use table @code.
45 (M68HC11-Syntax): Update to document 68HC12 operands.
46 (M68HC11-Modifiers): New section for operand modifiers.
47 (M68HC11-Directives): New section for specific assembler directives.
48 (M68HC11-Branch): Fix Overfull hbox error.
49
9214dd3b
AO
502003-04-09 Alexandre Oliva <aoliva@redhat.com>
51
52 * config/tc-mips.c (macro): Add comments explaining the rationale
53 for Chris' change.
54
eb0a7d52
AO
552003-04-09 Chris Demetriou <cgd@broadcom.com>
56
57 * config/tc-mips.c (macro): Put back `+ 0x8000' in test for 64-bit
58 constant address that Alexandre took out by accident. Reject
59 64-bit addresses that are not sign extensions of 32 bits only if
60 we don't support 64-bit address constants.
61
a7fc733f
AM
622003-04-09 Alan Modra <amodra@bigpond.net.au>
63
64 * config/tc-ppc.c (md_apply_fix3): Generate ADDR16 relocs.
65
9cc92a36
NC
662003-04-08 Nick Clifton <nickc@redhat.com>
67
68 * as.c (perform_an_assembly_pass): If using cgen, call
69 gas_cgen_begin.
70 * cgen.c (gas_cgen_begin): New function. If
71 flag_signed_overflow_ok is set call cgen_set_signed_overflow_ok
72 otherwise call cgen_clear_signed_overflow_ok.
73 * cgen.h: Prototype gas_cgen_begin.
74
fe59a223
TS
752003-04-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
76
77 * write.c (write_relocs): Remove unused variable.
78
5a7a0b7b
AO
792003-04-06 Chris Demetriou <cgd@broadcom.com>
80
81 * config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): New.
82 (macro): Use new macro to decide whether to emit constant address
83 as 32 or 64 bits if addresses are 32-bit wide but registers are
84 64-bit wide.
85
577300ce
SC
862003-04-05 Stephane Carrez <stcarrez@nerim.fr>
87
88 * config/tc-m68hc11.c (M6811_OP_CALL_ADDR): New internal define.
89 (M6811_OP_PAGE_ADDR): New internal define.
90 (get_operand): New modifier %page and %addr to obtain page and
91 address part of a far-function.
92 (fixup8): Use BFD_RELOC_M68HC11_PAGE for a %page modifier; don't
93 complain on overflow for the BFD_RELOC_M68HC11_PAGE and truncation
94 relocs.
95 (fixup16): Use BFD_RELOC_M68HC11_LO16 for a %addr modifier.
96 (find_opcode): Add comment.
97 (md_estimate_size_before_relax): Force relocation of
98 STATE_UNDEXED_OFFSET types when the symbol is not absolute.
99 (tc_m68hc11_fix_adjustable): Check for BFD_RELOC_M68HC11_LO16
100 instead of BFD_RELOC_LO16; temporarily make the BFD_RELOC_32
101 on the symbol itself so that DWARF2 strings are merged correctly.
102
be33c5dd
SS
1032003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
104
105 * config/obj-coff.h (TARGET_FORMAT): Namespace cleanup, changed
106 default tic4x target format to 'coff2-tic4x'.
107 * config/tc-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/ and
108 s/c3x/tic3x/
109 * config/tc-tic4x.h: Ditto
110
e8fd7476
NC
1112003-04-03 Nick Clifton <nickc@redhat.com>
112
113 * NEWS: Mention support for Xtensa architecture.
114
47281638
PB
1152003-04-02 Philip Blundell <philb@gnu.org>
116
117 * config/tc-arm.c (arm_force_relocation): Return 0 for OFFSET_IMM.
118
af22f5b2
CD
1192003-04-02 Chris Demetriou <cgd@broadcom.com>
120
121 * config/tc-mips.c (macro2): Adjust implementation of
122 M_ULH, M_ULHU, M_ULW, and M_ULD so that they work properly
123 in the case where the source and destination registers
124 are the same.
125
e0001a05
NC
1262003-04-01 Bob Wilson <bob.wilson@acm.org>
127
128 * Makefile.am (CPU_TYPES): Add xtensa.
129 (TARGET_CPU_CFILES): Add config/tc-xtensa.c.
130 (TARGET_CPU_HFILES): Add config/tc-xtensa.h.
131 (xtensa-relax.o): New target.
132 Run "make dep-am".
133 * Makefile.in: Regenerate.
134 * configure.in: Handle xtensa-*-*. Add xtensa-relax.o to
135 extra_objects for xtensa targets.
136 * configure: Regenerate.
137 * write.c (write_object_file): Add new md_post_relax_hook.
138 * config/tc-xtensa.c: New file.
139 * config/tc-xtensa.h: Likewise.
140 * config/xtensa-istack.h: Likewise.
141 * config/xtensa-relax.c: Likewise.
142 * config/xtensa-relax.h: Likewise.
143 * doc/Makefile.am (CPU_DOCS): Add c-xtensa.texi.
144 * doc/Makefile.in: Regenerate.
145 * doc/all.texi: Set new XTENSA variable.
146 * doc/as.texinfo: Set new Xtensa variable. Describe
147 Xtensa-specific options. Define line comment character for
148 Xtensa. Add Xtensa processors to list of ELF targets where
149 alignment is specified in bytes. Add new Xtensa-Dependent node.
150 Add acknowledgements for those contributing to the Xtensa port.
151 * doc/internals.texi: Describe new md_post_relax_hook.
152 * doc/c-xtensa.texi: New file.
153
154
5a6c6817
NC
1552003-04-01 Nick Clifton <nickc@redhat.com>
156 Richard Earnshaw <rearnsha@arm.com>
157
158 * config/tc-arm.c: Remove presence of (r) and (tm) symbols.
159 (ARM_ARCH_IWMMXT): Simplify.
160 (insns): Place iwmmx instructions in correct place in table.
161 (arm_add_note): New function: Add a note entry to a .note section.
162 (md_begin): Make the default architecture be unknown.
163 Suppress the creation of an arm note section.
164
97bbfa38
EC
1652003-03-26 Eric Christopher <echristo@redhat.com>
166
167 * config/tc-mips.c (nopic_need_relax): Check for
168 S_IS_EXTERN.
169
e16bb312
NC
1702003-03-25 Stan Cox <scox@redhat.com>
171 Nick Clifton <nickc@redhat.com>
97bbfa38 172
e16bb312
NC
173 Contribute support for Intel's iWMMXt chip - an ARM variant:
174
175 * config/tc-arm.c: (ARM_CEXT_IWMMXT, ARM_ARCH_IWMMXT, WR_PREFIX,
176 WC_PREFIX, REG_TYPE_IWMMXT): New constants.
177 (enum wreg_type, enum iwmmxt_insn_type): New types.
178 (wr_register, wc_register, wcg_register): New macros.
179 (iwmmxt_table): New variable.
180 (wreg_required_here, do_iwmmxt_byte_addr, do_iwmmxt_tandc,
181 do_iwmmxt_tbcst, do_iwmmxt_textrc, do_iwmmxt_textrm,
182 do_iwmmxt_tinsr, do_iwmmxt_tmcr, do_iwmmxt_tmcrr, do_iwmmxt_tmia,
183 do_iwmmxt_tmovmsk, do_iwmmxt_tmrc, do_iwmmxt_tmrrc,
184 do_iwmmxt_torc, do_iwmmxt_waligni, do_iwmmxt_wmov,
185 do_iwmmxt_word_addr, do_iwmmxt_wrwr, do_iwmmxt_wrwrwcg,
186 do_iwmmxt_wrwrwr, do_iwmmxt_wshufh, do_iwmmxt_wzero,
187 cp_byte_address_offset, cp_byte_address_required_here,
188 check_iwmmxt_insn): New functions.
97bbfa38 189 (asm_opcode_insns): Add iWMMXt instructions.
e16bb312
NC
190 (md_begin): Set the mach value for iWMMXt targets. Create a note
191 section to identify iwmmxt binaries.
192 (md_apply_fix3): Handle BFD_RELOC_ARM_CP_OFF_IMM_S2.
193 * doc/c-arm.texi: Document the support for the iWMMXt.
194 * NEWS: Mention new support.
195