Handle ADD/SUB relocations
[platform/upstream/elfutils.git] / backends / ChangeLog
1 2018-10-02  Andreas Schwab  <schwab@suse.de>
2
3         * riscv_symbol.c (riscv_reloc_simple_type): Add parameter addsub.
4         Set it for ADD and SUB relocations.
5         * aarch64_symbol.c (aarch64_reloc_simple_type): Add and ignore
6         third parameter.
7         * alpha_symbol.c (alpha_reloc_simple_type): Likewise.
8         * arm_symbol.c (arm_reloc_simple_type): Likewise.
9         * bpf_symbol.c (bpf_reloc_simple_type): Likewise.
10         * i386_symbol.c (i386_reloc_simple_type): Likewise.
11         * ia64_symbol.c (ia64_reloc_simple_type): Likewise.
12         * m68k_symbol.c (m68k_reloc_simple_type): Likewise.
13         * ppc64_symbol.c (ppc64_reloc_simple_type): Likewise.
14         * ppc_symbol.c (ppc_reloc_simple_type): Likewise.
15         * s390_symbol.c (s390_reloc_simple_type): Likewise.
16         * sh_symbol.c (sh_reloc_simple_type): Likewise.
17         * sparc_symbol.c (sparc_reloc_simple_type): Likewise.
18         * tilegx_symbol.c (tilegx_reloc_simple_type): Likewise.
19         * x86_64_symbol.c (x86_64_reloc_simple_type): Likewise.
20
21 2018-09-12  Mark Wielaard  <mark@klomp.org>
22
23         * ppc64_init.c (ppc64_init): Use elf_getshdrstrndx.
24
25 2018-09-12  Mark Wielaard  <mark@klomp.org>
26
27         * aarch64_symbol.c (aarch64_check_special_symbol): Drop ehdr argument,
28         use elf_getshdrstrndx.
29         * alpha_symbol.c (alpha_check_special_symbol): Drop ehdr argument.
30         * ppc64_symbol.c (ppc64_check_special_symbol): Likewise and use
31         elf_getshdrstrndx.
32         * ppc_symbol.c (ppc_check_special_symbol): Likewise.
33         * riscv_symbol.c (riscv_check_special_symbol): Likewise.
34
35 2018-07-21  Andreas Schwab  <schwab@linux-m68k.org>
36
37         * Makefile.am (m68k_SRCS): Add m68k_cfi.c and m68k_initreg.c.
38         * m68k_cfi.c: New file.
39         * m68k_initreg.c: New file.
40         * m68k_init.c (m68k_init): Hook abi_cfi and
41         set_initial_registers_tid.
42
43 2018-07-19  Andreas Schwab  <schwab@suse.de>
44
45         * riscv_regs.c (riscv_register_info): Fix typo.
46
47 2018-07-17  Andreas Schwab  <schwab@suse.de>
48
49         * Makefile.am (riscv_SRCS): Add riscv_corenote.c.
50         * riscv_corenote.c: New file.
51         * riscv_init.c (riscv_init): Hook core_note.
52
53 2018-07-11  Andreas Schwab  <schwab@suse.de>
54
55         * Makefile.am (riscv_SRCS): Add riscv_initreg.c.
56         * riscv_initreg.c: New file.
57         * riscv_init.c (riscv_init): Hook set_initial_registers_tid.
58
59 2018-06-16  Yonghong Song  <yhs@fb.com>
60
61         * Makefile.am (bpf_SRCS): Add bpf_symbol.c.
62         * bpf_init.c (bpf_init): Add reloc_simple_type HOOK.
63         * bpf_reloc.def: Add RELOC_TYPE 64_64 and 64_32.
64         * bpf_symbol.c: New file.
65
66 2018-06-21  Mark Wielaard  <mark@klomp.org>
67
68         * bpf_reloc.def: Remove MAP_FD.
69
70 2018-06-13  Andreas Schwab  <schwab@suse.de>
71
72         * Makefile.am (riscv_SRCS): Add riscv_cfi.c and riscv_regs.c.
73         * riscv_cfi.c: New file.
74         * riscv_regs.c: Likewise.
75         * riscv_init.c (riscv_init): Hook register_info and abi_cfi.
76
77 2018-05-15  Andreas Schwab  <schwab@suse.de>
78
79         * riscv_init.c (riscv_init): Hook check_special_symbol.
80         * riscv_symbol.c (riscv_check_special_symbol): New function.
81
82 2018-04-19  Andreas Schwab  <schwab@suse.de>
83
84         * Makefile.am (modules): Add riscv.
85         * riscv_init.c: New file.
86         * riscv_reloc.def: New file.
87         * riscv_symbol.c: New file.
88
89 2018-04-11  Mark Wielaard  <mark@klomp.org>
90
91         * aarch64_cfi.c (aarch64_abi_cfi): Add rule for restoring SP from
92         CFA address.
93
94 2018-02-15  Mark Wielaard  <mark@klomp.org>
95
96         * ppc_initreg.c: Include ptrace.h before system.h and sys/user.h.
97
98 2018-02-09  Joshua Watt  <JPEWhacker@gmail.com>
99
100         * aarch64_retval.c (aarch64_return_value_location): Use FALLTHROUGH
101         macro instead of comment.
102         * alpha_retval.c (alpha_return_value_location): Likewise.
103         * arm_regs.c (arm_register_info): Likewise.
104         * arm_retval.c (arm_return_value_location): Likewise.
105         * i386_regs.c (i386_register_info): Likewise.
106         * i386_retval.c (i386_return_value_location): Likewise.
107         * ia64_retval.c (ia64_return_value_location): Likewise.
108         * linux-core-note.c (core_note): Likewise.
109         * m68k_retval.c (m68k_return_value_location): Likewise.
110         * ppc64_retval.c (ppc64_return_value_location): Likewise.
111         * ppc_regs.c (ppc_register_info): Likewise.
112         * ppc_retval.c (ppc_return_value_location): Likewise.
113         * s390_retval.c (s390_return_value_location): Likewise.
114         * sh_retval.c (sh_return_value_location): Likewise.
115         * sparc_retval.c (sparc_return_value_location): Likewise.
116         * tilegx_retval.c (tilegx_return_value_location): Likewise.
117         * x86_64_regs.c (x86_64_register_info): Likewise.
118         * x86_64_retval.c (x86_64_return_value_location): Likewise.
119
120 2017-10-24  Mark Wielaard  <mark@klomp.org>
121
122         * Makefile.am (m68k_corenote_no_Wpacked_not_aligned): New variable.
123
124 2017-08-18  Ulf Hermann <ulf.hermann@qt.io>
125
126         * linux-core-note.c: Use attribute_packed.
127
128 2017-04-27  Ulf Hermann <ulf.hermann@qt.io>
129
130         * Makefile.am: Use dso_LDFLAGS.
131
132 2017-07-27  Mark Wielaard  <mark@klomp.org>
133
134         * sparc_reloc.def: GOTDATA_OP_HIX22, GOTDATA_OP_LOX10 and
135         GOTDATA_OP can be used in ET_REL files.
136
137 2017-07-19  Gustavo Romero <gromero@linux.vnet.ibm.com>
138
139         * ppc_corenote.c: Add offsets for ppc64 HTM SPRs: thfar, tfiar,
140         and texasr.
141         * ppc_regs.c: Add names for ppc64 HTM SPRs mappings.
142
143 2017-07-20  Mark Wielaard  <mark@klomp.org>
144
145         * aarch64_init.c (aarch64_init): Hook data_marker_symbol.
146         * aarch64_symbol.c (aarch64_data_marker_symbol): New function.
147         * arm_init.c (arm_init): Hook data_marker_symbol.
148         * arm_symbol.c (aarch64_data_marker_symbol): New function.
149
150 2017-07-18  Mark Wielaard  <mark@klomp.org>
151
152         * Makefile.am (cpu_bpf): Always define.
153         * bpf_init.c (disasm): Always hook.
154         * bpf_regs.c: Include bpf.h instead of linux/bpf.h. Don't define
155         MAX_BPF_REG.
156
157 2017-02-17  Ulf Hermann  <ulf.hermann@qt.io>
158
159         * Makefile.am: Add libeu.
160         (libebl_%so): Link with --no-undefined,-z,defs,-z,relro
161         and libeu.a.
162
163 2017-06-17  Mark Wielaard  <mark@klomp.org>
164
165         * s390_initreg.c: Swap sys/ptrace.h and asm/ptrace.h include order.
166
167 2017-06-15  Andreas Schwab  <schwab@linux-m68k.org>
168
169         * ppc_symbol.c (ppc_machine_flag_check): New function.
170         * ppc_init.c (ppc_init): Hook it.
171
172 2017-05-30  Mark Wielaard  <mark@klomp.org>
173
174         * ppc64_unwind.c: New file.
175         * ppc64_init.c (pcc64_init): Hook unwind.
176         * Makefile.am (ppc64_SRCS): Add ppc64_unwind.c
177
178 2017-04-06  Mark Wielaard  <mark@klomp.org>
179
180         * i386_unwind.c: New file.
181         * i386_init.c: Hook i386_unwind.
182         * Makefile.am (i386_SRCS): Add i386_unwind.c
183
184 2017-02-09  Ulf Hermann  <ulf.hermann@qt.io>
185
186         * aarch64_unwind.c: New file
187         * Makefile.am (aarch64_SRCS): Add aarch64_unwind.c
188         * aarch64_init.c (aarch64_init): Hook aarch64_unwind
189
190 2017-02-09  Ulf Hermann  <ulf.hermann@qt.io>
191
192         * x86_64_unwind.c: New file
193         * Makefile.am (x86_64_SRCS): Add x86_64_unwind.c
194         * x86_64_init.c (x86_64_init): Hook x86_64_unwind
195
196 2017-04-20  Ulf Hermann <ulf.hermann@qt.io>
197
198         * aarch64_initreg.c: Compile register initialization only on linux.
199         * arm_initreg.c: Likewise.
200         * ppc_initreg.c: Likewise.
201         * s390_initreg.c: Likewise.
202         * x86_64_initreg.c: Likewise.
203
204 2017-02-15  Mark Wielaard  <mark@klomp.org>
205
206         * ppc64_init.c (ppc64_init): Add check_object_attribute HOOK.
207         * ppc_attrs.c (ppc_check_object_attribute): Add Single-precision hard
208         float.
209
210 2016-11-02  Mark Wielaard  <mjw@redhat.com>
211
212         * i386_regs.c (i386_register_info): Add fallthrough comment.
213         * i386_retval.c (i386_return_value_location): Move fallthrough
214         comment.
215         * linux-core-note.c (core_note): Adjust fallthrough comment.
216         * m68k_retval.c (m68k_return_value_location): Move fallthrough
217         comment.
218         * ppc_regs.c (ppc_register_info): Add fallthrough comment.
219         * x86_64_regs.c (x86_64_register_info): Likewise.
220
221 2016-08-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
222
223         * sparc_attrs.c (sparc_check_object_attribute): Fix the
224         calculation of GNU_SParc_HWCAPS and GNU_SParc_HWCAPS2 values as
225         comma-separated list of hw capability names.
226
227 2016-07-10  Andreas Schwab  <schwab@linux-m68k.org>
228
229         * m68k_corenote.c (ALIGN_PRSTATUS): Define.
230         * linux-core-note.c (struct EBLHOOK(prstatus)): Set alignment to
231         ALIGN_PRSTATUS if defined.
232
233 2016-06-28  Richard Henderson <rth@redhat.com>
234
235         * Makefile.am (modules): Add bpf.
236         (libebl_pic): Add libebl_bpf_pic.a.
237         (am_libebl_bpf_pic_a_OBJECTS): New.
238         * bpf_init.c, bpf_regs.c, bpf_reloc.def: New files.
239         * common-reloc.c (copy_reloc_p): Honor NO_COPY_RELOC.
240         (init_reloc): Likewise.
241
242 2016-05-20  Andreas Schwab  <schwab@linux-m68k.org>
243
244         * Makefile.am (modules): Add m68k.
245         (libebl_pic): Add libebl_m68k_pic.a.
246         (m68k_SRCS, libebl_m68k_pic_a_SOURCES)
247         (am_libebl_m68k_pic_a_OBJECTS): Define.
248         * m68k_init.c: New file.
249         * m68k_symbol.c: New file.
250         * m68k_regs.c: New file.
251         * m68k_retval.c: New file.
252         * m68k_corenote.c: New file.
253         * m68k_reloc.def: New file.
254         * linux-core-note.c (ALIGN_INT): Only define if not defined.
255
256 2016-02-26  Jose E. Marchesi  <jose.marchesi@oracle.com>
257
258         * sparc_initreg.c (EBLHOOK): Provide a dummy
259         sparc_set_initial_registers_tid for sparc32.  This fixes the build
260         in sparcv9-*-* targets.
261
262 2016-02-26  Andreas Schwab  <schwab@suse.de>
263
264         * ppc_symbol.c (ppc_dynamic_tag_name): Add DT_PPC_OPT.
265         (ppc_dynamic_tag_check): Likewise.
266
267 2015-12-28  Mark Wielaard  <mjw@redhat.com>
268
269         * i386_reloc.def: Add GOT32X.
270         * x86_64_reloc.def: Add GOTPCRELX and REX_GOTPCRELX.
271
272 2016-02-12  Mark Wielaard  <mjw@redhat.com>
273
274         * aarch64_corenote.c (aarch64_syscall_items): New Ebl_Core_Item[].
275         (EXTRA_NOTES): Add NT_ARM_SYSTEM_CALL.
276         * eblcorenotetypename.c (ebl_core_note_type_name):
277         Add ARM_SYSTEM_CALL.
278
279 2015-12-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
280
281         * sparc_init.c (sparc_init): Hook sparc_set_initial_registers_tid.
282         * sparc_initreg.c: New file.
283         * Makefile.am (sparc_SRCS): Added sparc_initreg.c.
284
285 2015-12-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
286
287         * sparc_corenote.c: Header comment typo fixed.
288         (PRSTATUS_REGSET_ITEMS): Defined, so the PC can be fetched from
289         core files.
290         * Makefile.am (sparc_SRCS): Added sparc_cfi.c
291         * sparc_cfi.c: New file.
292         * sparc_init.c (sparc_init): Set eh->frame_nregs, eh->ra_offset
293         and hook sparc_abi_cfi.
294
295 2015-10-21  Chih-Hung Hsieh  <chh@google.com>
296
297         * ia64_retval.c (hfa_type): Move nested function 'hfa' to file scope.
298         * aarch64_regs.c (aarch64_register_info): Move nested function 'regtype'
299         to file scope.
300
301 2015-10-16  Mark Wielaard  <mjw@redhat.com>
302
303         * ppc_symbol.c (ppc_check_special_symbol): Also allow _SDA_BASE_
304         in .data section.
305
306 2015-10-05  Josh Stone  <jistone@redhat.com>
307
308         * Makefile.am (libebl_%.so): Add AM_V_at and AM_V_CCLD silencers.
309
310 2015-10-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
311
312         * sparc_attrs.c: New file.
313         * Makefile.am (sparc_SRCS): Added sparc_attrs.c
314         * sparc_init.c (sparc_init): Hook sparc_check_object_attribute.
315
316 2015-10-02  Jose E. Marchesi  <jose.marchesi@oracle.com>
317
318         * sparc_init.c (RELOC_TYPE_ID): Defined.
319         * common-reloc.c (reloc_type_name): Apply target-specific
320         relocation ID extractors if defined.
321         (reloc_type_check): Likewise.
322         (reloc_valid_use): Likewise.
323
324 2015-10-02  Jose E. Marchesi  <jose.marchesi@oracle.com>
325
326         * sparc_reloc.def: Added relocation types WDISP10, JMP_IREL and
327         IRELATIVE.
328
329 2015-09-22  Mark Wielaard  <mjw@redhat.com>
330
331         * arm_attrs.c: Remove old-style function definitions.
332         * linux-core-note.c: Likewise.
333         * ppc_attrs.c: Likewise.
334
335 2015-09-04  Chih-Hung Hsieh  <chh@google.com>
336
337         * aarch64_init.c (aarch64_init): Replace K&R function definition
338         with ansi-C definitions.
339         * alpha_init.c (alpha_init): Likewise.
340         * arm_init.c (arm_init): Likewise.
341         * i386_init.c (i386_init): Likewise.
342         * ia64_init.c (ia64_init): Likewise.
343         * ppc64_init.c (ppc64_init): Likewise.
344         * ppc_init.c (ppc_init): Likewise.
345         * s390_init.c (s390_init): Likewise.
346         * sh_init.c (sh_init): Likewise.
347         * sparc_init.c (sparc_init): Likewise.
348         * tilegx_init.c (tilegx_init): Likewise.
349         * x86_64_init.c (x86_64_init): Likewise.
350
351 2015-09-03  Mark Wielaard  <mjw@redhat.com>
352
353         * sparc_regs.c (sparc_register_info): Use ebl->class not ebl->machine.
354
355 2015-06-26  Pino Toscano  <toscano.pino@tiscali.it>
356
357         * i386_initreg.c: Reduce scope of some includes to match their usage.
358
359 2015-04-28  Mark Wielaard  <mjw@redhat.com>
360
361         * aarch64_reloc.def: Drop "64" from TLS_DTPMOD64, TLS_DTPREL64 and
362         TLS_TPREL64.
363
364 2015-04-01  H.J. Lu  <hjl.tools@gmail.com>
365
366         * Makefile.am (x86_64_SRCS): Add x32_corenote.c.
367         * linux-core-note.c (PR_REG): New.
368         (PRPSINFO_UID_T): Likewise.
369         (ALIGN_PRPSINFO_UID_T): Likewise.
370         (TYPE_PRPSINFO_UID_T): Likewise.
371         (PRPSINFO_GID_T): Likewise.
372         (ALIGN_PRPSINFO_GID_T): Likewise.
373         (TYPE_PRPSINFO_GID_T): Likewise.
374         (pr_reg): Replace ULONG with PR_REG.
375         (pr_uid): Replace UID_T with PRPSINFO_UID_T.
376         (uid): Likewise.
377         (pr_gid): Replace GID_T with PRPSINFO_GID_T.
378         (gid): Likewise.
379         * x32_corenote.c: New file.
380         * x86_64_corenote.c (BITS): New.  Support x32.
381         (BACKEND): Support x32.
382         (ULONG): Likewise.
383         (ALIGN_ULONG): Likewise.
384         (TYPE_ULONG): Likewise.
385         (PRPSINFO_UID_T): New.
386         (ALIGN_PRPSINFO_UID_T): Likewise.
387         (TYPE_PRPSINFO_UID_T): Likewise.
388         (PRPSINFO_GID_T): Likewise.
389         (ALIGN_PRPSINFO_GID_T): Likewise.
390         (TYPE_PRPSINFO_GID_T): Likewise.
391         (PR_REG): Likewise.
392         (ALIGN_PR_REG): Likewise.
393         * x86_64_init.c (x32_core_note): New.
394         (x86_64_init): Set eh->core_note to x32_core_note for x32.
395
396 2015-03-23  Mark Wielaard  <mjw@redhat.com>
397
398         * aarch64_symbol.c (aarch64_check_special_symbol): Accept
399         _GLOBAL_OFFSET_TABLE_ pointing anywhere in .got.
400
401 2015-03-09  Mark Wielaard  <mjw@redhat.com>
402
403         * aarch64_reloc.def (COPY): Add DYN.
404         * arm_reloc.def (COPY): Likewise.
405         * i386_reloc.def (COPY): Likewise.
406         * ia64_reloc.def (COPY): Likewise.
407         * ppc64_reloc.def (COPY): Likewise.
408         * ppc_reloc.def (COPY): Likewise.
409         * s390_reloc.def (COPY): Likewise.
410         * sh_reloc.def (COPY): Likewise.
411         * sparc_reloc.def (COPY): Likewise.
412         * tilegx_reloc.def (COPY): Likewise.
413         * x86_64_reloc.def (COPY): Likewise.
414
415 2015-02-23  Petr Machata  <pmachata@redhat.com>
416
417         * arm_symbol.c (arm_symbol_type_name): New function.
418         * arm_init.c (arm_init): Initialize the hook.
419
420 2014-12-30  Mark Wielaard  <mjw@redhat.com>
421
422         * ppc_symbol.c (find_dyn_got): Check sh_entsize is not zero.
423
424 2014-12-18  Ulrich Drepper  <drepper@gmail.com>
425
426         * Makefile.am: Suppress output of textrel_check command.
427
428 2014-11-22  Mark Wielaard  <mjw@redhat.com>
429
430         * ppc64_symbol.c (ppc64_bss_plt_p): Remove ehdr argument.
431         * ppc_symbol.c (find_dyn_got): Likewise. Use elf_getphdrnum.
432         (ppc_check_special_symbol): Call find_dyn_got without ehdr.
433         (ppc_bss_plt_p): Remove ehdr argument.
434
435 2014-11-17  Mark Wielaard  <mjw@redhat.com>
436
437         * ppc64_init.c (ppc64_init): Check section name is not NULL.
438
439 2014-10-06  Mark Wielaard  <mjw@redhat.com>
440
441         * libebl_CPU.h (dwarf_peel_type): Removed.
442         (dwarf_peeled_die_type): Use libdw dwarf_peel_type.
443
444 2014-07-18  Kyle McMartin  <kyle@redhat.com>
445             Mark Wielaard  <mjw@redhat.com>
446
447         * aarch64_initreg.c: Check HAVE_SYS_USER_REGS.
448         (aarch64_set_initial_registers_tid): Use user_regs_struct and
449         user_fpsimd_struct.
450         * arm_initreg.c: Check HAVE_SYS_USER_REGS.
451         (arm_set_initial_registers_tid): Use user_regs_struct in compat mode.
452
453 2014-07-04  Menanteau Guy  <menantea@linux.vnet.ibm.com>
454             Mark Wielaard  <mjw@redhat.com>
455
456         * ppc64_init.c (ppc64_init): Hook check_st_other_bits.
457         * ppc64_reloc.def: TLSGD, TLSLD, TOCSAVE, ADDR16_HIGH, ADDR16_HIGHA,
458         TPREL16_HIGH, TPREL16_HIGHA, DTPREL16_HIGH, DTPREL16_HIGHA, JMP_IREL,
459         IRELATIVE, REL16, REL16_LO, REL16_HI and REL16_HA.
460         * ppc64_symbol.c (ppc64_dynamic_tag_name): Recognize DT_PPC64_OPT.
461         (ppc64_dynamic_tag_check): Likewise.
462         (ppc64_check_st_other_bits): New function.
463
464 2014-07-04  Mark Wielaard  <mjw@redhat.com>
465
466         * aarch64_retval.c (aarch64_return_value_location): Handle
467         DW_ATE_boolean.
468
469 2014-06-18  Mark Wielaard  <mjw@redhat.com>
470
471         * libebl_CPU.h (dwarf_peel_type): Remove DW_TAG_mutable_type
472         handling.
473
474 2014-06-17  Mark Wielaard  <mjw@redhat.com>
475
476         * arm_init.c (arm_init): Set func_addr_mask.
477
478 2014-06-20  Petr Machata  <pmachata@redhat.com>
479
480         * alpha_retval.c (alpha_return_value_location): Call
481         dwarf_peeled_die_type instead of inlining equivalent code.
482         * arm_retval.c (arm_return_value_location): Likewise.
483         * i386_retval.c (i386_return_value_location): Likewise.
484         * ia64_retval.c (ia64_return_value_location): Likewise.
485         * ppc64_retval.c (ppc64_return_value_location): Likewise.
486         * ppc_retval.c (ppc_return_value_location): Likewise.
487         * s390_retval.c (s390_return_value_location): Likewise.
488         * sh_retval.c (sh_return_value_location): Likewise.
489         * sparc_retval.c (sparc_return_value_location): Likewise.
490         * tilegx_retval.c (tilegx_return_value_location): Likewise.
491         * x86_64_retval.c (x86_64_return_value_location): Likewise.
492
493 2014-05-19  Mark Wielaard  <mjw@redhat.com>
494
495         * arm_init.c (arm_init): Hook check_reloc_target_type.
496         * arm_symbol.c (arm_check_reloc_target_type): New function.
497         * ia64_init.c (ia64_init): Hook check_reloc_target_type.
498         * ia64_symbol.c (ia64_check_reloc_target_type): New function.
499
500 2014-04-22  Kurt Roeckx  <kurt@roeckx.be>
501
502         * i386_initreg.c: Make Linux only.
503         * x86_64_initreg.c: Make Linux only.
504
505 2014-04-13  Mark Wielaard  <mjw@redhat.com>
506
507         * Makefile.am: Remove libelf and libdw definitions when MUDFLAP
508         is defined. Remove libmudflap from LINK line.
509
510 2014-04-09  Mark Wielaard  <mjw@redhat.com>
511
512         * Makefile.am (aarch64_SRCS): Add aarch64_initreg.c.
513         * aarch64_corenote.c (prstatus_regs): Mark pc_register.
514         * aarch64_init.c: Assign frame_nregs. Hook set_initial_registers_tid.
515         * aarch64_initreg: New file.
516
517 2014-03-28  Jean Pihet  <jean.pihet@linaro.org>
518
519         * arm_initreg.c (arm_set_initial_registers_tid): Handle compat mode.
520         ARM compatible code running on AARCH64.
521
522 2014-03-19  Mark Wielaard  <mjw@redhat.com>
523
524         * aarch64_reloc.def: AARCH64_ABS32 and AARCH64_ABS64 are also valid
525         in ET_REL.
526
527 2014-01-30  Petr Machata  <pmachata@redhat.com>
528
529         * aarch64_regs.c (aarch64_register_info.regtype): Make this
530         variadic printf-like function.  Call one vsnprintf instead of two
531         snprintf's.
532         (regtyper, regtypen): Drop.
533         (aarch64_register_info): Adjust callers.
534
535 2014-01-26  Mark Wielaard  <mjw@redhat.com>
536
537         * Makefile.am (arm_SRCS): Add arm_initreg.c.
538         * arm_init.c (arm_init): Define frame_nregs and hook
539         set_initial_registers_tid.
540         * arm_initreg.c: New file.
541
542 2014-01-25  Mark Wielaard  <mjw@redhat.com>
543
544         * arm_cfi.c (arm_abi_cfi): Restore SP (r13) from CFA.
545
546 2014-01-24  Mark Wielaard  <mjw@redhat.com>
547
548         * arm_reloc.def: Update list.
549
550 2014-01-22  Mark Wielaard  <mjw@redhat.com>
551
552         * Makefile.am (aarch64_regs_no_Wformat): Removed.
553         * aarch64_regs.c (regtype): Add bool nr argument. snprintf arg
554         when nr is true.
555         (regtyper): New function.
556         (regtypen): Likewise.
557         (aarch64_register_info): Call either regtyper or regtypen not
558         regtype directly.
559
560 2014-01-14  Mark Wielaard  <mjw@redhat.com>
561
562         * aarch64_symbol.c (aarch64_check_special_symbol): Check shdr is
563         not NULL before usage.
564
565 2014-01-04  Mark Wielaard  <mjw@redhat.com>
566
567         * ppc64_symbol.c (ppc64_machine_flag_check): New function.
568         * ppc64_init.c (ppc64_init): Hook machine_flag_check.
569
570 2014-01-03  Mark Wielaard  <mjw@redhat.com>
571
572         * Makefile.am (aarch64_SRCS): Add aarch64_cfi.c.
573         * aarch64_cfi.c: New file.
574         * aarch64_init.c (aarch64_init): Hook abi_cfi.
575         * aarch64_regs.c (aarch64_register_info): Set *prefix to "".
576
577 2013-12-19  Mark Wielaard  <mjw@redhat.com>
578
579         * aarch64_init.c (aarch64_init): Hook check_special_symbol.
580         * aarch64_symbol.c (aarch64_check_special_symbol): New function.
581
582 2013-12-18  Mark Wielaard  <mjw@redhat.com>
583
584         * Makefile.am (ppc64_SRCS): Add ppc64_resolve_sym.c.
585         * ppc64_resolve_sym.c: New file.
586         * ppc64_init.c: Hook resolve_sym_value and find function descriptor
587         table.
588
589 2013-12-18  Mark Wielaard  <mjw@redhat.com>
590
591         * s390_initreg.c (s390_set_initial_registers_tid): Use union
592         to avoid type-punning when assigning a double to a Dwarf_Word.
593
594 2013-12-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
595
596         unwinder: s390 and s390x
597         * Makefile.am (s390_SRCS): Add s390_initreg.c and s390_unwind.c.
598         * s390_corenote.c (prstatus_regs): Set PC_REGISTER.  Reindent all the
599         entries.
600         * s390_init.c (s390_init): Initialize frame_nregs,
601         set_initial_registers_tid, normalize_pc and unwind.
602         * s390_initreg.c: New file.
603         * s390_unwind.c: New file.
604
605 2013-12-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
606
607         unwinder: ppc and ppc64
608         * Makefile.am (ppc_SRCS, ppc64_SRCS): Add ppc_initreg.c.
609         * ppc64_init.c (ppc64_init): Initialize also frame_nregs,
610         set_initial_registers_tid and dwarf_to_regno.
611         * ppc_corenote.c (PRSTATUS_REGSET_ITEMS) <nip>: Set PC_REGISTER.
612         * ppc_init.c (ppc64_init): Initialize also frame_nregs,
613         set_initial_registers_tid and dwarf_to_regno.
614         * ppc_initreg.c: New file.
615
616 2013-11-25  Petr Machata  <pmachata@redhat.com>
617
618         * Makefile.am (modules): Add aarch64.
619         (libebl_pic): Add libebl_aarch64_pic.a.
620         (aarch64_SRCS): New variable.
621         (libebl_aarch64_pic_a_SOURCES): Likewise.
622         (am_libebl_aarch64_pic_a_OBJECTS): Likewise.
623         (aarch64_regs_no_Wformat): Likewise.
624         * aarch64_corenote.c, aarch64_init.c: New files.
625         * aarch64_regs.c, aarch64_reloc.def: Likewise.
626         * aarch64_retval.c, aarch64_symbol.c: Likewise.
627         * libebl_CPU.h (dwarf_peel_type): New function.
628         (dwarf_peeled_die_type): Likewise.
629
630 2013-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
631             Mark Wielaard  <mjw@redhat.com>
632
633         * Makefile.am (i386_SRCS): Add i386_initreg.c.
634         (x86_64_SRCS): Add x86_64_initreg.c.
635         * i386_initreg.c: New file.
636         * i386_init.c (i386_init): Initialize frame_nregs and
637         set_initial_registers_tid.
638         * x86_64_initreg.c: New file.
639         * x86_64_init.c (x86_64_init): Initialize frame_nregs and
640         set_initial_registers_tid.
641
642 2013-10-06  Mark Wielaard  <mjw@redhat.com>
643
644         * ppc_cfi.c (ppc_abi_cfi): Use DW_CFA_val_offset for reg1, not
645         DW_CFA_val_expression.
646
647 2013-08-29  Mark Wielaard  <mjw@redhat.com>
648
649         * Makefile.am (arm_SRCS): Add arm_cfi.c.
650         * arm_cfi.c: New file.
651         * arm_init.c (arm_init): Initialize abi_cfi.
652
653 2013-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
654
655         * Makefile.am (ppc_SRCS, ppc64_SRCS): Add ppc_cfi.c.
656         (s390_SRCS): Add s390_cfi.c.
657         * ppc64_init.c (ppc64_init): Initialize abi_cfi.
658         * ppc_cfi.c: New file.
659         * ppc_init.c (ppc_init): Initialize abi_cfi.
660         * s390_cfi.c: New file.
661         * s390_init.c (s390_init): Initialize abi_cfi.
662
663 2013-08-28  Mark Wielaard  <mjw@redhat.com>
664
665         * arm_regs.c (arm_register_info): Set *prefix to "".
666         * ppc_regs.c (ppc_register_info): Likewise.
667         * sh_regs.c (sh_register_info): Likewise.
668
669 2013-04-24  Mark Wielaard  <mjw@redhat.com>
670
671         * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
672
673 2013-02-06  Mark Wielaard  <mjw@redhat.com>
674
675         * libebl_CPU.h (DWARF_TAG_OR_RETURN): New macro.
676         * backends/alpha_retval.c (alpha_return_value_location): Use new
677         DWARF_TAG_OR_RETURN macro instead of dwarf_tag ().
678         * backends/arm_retval.c (arm_return_value_location): Likewise.
679         * backends/i386_retval.c (i386_return_value_location): Likewise.
680         * backends/ia64_retval.c (hfa_type): Likewise.
681         (ia64_return_value_location): Likewise.
682         * backends/ppc64_retval.c (ppc64_return_value_location): Likewise.
683         * backends/ppc_retval.c (ppc_return_value_location): Likewise.
684         * backends/s390_retval.c (s390_return_value_location): Likewise.
685         * backends/sh_retval.c (sh_return_value_location): Likewise.
686         * backends/sparc_retval.c (sparc_return_value_location): Likewise.
687         * backends/tilegx_retval.c (tilegx_return_value_location): Likewise.
688         * backends/x86_64_retval.c (x86_64_return_value_location): Likewise.
689
690 2013-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
691             Roland McGrath <roland@hack.frob.com>
692
693         * Makefile.am (s390_SRCS): Add s390_corenote.c and s390x_corenote.c.
694         * linux-core-note.c (ALIGN_PR_REG): New definitions.
695         (struct EBLHOOK(prstatus)): Change field pr_reg to anonymous struct with
696         ALIGN_PR_REG.
697         (EXTRA_ITEMS): New macro.
698         * s390_corenote.c: New file.
699         * s390_init.c (s390x_core_note): New declaration.
700         (s390_init): Install s390x_core_note and s390_core_note.
701         * s390x_corenote.c: New file.
702
703 2013-01-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
704
705         * arm_corenote.c (vfp_items): Remove zero COUNT initializer.
706
707 2012-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
708
709         * linux-core-note.c (prstatus_items): Rename groups of sigpend and
710         sighold to signal2 and signal3.
711
712 2012-09-24  Petr Machata  <pmachata@redhat.com>
713
714         * arm_corenote.c (vfp_items, vfp_regs): New const variables.
715         (EXTRA_NOTES): Use it for NT_ARM_VFP.
716         * linux-core-note.c (EXTRA_REGSET_ITEMS): New macro.
717
718 2012-09-17  Petr Machata  <pmachata@redhat.com>
719
720         * arm_corenote.c (FPREGSET_SIZE): Change to 116.
721
722 2012-08-22  Jeff Kenton  <jkenton@tilera.com>
723
724         * Makefile.am (modules): Add tilegx.
725         (libebl_pic): Add libebl_tilegx_pic.a.
726         (tilegx_SRCS): New variable.
727         (libebl_tilegx_pic_a_SOURCES): Likewise.
728         (am_libebl_tilegx_pic_a_OBJECTS): Likewise.
729         * tilegx_corenote.c: New file.
730         * tilegx_regs.c: New file.
731         * tilegx_reloc.def: New file.
732         * tilegx_init.c: New file.
733         * tilegx_retval.c: New file.
734         * tilegx_symbol.c: New file.
735
736 2011-03-09  Mark Wielaard  <mjw@redhat.com>
737
738         * alpha_init.c (alpha_init): Initialize check_st_other_bits hook.
739         * alpha_symbol.c (alpha_check_st_other_bits): New function.
740
741 2011-03-09  Roland McGrath  <roland@redhat.com>
742
743         * alpha_symbol.c (alpha_check_special_symbol): New function.
744         * alpha_init.c (alpha_init): Initialize hook.
745
746 2010-11-08  Roland McGrath  <roland@redhat.com>
747
748         * i386_retval.c (loc_intreg): Typo fix.
749         Reported by Thorsten Glaser <tg@mirbsd.de>.
750
751 2010-04-10  Matt Fleming  <matt@console-pimps.org>
752
753         * sh_corenote.c: New file.
754         * sh_regs.c: New file.
755         * sh_retval.c: New file.
756         * sh_symbol.c (sh_machine_flag_check): New function.
757         * Makefile.am (sh_SRCS): Add new files.
758         * sh_init.c (sh_init): Add initializers.
759
760 2010-04-07  Roland McGrath  <roland@redhat.com>
761
762         * arm_reloc.def: Accept PC24 and ABS32 in EXEC|DYN too.
763
764 2010-03-04  Ulrich Drepper  <drepper@redhat.com>
765
766         * x86_64_reloc.def: Add entries for R_X86_64_SIZE32 and
767         R_X86_64_SIZE64.
768
769 2010-02-18  Roland McGrath  <roland@redhat.com>
770
771         * Makefile.am (libebl_%.so): Use multi-target pattern rule instead of
772         intermediate dependency file for libebl_%.map, working around apparent
773         make -j timing-sensitive bugs.
774
775 2010-02-15  Roland McGrath  <roland@redhat.com>
776
777         * Makefile.am: Use config/eu.am for common stuff.
778
779 2010-01-05  Roland McGrath  <roland@redhat.com>
780
781         * arm_retval.c (arm_return_value_location): Use dwarf_aggregate_size.
782         * ia64_retval.c (ia64_return_value_location): Likewise.
783         * ppc_retval.c (ppc_return_value_location): Likewise.
784         * ppc64_retval.c (ppc64_return_value_location): Likewise.
785         * sparc_retval.c (sparc_return_value_location): Likewise.
786
787         * ppc64_retval.c (ppc64_return_value_location):
788         Use vr2 for DW_TAG_array_type with DW_AT_GNU_vector.
789         * ppc_retval.c (ppc_return_value_location): Likewise.
790
791 2010-01-04  Roland McGrath  <roland@redhat.com>
792
793         * linux-core-note.c (vmcoreinfo_items): New static const variable.
794         (EBLHOOK(core_note)): Update arguments for new protocol.
795         Validate the name as "CORE" or "LINUX" for known n_type cases.
796         Handle name "VMCOREINFO" n_type=0 with vmcoreinfo_items.
797         * i386_corenote.c (EXTRA_NOTES): Update parameter usage.
798         * x86_corenote.c (EXTRA_NOTES_IOPERM): Likewise.
799
800 2009-09-10  Mark Wielaard  <mjw@redhat.com>
801
802         * sparc_retval.c: Fix license header.
803
804 2009-08-07  Roland McGrath  <roland@redhat.com>
805
806         * x86_64_reloc.def: Add PC64, GOTOFF64, GOTPC32, GOTPC32_TLSDESC,
807         TLSDESC_CALL, TLSDESC.
808
809 2009-07-08  Roland McGrath  <roland@redhat.com>
810
811         * x86_64_cfi.c (x86_64_abi_cfi): New file.
812         * Makefile.am (x86_64_SRCS): Add it.
813         * x86_64_init.c (x86_64_init): Add initializer.
814
815         * i386_cfi.c (i386_abi_cfi): New file.
816         * Makefile.am (i386_SRCS): Add it.
817         * i386_init.c (i386_init): Initialize abi_cfi hook.
818
819 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
820
821         * i386_reloc.def: Add IRELATIVE entry.
822         * x86_64_reloc.def: Likewise.
823
824 2009-04-16  Roland McGrath  <roland@redhat.com>
825
826         * arm_regs.c (arm_register_info): Handle VFP registers.
827
828         * i386_corenote.c (EXTRA_NOTES): NT_PRXFPREG -> NT_PRXFPREG
829
830 2009-04-14  Roland McGrath  <roland@redhat.com>
831
832         * arm_retval.c: New file.
833         * arm_attrs.c: New file.
834         * Makefile.am (arm_SRCS): Add them.
835         * arm_symbol.c (arm_segment_type_name): New function.
836         (arm_section_type_name): New function.
837         (arm_machine_flag_check): New function.
838         * arm_init.c (arm_init): Initialize those hooks.
839
840         * arm_regs.c: New file.
841         * arm_corenote.c: New file.
842         * arm_auxv.c: New file.
843         * Makefile.am (arm_SRCS): Add them.
844         * arm_init.c (arm_init): Initialize core_note, register_info,
845         and auxv_info hooks.
846
847         * ia64_symbol.c (ia64_section_type_name): Remove "SHT_" prefixes.
848
849 2009-04-01  Roland McGrath  <roland@redhat.com>
850
851         * sparc_reloc.def: Update table.
852         Data from Dave Miller <davem@davemloft.net>.
853
854 2009-02-15  Roland McGrath  <roland@redhat.com>
855
856         * ppc_attrs.c (ppc_check_object_attribute): Handle tag
857         GNU_Power_ABI_Struct_Return.
858
859 2008-10-04  Ulrich Drepper  <drepper@redhat.com>
860
861         * i386_reloc.def: Fix entries for TLS_GOTDESC, TLS_DESC_CALL, and
862         TLS_DESC.
863
864 2008-08-01  Roland McGrath  <roland@redhat.com>
865
866         * x86_corenote.c: New file.
867         * Makefile.am (noinst_HEADERS): Add it.
868         * i386_corenote.c: Include it, use EXTRA_NOTES_IOPERM in EXTRA_NOTES.
869         * x86_64_corenote.c: Likewise.
870
871         * linux-core-note.c (prstatus_items): Use 'B' instead of 'b'
872         for sigpend and sighold.
873
874 2008-07-04  Roland McGrath  <roland@redhat.com>
875
876         * i386_syscall.c: New file.
877         * x86_64_syscall.c: New file.
878         * ppc_syscall.c: New file.
879         * Makefile.am (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS): Add them.
880         * i386_init.c (i386_init): Initialize syscall_abi hook.
881         * x86_64_init.c (x86_64_init): Likewise.
882         * ppc_init.c (ppc_init): Likewise.
883         * ppc64_init.c (ppc64_init): Likewise.
884
885         * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Add nip.
886         Fix offset calculation for 64-bit case.
887
888 2008-04-04  Roland McGrath  <roland@redhat.com>
889
890         * alpha_symbol.c (alpha_check_special_section): New function.
891         * alpha_init.c (alpha_init): Initialize check_special_section hook.
892
893 2008-03-31  Roland McGrath  <roland@redhat.com>
894
895         * sparc_symbol.c (sparc_symbol_type_name): New function.
896         (sparc_dynamic_tag_name): New function.
897         (sparc_dynamic_tag_check): New function.
898         * sparc_init.c (sparc_init): Initialize those hooks.
899
900         * sparc_symbol.c (sparc_check_special_section): New function.
901         * sparc_init.c (sparc_init): Initialize check_special_section hook.
902
903 2008-02-20  Roland McGrath  <roland@redhat.com>
904
905         * ppc_attrs.c: New file.
906         * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
907         * ppc_init.c (ppc_init): Initialize check_object_attribute hook.
908
909 2008-02-14  Roland McGrath  <roland@redhat.com>
910
911         * alpha_auxv.c: New file.
912         * Makefile.am (alpha_SRCS): Add it.
913         * alpha_init.c (alpha_init): Initialize auxv_info hook.
914
915 2008-02-08  Roland McGrath  <roland@redhat.com>
916
917         * ppc_corenote.c (spe_regs): New const variable.
918         (EXTRA_NOTES): Use it for NT_PPC_SPE.
919
920 2008-01-02  Roland McGrath  <roland@redhat.com>
921
922         * i386_corenote.c (tls_items): New const table.
923         (tls_info): New function, uses it.
924         (EXTRA_NOTES): Use it to handle NT_386_TLS.
925
926 2008-01-08  Ulrich Drepper  <drepper@redhat.com>
927
928         * Makefile.am: Add x86-64 disassembler.
929         * x86_64_init.c (x86_64_init): Hook up disassembler.
930
931 2007-12-28  Ulrich Drepper  <drepper@redhat.com>
932
933         * Makefile.am: Add x86 disassembler.
934         * i386_init.c (i386_init): Hook up disassembler.
935
936 2007-12-15  Roland McGrath  <roland@redhat.com>
937
938         * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512".
939
940 2007-10-18  Roland McGrath  <roland@redhat.com>
941
942         * ppc_regs.c (ppc_register_info): Assign 67 to "vscr".
943         Return "vector" and 32 bits for vscr and vrsave.
944         * ppc_corenote.c (altivec_regs): New variable.
945         (EXTRA_NOTES): New macro, handle NT_PPC_VMX.
946
947         * linux-core-note.c (EXTRA_REGSET): New macro.
948         Remove NT_PRXFPREG case.  Instead, use EXTRA_NOTES if defined.
949         * i386_corenote.c (EXTRA_NOTES): Define it.
950
951 2007-10-09  Roland McGrath  <roland@redhat.com>
952
953         * sparc_auxv.c: New file.
954         * Makefile.am (sparc_SRCS): Add it.
955         * sparc_init.c (sparc_init): Initialize auxv_info hook.
956
957 2007-10-08  Roland McGrath  <roland@redhat.com>
958
959         * linux-core-note.c (TIMEVAL_FIELD): New macro.
960         (prstatus_items): Use it.
961         * sparc_corenote.c: New file.
962         * sparc64_corenote.c: New file.
963         * Makefile.am (sparc_SRCS): Add them.
964         * sparc_init.c (sparc_init): Initialize core_note hook.
965
966         * sparc_symbol.c (sparc_machine_flag_check): New function.
967         * sparc_init.c (sparc_init): Use it.
968
969 2007-09-27  Roland McGrath  <roland@redhat.com>
970
971         * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
972         * i386_retval.c: Likewise.
973         * ia64_retval.c: Likewise.
974         * ppc64_retval.c: Likewise.
975         * ppc_retval.c: Likewise.
976         * s390_retval.c: Likewise.
977         * sparc_retval.c: Likewise.
978         * x86_64_retval.c: Likewise.
979
980 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
981
982         * Makefile.am: More dependencies for the libebl_* libraries.
983
984 2007-08-23  Roland McGrath  <roland@redhat.com>
985
986         * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
987
988 2007-08-22  Roland McGrath  <roland@redhat.com>
989
990         * linux-core-note.c (prstatus_items): Add .group initializers.
991         (prpsinfo_items): Likewise.
992         * x86_64_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
993         * i386_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
994         * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
995
996 2007-08-20  Roland McGrath  <roland@redhat.com>
997
998         * ppc_symbol.c (ppc_check_special_symbol): For _GLOBAL_OFFSET_TABLE_
999         when DT_PPC_GOT is not found, anywhere in the section is valid.
1000
1001 2007-08-19  Roland McGrath  <roland@redhat.com>
1002
1003         * i386_auxv.c: New file.
1004         * Makefile.am (i386_SRCS, x86_64_SRCS): Add it.
1005         * ppc_auxv.c: New file.
1006         * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
1007         * i386_init.c (i386_init): Initialize auxv_info hook.
1008         * x86_64_init.c (x86_64_init): Likewise.
1009         * ppc_init.c (ppc_init): Likewise.
1010         * ppc64_init.c (ppc64_init): Likewise.
1011
1012         * alpha_corenote.c: New file.
1013         * Makefile.am (alpha_SRCS): Add it.
1014         * alpha_init.c (alpha_init): Initialize core_note hook.
1015
1016         * ppc_corenote.c: New file.
1017         * ppc64_corenote.c: New file.
1018         * Makefile.am (ppc_SRCS, ppc64_SRCS): Add them.
1019         * ppc_init.c (ppc_init): Initialize core_note hook.
1020         * ppc64_init.c (ppc64_init): Likewise.
1021
1022         * linux-core-note.c: New file.
1023         * Makefile.am (noinst_HEADERS): Add it.
1024         * i386_corenote.c: Rewritten.
1025         * x86_64_corenote.c: Likewise.
1026
1027 2007-05-23  Roland McGrath  <roland@redhat.com>
1028
1029         * alpha_regs.c (alpha_register_info): fp -> s6
1030
1031 2007-04-26  Roland McGrath  <roland@redhat.com>
1032
1033         * alpha_symbol.c (alpha_machine_section_flag_check): New function.
1034         * alpha_init.c (alpha_init): Initialize hook.
1035
1036         * alpha_regs.c: New file.
1037         * Makefile.am (alpha_SRCS): Add it.
1038         * alpha_init.c (alpha_init): Initialize register_info hook.
1039
1040 2007-04-22  Roland McGrath  <roland@redhat.com>
1041
1042         * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
1043         mq, xer, lr, ctr, dsisr, dar, dec, vrsave.
1044         Set *BITS to 64 for FPU registers.
1045
1046         * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
1047         * x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw.
1048
1049 2007-04-01  Roland McGrath  <roland@redhat.com>
1050
1051         * x86_64_regs.c (x86_64_register_info): Add more registers from newer
1052         ABI spec.
1053
1054 2007-01-11  Roland McGrath  <roland@redhat.com>
1055
1056         * ia64_symbol.c (ia64_machine_section_flag_check): New function.
1057         * ia64_init.c (ia64_init): Use it.
1058
1059         * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
1060
1061 2006-10-09  Roland McGrath  <roland@redhat.com>
1062
1063         * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
1064
1065 2006-08-29  Roland McGrath  <roland@redhat.com>
1066
1067         * sparc_retval.c: New file.
1068         * Makefile.am (sparc_SRCS): Add it.
1069         * sparc_init.c (sparc_init): Initialize return_value_location hook.
1070
1071 2006-08-22  Roland McGrath  <roland@redhat.com>
1072
1073         * i386_regs.c (i386_register_name): Renamed i386_register_info.
1074         Take new args, yield more info.
1075         * i386_init.c (i386_init): Update initializer.
1076         * ia64_regs.c (ia64_register_name): Likewise.
1077         * ia64_init.c (ia64_init): Likewise.
1078         * ppc_regs.c (ppc_register_name): Likewise.
1079         * ppc64_init.c (ppc64_init): Likewise.
1080         * ppc_init.c (ppc_init): Likewise.
1081         * s390_regs.c (s390_register_name): Likewise.
1082         * s390_init.c (s390_init): Likewise.
1083         * sparc_regs.c (sparc_register_name): Likewise.
1084         * sparc_init.c (sparc_init): Likewise.
1085         * x86_64_regs.c (x86_64_register_name): Likewise.
1086         * x86_64_init.c (x86_64_init): Likewise.
1087
1088 2006-08-08  Roland McGrath  <roland@redhat.com>
1089
1090         * Makefile.am (%.os): Don't depend on %.o, since we don't actually
1091         need static object for anything here.  This rule is the only source of
1092         .deps/ files.
1093
1094 2006-06-23  Stepan Kasal  <skasal@redhat.com>
1095
1096         * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
1097
1098 2006-08-03  Roland McGrath  <roland@redhat.com>
1099
1100         * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
1101         EM_SPARC.  EM_SPARC32PLUS also has 64.
1102
1103 2006-07-21  Roland McGrath  <roland@redhat.com>
1104
1105         * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
1106         * ppc_regs.c (ppc_register_name): Likewise.
1107         * s390_regs.c (s390_register_name): Likewise.
1108
1109         * ia64_retval.c: New file.
1110         * Makefile.am (ia64_SRCS): Add it.
1111         * ia64_init.c (ia64_init): Install return_value_location hook.
1112
1113         * ia64_regs.c: New file.
1114         * Makefile.am (ia64_SRCS): Add it.
1115         * ia64_init.c (ia64_init): Install register_name hook.
1116
1117 2006-07-05  Ulrich Drepper  <drepper@redhat.com>
1118
1119         * alpha_init.c: Initialize sysvhash_entrysize.
1120         * s390_init.c: Likewise.
1121
1122 2006-07-04  Ulrich Drepper  <drepper@redhat.com>
1123
1124         * common-reloc.c (relative_reloc_p): New function.
1125         (init_reloc): Hook it up.
1126         * ia64_reloc.def: Define NO_RELATIVE_RELOC.
1127
1128 2006-06-13  Roland McGrath  <roland@redhat.com>
1129
1130         * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
1131
1132 2006-06-12  Ulrich Drepper  <drepper@redhat.com>
1133
1134         * common-reloc.c (none_reloc_p): New function.
1135         (init_reloc): Hook it up.
1136
1137 2006-02-22  Roland McGrath  <roland@redhat.com>
1138
1139         * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
1140         (ppc64_return_value_location): Use registers for aggregate conditional
1141         on that.
1142         * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
1143         (ppc_return_value_location): Use registers for aggregate conditional
1144         on that.
1145
1146 2006-01-12  Roland McGrath  <roland@redhat.com>
1147
1148         * s390_retval.c: New file.
1149         * Makefile.am (s390_SRCS): Add it.
1150         * s390_init.c (s390_init): Install return_value_location hook.
1151
1152 2006-01-11  Roland McGrath  <roland@redhat.com>
1153
1154         * s390_regs.c: New file.
1155         * Makefile.am (s390_SRCS): Add it.
1156         * s390_init.c (s390_init): Install register_name hook.
1157
1158         * s390_reloc.def: Update bits per
1159         Martin Schwidefsky <schwidefsky@de.ibm.com>.
1160
1161 2005-12-10  Ulrich Drepper
1162
1163         * common-reloc.c (R_NAME): Generate string correctly.
1164
1165 2005-12-05  Roland McGrath  <roland@redhat.com>
1166
1167         * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
1168         * x86_64_regs.c (x86_64_register_name): Likewise.
1169
1170 2005-11-25  Roland McGrath  <roland@redhat.com>
1171
1172         * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
1173
1174         * i386_regs.c: New file.
1175         * ppc_regs.c: New file.
1176         * sparc_regs.c: New file.
1177         * x86_64_regs.c: New file.
1178         * Makefile.am
1179         (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
1180         * i386_init.c: Initialize register_name hook.
1181         * ppc_init.c: Likewise.
1182         * ppc64_init.c: Likewise.
1183         * sparc_init.c: Likewise.
1184         * x86_64_init.c: Likewise.
1185
1186 2005-11-19  Roland McGrath  <roland@redhat.com>
1187
1188         * ppc64_reloc.def: REL30 -> ADDR30.
1189
1190 2005-11-18  Roland McGrath  <roland@redhat.com>
1191
1192         * alpha_init.c: Use HOOK macro.
1193         * arm_init.c: Likewise.
1194         * i386_init.c: Likewise.
1195         * ia64_init.c: Likewise.
1196         * ppc64_init.c: Likewise.
1197         * ppc_init.c: Likewise.
1198         * s390_init.c: Likewise.
1199         * sh_init.c: Likewise.
1200         * sparc_init.c: Likewise.
1201         * x86_64_init.c: Likewise.
1202
1203 2005-11-17  Roland McGrath  <roland@redhat.com>
1204
1205         * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
1206         (CLEANFILES): Add libebl_$(m).so.
1207
1208         * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
1209         * ppc64_reloc.def: Likewise.
1210
1211 2005-11-15  Roland McGrath  <roland@redhat.com>
1212
1213         * Contents moved here from ../libebl.