* ar.c (extract_file): Set atime to mtime for ar xo.
[deliverable/binutils-gdb.git] / include / ChangeLog
CommitLineData
645ea12c
TL
12004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
2
3 * opcode/crx.h (operand_type): Remove redundant types i3, i4,
4 i5, i8, i12.
5 Add new unsigned immediate types us3, us4, us5, us16.
6
dfeffb9f
L
72004-10-21 H.J. Lu <hongjiu.lu@intel.com>
8
9 PR 463
10 * bfdlink.h (bfd_link_callbacks): Add a pointer to struct
11 bfd_link_hash_entry to reloc_overflow.
12
8cb51566
PB
132004-10-12 Paul Brook <paul@codesourcery.com>
14
15 * elf/arm.h (EF_ARM_EABI_VER4): Define.
16
d2b2c203
DJ
172004-10-08 Daniel Jacobowitz <dan@debian.org>
18
19 * elf/common.h (PT_SUNW_EH_FRAME): Define.
20 * elf/x86-64.h (SHT_X86_64_UNWIND): Define.
21
43cd72b9
BW
222004-10-07 Bob Wilson <bob.wilson@acm.org>
23
24 * xtensa-config.h (XSHAL_USE_ABSOLUTE_LITERALS,
25 XCHAL_HAVE_PREDICTED_BRANCHES, XCHAL_INST_FETCH_WIDTH): New.
26 (XCHAL_EXTRA_SA_SIZE, XCHAL_EXTRA_SA_ALIGN): Delete.
c44050dc 27
43cd72b9
BW
28 * xtensa-isa-internal.h (ISA_INTERFACE_VERSION): Delete.
29 (config_sturct struct): Delete.
30 (XTENSA_OPERAND_IS_REGISTER, XTENSA_OPERAND_IS_PCRELATIVE,
31 XTENSA_OPERAND_IS_INVISIBLE, XTENSA_OPERAND_IS_UNKNOWN,
32 XTENSA_OPCODE_IS_BRANCH, XTENSA_OPCODE_IS_JUMP,
33 XTENSA_OPCODE_IS_LOOP, XTENSA_OPCODE_IS_CALL,
34 XTENSA_STATE_IS_EXPORTED, XTENSA_INTERFACE_HAS_SIDE_EFFECT): Define.
35 (xtensa_format_encode_fn, xtensa_get_slot_fn, xtensa_set_slot_fn): New.
36 (xtensa_insn_decode_fn): Rename to ...
37 (xtensa_opcode_decode_fn): ... this.
38 (xtensa_immed_decode_fn, xtensa_immed_encode_fn, xtensa_do_reloc_fn,
39 xtensa_undo_reloc_fn): Update.
40 (xtensa_encoding_template_fn): Delete.
41 (xtensa_opcode_encode_fn, xtensa_format_decode_fn,
42 xtensa_length_decode_fn): New.
43 (xtensa_format_internal, xtensa_slot_internal): New types.
44 (xtensa_operand_internal): Delete operand_kind, inout, isPCRelative,
45 get_field, and set_field fields. Add name, field_id, regfile,
46 num_regs, and flags fields.
47 (xtensa_arg_internal): New type.
48 (xtensa_iclass_internal): Change operands field to array of
49 xtensa_arg_internal. Add num_stateOperands, stateOperands,
50 num_interfaceOperands, and interfaceOperands fields.
51 (xtensa_opcode_internal): Delete length, template, and iclass fields.
52 Add iclass_id, flags, encode_fns, num_funcUnit_uses, and funcUnit_uses.
53 (opname_lookup_entry): Delete.
54 (xtensa_regfile_internal, xtensa_interface_internal,
55 xtensa_funcUnit_internal, xtensa_state_internal,
56 xtensa_sysreg_internal, xtensa_lookup_entry): New.
57 (xtensa_isa_internal): Replace opcode_table field with opcodes field.
58 Change type of opname_lookup_table. Delete num_modules,
59 module_opcode_base, module_decode_fn, config, and has_density fields.
60 Add num_formats, formats, format_decode_fn, length_decode_fn,
61 num_slots, slots, num_fields, num_operands, operands, num_iclasses,
62 iclasses, num_regfiles, regfiles, num_states, states,
63 state_lookup_table, num_sysregs, sysregs, sysreg_lookup_table,
64 max_sysreg_num, sysreg_table, num_interfaces, interfaces,
65 interface_lookup_table, num_funcUnits, funcUnits and
66 funcUnit_lookup_table fields.
67 (xtensa_isa_module, xtensa_isa_modules): Delete.
68 (xtensa_isa_name_compare): New prototype.
69 (xtisa_errno, xtisa_error_msg): New.
70 * xtensa-isa.h (XTENSA_ISA_VERSION): Define.
71 (xtensa_isa): Change type.
72 (xtensa_operand): Delete.
73 (xtensa_format, xtensa_regfile, xtensa_state, xtensa_sysreg,
74 xtensa_interface, xtensa_funcUnit, xtensa_isa_status,
75 xtensa_funcUnit_use): New types.
76 (libisa_module_specifier): Delete.
77 (xtensa_isa_errno, xtensa_isa_error_msg): New prototypes.
78 (xtensa_insnbuf_free, xtensa_insnbuf_to_chars,
79 xtensa_insnbuf_from_chars): Update prototypes.
80 (xtensa_load_isa, xtensa_extend_isa, xtensa_default_isa,
81 xtensa_insn_maxlength, xtensa_num_opcodes, xtensa_decode_insn,
82 xtensa_encode_insn, xtensa_insn_length,
83 xtensa_insn_length_from_first_byte, xtensa_num_operands,
84 xtensa_operand_kind, xtensa_encode_result,
85 xtensa_operand_isPCRelative): Delete.
86 (xtensa_isa_init, xtensa_operand_inout, xtensa_operand_get_field,
87 xtensa_operand_set_field, xtensa_operand_encode,
88 xtensa_operand_decode, xtensa_operand_do_reloc,
89 xtensa_operand_undo_reloc): Update prototypes.
90 (xtensa_isa_maxlength, xtensa_isa_length_from_chars,
91 xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
92 xtensa_isa_num_opcodes, xtensa_isa_num_regfiles, xtensa_isa_num_states,
93 xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
94 xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
95 xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
96 xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
97 xtensa_format_get_slot, xtensa_format_set_slot, xtensa_opcode_decode,
98 xtensa_opcode_encode, xtensa_opcode_is_branch, xtensa_opcode_is_jump,
99 xtensa_opcode_is_loop, xtensa_opcode_is_call,
100 xtensa_opcode_num_operands, xtensa_opcode_num_stateOperands,
101 xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
102 xtensa_opcode_funcUnit_use, xtensa_operand_name,
103 xtensa_operand_is_visible, xtensa_operand_is_register,
104 xtensa_operand_regfile, xtensa_operand_num_regs,
105 xtensa_operand_is_known_reg, xtensa_operand_is_PCrelative,
106 xtensa_stateOperand_state, xtensa_stateOperand_inout,
107 xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
108 xtensa_regfile_lookup_shortname, xtensa_regfile_name,
109 xtensa_regfile_shortname, xtensa_regfile_view_parent,
110 xtensa_regfile_num_bits, xtensa_regfile_num_entries,
111 xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
112 xtensa_state_is_exported, xtensa_sysreg_lookup,
113 xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
114 xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
115 xtensa_interface_num_bits, xtensa_interface_inout,
116 xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
117 xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New prototypes.
118 * elf/xtensa.h (R_XTENSA_DIFF8, R_XTENSA_DIFF16, R_XTENSA_DIFF32,
119 R_XTENSA_SLOT*_OP, R_XTENSA_SLOT*_ALT): New relocations.
120 (XTENSA_PROP_SEC_NAME): Define.
121 (property_table_entry): Add flags field.
122 (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
123
8fdd7217
NC
1242004-10-07 Jeff Baker <jbaker@qnx.com>
125
126 * bfdlink.h (bfd_link_info): Add bitfield: warn_shared_textrel.
127
eb043451
PB
1282004-09-17 Paul Brook <paul@codesourcery.com>
129
130 * elf/arm.h: Remove R_ARM_STKCHK and R_ARM_THM_STKCHK.
131 Add R_ARM_TARGET2, R_ARM_PREL31, R_ARM_GOT_ABS, R_ARM_GOT_PREL,
132 R_ARM_GOT_BREL12, R_ARM_GOTOFF12 and R_ARM_GOTRELAX.
133
f6e332e6
AM
1342004-09-17 Alan Modra <amodra@bigpond.net.au>
135
136 * bfdlink.h (struct bfd_link_hash_entry): Move und_next into elements
137 of union.
138
79fadcb0
DD
1392004-09-13 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
140
141 * libiberty.h (basename): Prototype for __MINGW32__.
142
9c504268
PB
1432004-09-13 Paul Brook <paul@codesourcery.com>
144
145 * elf/arm.h: Rename RELABS to TARGET1.
146
a5ecc6a5
DD
1472004-09-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
148
149 * ansidecl.h (ATTRIBUTE_SENTINEL): Define.
150 * libiberty.h (concat, reconcat, concat_length, concat_copy,
151 concat_copy2): Use ATTRIBUTE_SENTINEL.
152
d003868e
AM
1532004-08-13 Alan Modra <amodra@bigpond.net.au>
154
155 * bfdlink.h (struct bfd_link_callbacks): Remove "error_handler".
156 (LD_DEFINITION_IN_DISCARDED_SECTION): Delete.
157
deaa6723
DD
1582004-08-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
159
160 * libiberty.h (XDELETE, XDELETEVEC, XRESIZEVEC): Remove any
161 const-qualification before disposal.
162
d5b4094f
DD
1632004-07-24 Bernardo Innocenti <bernie@develer.com>
164
165 * ansidecl.h (ARG_UNUSED): New Macro.
166
60ee6567
L
1672004-07-23 H.J. Lu <hongjiu.lu@intel.com>
168
169 * bin-bugs.h (REPORT_BUGS_TO): Set to
170 "<URL:http://www.sourceware.org/bugzilla/>".
171
a35b6b04
DD
1722004-07-21 Paolo Bonzini <bonzini@gnu.org>
173
174 * ansidecl.h (ATTRIBUTE_PURE): New.
175
7ab9a76e
DD
1762004-07-13 Bernardo Innocenti <bernie@develer.com>
177
178 * libiberty.h (XNEW, XCNEW, XNEWVEC, XCNEWVEC, XOBNEW): Move here from
179 libcpp/internal.h.
180 (XDELETE, XRESIZEVEC, XDELETEVEC, XNEWVAR, XCNEWVAR, XRESIZEVAR): New
181 macros.
182
1832004-07-13 Bernardo Innocenti <bernie@develer.com>
184
185 * libiberty.h (ASTRDUP): Add casts required for stricter
186 type conversion rules of C++.
187 * obstack.h (obstack_free): Likewise.
188
1fe1f39c
NC
1892004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
190
191 * dis-asm.h (print_insn_crx): Declare.
192
eea6121a
AM
1932004-06-24 Alan Modra <amodra@bigpond.net.au>
194
195 * bfdlink.h (struct bfd_link_order): Update comment.
196
8c37241b
JJ
1972004-05-11 Jakub Jelinek <jakub@redhat.com>
198
199 * bfdlink.h (struct bfd_link_info): Add relro, relro_start and
200 relro_end fields.
201 * elf/common.h (PT_GNU_EH_FRAME, PT_GNU_STACK): Add comments.
202 (PT_GNU_RELRO): Define.
203
619874a6
DD
2042004-05-04 Andreas Jaeger <aj@suse.de>
205
206 * demangle.h: Do not use C++ reserved keyword typename as
207 parameter for cplus_demangle_fill_builtin_type.
208
bb6a587d
DD
2092004-04-22 Richard Henderson <rth@redhat.com>
210
211 * hashtab.h (struct htab): Add size_prime_index.
212
d6ea4e80
DD
2132004-04-13 Jeff Law <law@redhat.com>
214
215 * hashtab.h (htab_remove_elt_with_hash): Prototype new function.
216
f29d4bb8
DD
2172004-03-30 Zack Weinberg <zack@codesourcery.com>
218
219 * hashtab.h, splay-tree.h: Use new shorter form of GTY markers.
220
75d5e263
SS
2212004-03-25 Stan Shebs <shebs@apple.com>
222
223 * mpw/: Remove subdirectory and everything in it.
224
b9cf773d
AM
2252004-03-23 Alan Modra <amodra@bigpond.net.au>
226
227 PR 51.
228 * bfdlink.h (struct bfd_link_info): Add wrap_char.
229
59c2e50f
L
2302004-03-20 H.J. Lu <hongjiu.lu@intel.com>
231
232 * bfdlink.h (bfd_link_info): Correct comments for the
233 unresolved_syms_in_objects field.
234
099f84cf
DD
2352004-02-24 Ian Lance Taylor <ian@wasabisystems.com>
236
237 * dyn-string.h: Update copyright date.
238
74aee4eb
DD
2392004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
240
241 * dyn-string.h: Remove test of IN_LIBGCC2 and IN_GLIBCPP_V3 and
242 the associated #defines.
243
59727473
DD
2442004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
245
062054c5
ILT
246 * demangle.h: Instead of checking ANSI_PROTOTYPES, just include
247 "libiberty.h".
248
9850ebe2
ILT
249 * demangle.h: If ANSI_PROTOTYPES is defined, include <stddef.h>.
250
59727473
DD
251 * demangle.h (enum demangle_component_type): Define.
252 (struct demangle_operator_info): Declare.
253 (struct demangle_builtin_type_info): Declare.
254 (struct demangle_component): Define.
255 (cplus_demangle_fill_component): Declare.
256 (cplus_demangle_fill_name): Declare.
257 (cplus_demangle_fill_builtin_type): Declare.
258 (cplus_demangle_fill_operator): Declare.
259 (cplus_demangle_fill_extended_operator): Declare.
260 (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare.
261 (cplus_demangle_v3_components): Declare.
262 (cplus_demangle_print): Declare.
263
10ca0e95 264For older changes see ChangeLog-9103
252b5132
RH
265\f
266Local Variables:
267mode: change-log
268left-margin: 8
269fill-column: 74
270version-control: never
271End:
This page took 0.278117 seconds and 4 git commands to generate.