Fix up generation of VTINHERIT relocs
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * config/tc-xstormy16.c: (xstormy16_fix_adjustable): Do not fix
4 vtinherit relocs.
5 (xstormy16_md_apply_fix3): Do not return a value.
6
7 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
8
9 * tc-arm.c (md_longopts): On targets that aren't bi-endian, support
10 the -EL/-EB option that matches the target's endianness.
11 (md_parse_option): Likewise.
12
13 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
14
15 * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
16 is not dependent on ARM_BI_ENDIAN.
17
18 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
19
20 * tc-arm.c (all error messages): Normalize capitalization of messages.
21
22 * tc-arm.h (md_operand): Delete define.
23 * tc-arm.c (in_my_get_expression): New static variable.
24 (my_get_expression): Set and clear it.
25 (md_operand): New function. If called from my_get_expression
26 put the error in inst.error.
27 (output_inst): Now takes argument of instruction being assembled.
28 Print it out with any error message.
29 (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store
30 with '=' syntax.
31 (end_of_line): Don't update inst.error if it is already set.
32
33 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
34
35 * tc-arm.c ((do_ldst): Fix handling an immediate expression pseudo
36 op that can be translated into a mvn instruction.
37
38 2002-01-11 Steve Ellcey <sje@cup.hp.com>
39
40 * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for
41 setting default md.flags.
42 (SHT_INIT_ARRAY): New elf special section used by HP-UX.
43 (SHT_FINI_ARRAY): New elf special section used by HP-UX.
44 * gas/config/tc-ia64.c (setup_unwind_header): Add support
45 for 32 bit unwind info blocks.
46 (generate_unwind_image): Add support for different types
47 of unwind images (32 bits and/or big-endian).
48 (ia64_init): Use MD_FLAGS_DEFAULT to set md.flags.
49 (ia64_target_format): Add support for hpux target formats.
50 (ia64_gen_real_reloc_type): Add support for FUNC_IPLT_RELOC.
51 (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
52 SHT_FINI_ARRAY elf section types.
53
54 2002-01-10 Richard Earnshaw <rearnsha@arm.com>
55
56 * tc-arm.c (struct reg_entry): Move before prototypes.
57 (int_register, cp_register, fp_register): Delete.
58 (reg_table): Delete. Replaced with ...
59 (rn_table, cp_table, cn_table, fn_table, mav_mvf_table)
60 (mav_mvd_table, mav_mvfx_table, mav_mvdx_table, mav_mvax_table)
61 (mav_dspsc_table): ... one table per register set.
62 (arm_reg_hsh): Delete.
63 (struct reg_map): New structure.
64 (all_reg_maps): New array.
65 (enum arm_reg_type): New enums.
66 (build_reg_hsh): New function.
67 (insert_reg_alias): Use hash table passed by caller. Adjust all
68 callers.
69 (create_register_alias): New function, split out from ...
70 (md_assemble): ... here.
71 (md_begin): Build new register hash tables.
72 (arm_reg_parse): New argument for the hash table to search. Adjust all
73 callers.
74 (arm_reg_parse_any): New function.
75 (co_proc_number): Look up the processor number in the processor hash
76 table.
77 (cirrus_regtype): Delete.
78 (cirrus_register, cirrus_mvf_register, cirrus_mvd_register)
79 (cirrus_mvfx_register, cirrus_mvdx_register, cirrus_mvax_register)
80 (ARM_EXT_MAVERICKsc_register): Delete.
81 (do_c_binops_1, do_c_binops_2, do_c_binops_3): Delete.
82 (do_c_binops_1[a-o], do_c_binops_2[a-c], do_c_binops_3[a-d]): New
83 functions.
84 (do_c_triple_4, do_c_triple_5): Delete.
85 (do_c_triple_4[ab], do_c_triple_5[a-h]): New functions.
86 (do_c_quad_6): Delete.
87 (do_c_quad_6[ab]): New functions.
88 (do_c_binops, do_c_triple, do_c_quad, do_c_shift, do_c_ldst): Rework
89 arguments to use new register parsing methods.
90 (cirrus_reg_required_here): Likewise.
91 (insns): Reclassify cirrus maverick worker functions.
92 (cirrus_valid_reg): Delete.
93
94 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
95
96 * configure.in (sh*le): Set cpu_type=sh and endian=little.
97 (sh*-*-netbsdelf*): New target.
98 * configure: Regenerate.
99 * tc-sh.h: Update copyright years.
100 (TARGET_FORMAT): Add version for TE_NetBSD.
101
102 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
103
104 * read.c (emit_expr): Do not allow 'size' or 'nbytes' to go
105 negative.
106
107 2002-01-06 Alan Modra <amodra@bigpond.net.au>
108
109 * config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
110 * config/tc-m68k.c (md_relax_table): Add md_prepare_relax_scan comment.
111
112 2002-01-05 Daniel Jacobowitz <drow@mvista.com>
113
114 * tc-mips.c (mips_cprestore_valid): New flag.
115 (mips_frame_reg_valid): New flag.
116 (macro) [M_JAL_2]: Check both flags.
117 [M_JAL_A]: Likewise.
118 (s_cprestore): Set mips_cprestore_valid.
119 (tc_get_register): If setting mips_frame_reg, set
120 mips_frame_reg_valid and clear mips_cprestore_valid.
121 (s_mips_ent): Clear both flags.
122 (s_mips_end): Clear both flags.
123
124 2002-01-05 Alan Modra <amodra@bigpond.net.au>
125
126 * write.c (write_object_file): Make use of bfd_section_list_remove.
127 * config/obj-ecoff.c (ecoff_frob_file): Likewise.
128 * config/tc-mmix.c (mmix_frob_file): Likewise.
129
130 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
131
132 * configure.in (i386-*-netbsdelf*): Collapse target into...
133 (i386-*-netbsd*): ...this. Add support for x86-64.
134 * configure: Regenerated.
135
136 2002-01-03 matthew green <mrg@redhat.com>
137
138 * config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.
139
140 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
141
142 * config/tc-m68k.c (md_estimate_size_before_relax): Test for a
143 NULL frag link.
144
145 For older changes see ChangeLog-0001
146 \f
147 Local Variables:
148 mode: change-log
149 left-margin: 8
150 fill-column: 74
151 version-control: never
152 End:
153
This page took 0.033887 seconds and 5 git commands to generate.