backends: i386 integer return value typo fix, reported by Thorsten Glaser <tg@mirbsd...
[platform/upstream/elfutils.git] / backends / ChangeLog
1 2010-11-08  Roland McGrath  <roland@redhat.com>
2
3         * i386_retval.c (loc_intreg): Typo fix.
4         Reported by Thorsten Glaser <tg@mirbsd.de>.
5
6 2010-04-10  Matt Fleming  <matt@console-pimps.org>
7
8         * sh_corenote.c: New file.
9         * sh_regs.c: New file.
10         * sh_retval.c: New file.
11         * sh_symbol.c (sh_machine_flag_check): New function.
12         * Makefile.am (sh_SRCS): Add new files.
13         * sh_init.c (sh_init): Add initializers.
14
15 2010-04-07  Roland McGrath  <roland@redhat.com>
16
17         * arm_reloc.def: Accept PC24 and ABS32 in EXEC|DYN too.
18
19 2010-03-04  Ulrich Drepper  <drepper@redhat.com>
20
21         * x86_64_reloc.def: Add entries for R_X86_64_SIZE32 and
22         R_X86_64_SIZE64.
23
24 2010-02-18  Roland McGrath  <roland@redhat.com>
25
26         * Makefile.am (libebl_%.so): Use multi-target pattern rule instead of
27         intermediate dependency file for libebl_%.map, working around apparent
28         make -j timing-sensitive bugs.
29
30 2010-02-15  Roland McGrath  <roland@redhat.com>
31
32         * Makefile.am: Use config/eu.am for common stuff.
33
34 2010-01-05  Roland McGrath  <roland@redhat.com>
35
36         * arm_retval.c (arm_return_value_location): Use dwarf_aggregate_size.
37         * ia64_retval.c (ia64_return_value_location): Likewise.
38         * ppc_retval.c (ppc_return_value_location): Likewise.
39         * ppc64_retval.c (ppc64_return_value_location): Likewise.
40         * sparc_retval.c (sparc_return_value_location): Likewise.
41
42         * ppc64_retval.c (ppc64_return_value_location):
43         Use vr2 for DW_TAG_array_type with DW_AT_GNU_vector.
44         * ppc_retval.c (ppc_return_value_location): Likewise.
45
46 2010-01-04  Roland McGrath  <roland@redhat.com>
47
48         * linux-core-note.c (vmcoreinfo_items): New static const variable.
49         (EBLHOOK(core_note)): Update arguments for new protocol.
50         Validate the name as "CORE" or "LINUX" for known n_type cases.
51         Handle name "VMCOREINFO" n_type=0 with vmcoreinfo_items.
52         * i386_corenote.c (EXTRA_NOTES): Update parameter usage.
53         * x86_corenote.c (EXTRA_NOTES_IOPERM): Likewise.
54
55 2009-09-10  Mark Wielaard  <mjw@redhat.com>
56
57         * sparc_retval.c: Fix license header.
58
59 2009-08-07  Roland McGrath  <roland@redhat.com>
60
61         * x86_64_reloc.def: Add PC64, GOTOFF64, GOTPC32, GOTPC32_TLSDESC,
62         TLSDESC_CALL, TLSDESC.
63
64 2009-07-08  Roland McGrath  <roland@redhat.com>
65
66         * x86_64_cfi.c (x86_64_abi_cfi): New file.
67         * Makefile.am (x86_64_SRCS): Add it.
68         * x86_64_init.c (x86_64_init): Add initializer.
69
70         * i386_cfi.c (i386_abi_cfi): New file.
71         * Makefile.am (i386_SRCS): Add it.
72         * i386_init.c (i386_init): Initialize abi_cfi hook.
73
74 2009-06-01  Ulrich Drepper  <drepper@redhat.com>
75
76         * i386_reloc.def: Add IRELATIVE entry.
77         * x86_64_reloc.def: Likewise.
78
79 2009-04-16  Roland McGrath  <roland@redhat.com>
80
81         * arm_regs.c (arm_register_info): Handle VFP registers.
82
83         * i386_corenote.c (EXTRA_NOTES): NT_PRXFPREG -> NT_PRXFPREG
84
85 2009-04-14  Roland McGrath  <roland@redhat.com>
86
87         * arm_retval.c: New file.
88         * arm_attrs.c: New file.
89         * Makefile.am (arm_SRCS): Add them.
90         * arm_symbol.c (arm_segment_type_name): New function.
91         (arm_section_type_name): New function.
92         (arm_machine_flag_check): New function.
93         * arm_init.c (arm_init): Initialize those hooks.
94
95         * arm_regs.c: New file.
96         * arm_corenote.c: New file.
97         * arm_auxv.c: New file.
98         * Makefile.am (arm_SRCS): Add them.
99         * arm_init.c (arm_init): Initialize core_note, register_info,
100         and auxv_info hooks.
101
102         * ia64_symbol.c (ia64_section_type_name): Remove "SHT_" prefixes.
103
104 2009-04-01  Roland McGrath  <roland@redhat.com>
105
106         * sparc_reloc.def: Update table.
107         Data from Dave Miller <davem@davemloft.net>.
108
109 2009-02-15  Roland McGrath  <roland@redhat.com>
110
111         * ppc_attrs.c (ppc_check_object_attribute): Handle tag
112         GNU_Power_ABI_Struct_Return.
113
114 2008-10-04  Ulrich Drepper  <drepper@redhat.com>
115
116         * i386_reloc.def: Fix entries for TLS_GOTDESC, TLS_DESC_CALL, and
117         TLS_DESC.
118
119 2008-08-01  Roland McGrath  <roland@redhat.com>
120
121         * x86_corenote.c: New file.
122         * Makefile.am (noinst_HEADERS): Add it.
123         * i386_corenote.c: Include it, use EXTRA_NOTES_IOPERM in EXTRA_NOTES.
124         * x86_64_corenote.c: Likewise.
125
126         * linux-core-note.c (prstatus_items): Use 'B' instead of 'b'
127         for sigpend and sighold.
128
129 2008-07-04  Roland McGrath  <roland@redhat.com>
130
131         * i386_syscall.c: New file.
132         * x86_64_syscall.c: New file.
133         * ppc_syscall.c: New file.
134         * Makefile.am (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS): Add them.
135         * i386_init.c (i386_init): Initialize syscall_abi hook.
136         * x86_64_init.c (x86_64_init): Likewise.
137         * ppc_init.c (ppc_init): Likewise.
138         * ppc64_init.c (ppc64_init): Likewise.
139
140         * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Add nip.
141         Fix offset calculation for 64-bit case.
142
143 2008-04-04  Roland McGrath  <roland@redhat.com>
144
145         * alpha_symbol.c (alpha_check_special_section): New function.
146         * alpha_init.c (alpha_init): Initialize check_special_section hook.
147
148 2008-03-31  Roland McGrath  <roland@redhat.com>
149
150         * sparc_symbol.c (sparc_symbol_type_name): New function.
151         (sparc_dynamic_tag_name): New function.
152         (sparc_dynamic_tag_check): New function.
153         * sparc_init.c (sparc_init): Initialize those hooks.
154
155         * sparc_symbol.c (sparc_check_special_section): New function.
156         * sparc_init.c (sparc_init): Initialize check_special_section hook.
157
158 2008-02-20  Roland McGrath  <roland@redhat.com>
159
160         * ppc_attrs.c: New file.
161         * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
162         * ppc_init.c (ppc_init): Initialize check_object_attribute hook.
163
164 2008-02-14  Roland McGrath  <roland@redhat.com>
165
166         * alpha_auxv.c: New file.
167         * Makefile.am (alpha_SRCS): Add it.
168         * alpha_init.c (alpha_init): Initialize auxv_info hook.
169
170 2008-02-08  Roland McGrath  <roland@redhat.com>
171
172         * ppc_corenote.c (spe_regs): New const variable.
173         (EXTRA_NOTES): Use it for NT_PPC_SPE.
174
175 2008-01-02  Roland McGrath  <roland@redhat.com>
176
177         * i386_corenote.c (tls_items): New const table.
178         (tls_info): New function, uses it.
179         (EXTRA_NOTES): Use it to handle NT_386_TLS.
180
181 2008-01-08  Ulrich Drepper  <drepper@redhat.com>
182
183         * Makefile.am: Add x86-64 disassembler.
184         * x86_64_init.c (x86_64_init): Hook up disassembler.
185
186 2007-12-28  Ulrich Drepper  <drepper@redhat.com>
187
188         * Makefile.am: Add x86 disassembler.
189         * i386_init.c (i386_init): Hook up disassembler.
190
191 2007-12-15  Roland McGrath  <roland@redhat.com>
192
193         * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512".
194
195 2007-10-18  Roland McGrath  <roland@redhat.com>
196
197         * ppc_regs.c (ppc_register_info): Assign 67 to "vscr".
198         Return "vector" and 32 bits for vscr and vrsave.
199         * ppc_corenote.c (altivec_regs): New variable.
200         (EXTRA_NOTES): New macro, handle NT_PPC_VMX.
201
202         * linux-core-note.c (EXTRA_REGSET): New macro.
203         Remove NT_PRXFPREG case.  Instead, use EXTRA_NOTES if defined.
204         * i386_corenote.c (EXTRA_NOTES): Define it.
205
206 2007-10-09  Roland McGrath  <roland@redhat.com>
207
208         * sparc_auxv.c: New file.
209         * Makefile.am (sparc_SRCS): Add it.
210         * sparc_init.c (sparc_init): Initialize auxv_info hook.
211
212 2007-10-08  Roland McGrath  <roland@redhat.com>
213
214         * linux-core-note.c (TIMEVAL_FIELD): New macro.
215         (prstatus_items): Use it.
216         * sparc_corenote.c: New file.
217         * sparc64_corenote.c: New file.
218         * Makefile.am (sparc_SRCS): Add them.
219         * sparc_init.c (sparc_init): Initialize core_note hook.
220
221         * sparc_symbol.c (sparc_machine_flag_check): New function.
222         * sparc_init.c (sparc_init): Use it.
223
224 2007-09-27  Roland McGrath  <roland@redhat.com>
225
226         * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
227         * i386_retval.c: Likewise.
228         * ia64_retval.c: Likewise.
229         * ppc64_retval.c: Likewise.
230         * ppc_retval.c: Likewise.
231         * s390_retval.c: Likewise.
232         * sparc_retval.c: Likewise.
233         * x86_64_retval.c: Likewise.
234
235 2007-10-31  Ulrich Drepper  <drepper@redhat.com>
236
237         * Makefile.am: More dependencies for the libebl_* libraries.
238
239 2007-08-23  Roland McGrath  <roland@redhat.com>
240
241         * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
242
243 2007-08-22  Roland McGrath  <roland@redhat.com>
244
245         * linux-core-note.c (prstatus_items): Add .group initializers.
246         (prpsinfo_items): Likewise.
247         * x86_64_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
248         * i386_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
249         * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
250
251 2007-08-20  Roland McGrath  <roland@redhat.com>
252
253         * ppc_symbol.c (ppc_check_special_symbol): For _GLOBAL_OFFSET_TABLE_
254         when DT_PPC_GOT is not found, anywhere in the section is valid.
255
256 2007-08-19  Roland McGrath  <roland@redhat.com>
257
258         * i386_auxv.c: New file.
259         * Makefile.am (i386_SRCS, x86_64_SRCS): Add it.
260         * ppc_auxv.c: New file.
261         * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
262         * i386_init.c (i386_init): Initialize auxv_info hook.
263         * x86_64_init.c (x86_64_init): Likewise.
264         * ppc_init.c (ppc_init): Likewise.
265         * ppc64_init.c (ppc64_init): Likewise.
266
267         * alpha_corenote.c: New file.
268         * Makefile.am (alpha_SRCS): Add it.
269         * alpha_init.c (alpha_init): Initialize core_note hook.
270
271         * ppc_corenote.c: New file.
272         * ppc64_corenote.c: New file.
273         * Makefile.am (ppc_SRCS, ppc64_SRCS): Add them.
274         * ppc_init.c (ppc_init): Initialize core_note hook.
275         * ppc64_init.c (ppc64_init): Likewise.
276
277         * linux-core-note.c: New file.
278         * Makefile.am (noinst_HEADERS): Add it.
279         * i386_corenote.c: Rewritten.
280         * x86_64_corenote.c: Likewise.
281
282 2007-05-23  Roland McGrath  <roland@redhat.com>
283
284         * alpha_regs.c (alpha_register_info): fp -> s6
285
286 2007-04-26  Roland McGrath  <roland@redhat.com>
287
288         * alpha_symbol.c (alpha_machine_section_flag_check): New function.
289         * alpha_init.c (alpha_init): Initialize hook.
290
291         * alpha_regs.c: New file.
292         * Makefile.am (alpha_SRCS): Add it.
293         * alpha_init.c (alpha_init): Initialize register_info hook.
294
295 2007-04-22  Roland McGrath  <roland@redhat.com>
296
297         * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
298         mq, xer, lr, ctr, dsisr, dar, dec, vrsave.
299         Set *BITS to 64 for FPU registers.
300
301         * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
302         * x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw.
303
304 2007-04-01  Roland McGrath  <roland@redhat.com>
305
306         * x86_64_regs.c (x86_64_register_info): Add more registers from newer
307         ABI spec.
308
309 2007-01-11  Roland McGrath  <roland@redhat.com>
310
311         * ia64_symbol.c (ia64_machine_section_flag_check): New function.
312         * ia64_init.c (ia64_init): Use it.
313
314         * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
315
316 2006-10-09  Roland McGrath  <roland@redhat.com>
317
318         * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
319
320 2006-08-29  Roland McGrath  <roland@redhat.com>
321
322         * sparc_retval.c: New file.
323         * Makefile.am (sparc_SRCS): Add it.
324         * sparc_init.c (sparc_init): Initialize return_value_location hook.
325
326 2006-08-22  Roland McGrath  <roland@redhat.com>
327
328         * i386_regs.c (i386_register_name): Renamed i386_register_info.
329         Take new args, yield more info.
330         * i386_init.c (i386_init): Update initializer.
331         * ia64_regs.c (ia64_register_name): Likewise.
332         * ia64_init.c (ia64_init): Likewise.
333         * ppc_regs.c (ppc_register_name): Likewise.
334         * ppc64_init.c (ppc64_init): Likewise.
335         * ppc_init.c (ppc_init): Likewise.
336         * s390_regs.c (s390_register_name): Likewise.
337         * s390_init.c (s390_init): Likewise.
338         * sparc_regs.c (sparc_register_name): Likewise.
339         * sparc_init.c (sparc_init): Likewise.
340         * x86_64_regs.c (x86_64_register_name): Likewise.
341         * x86_64_init.c (x86_64_init): Likewise.
342
343 2006-08-08  Roland McGrath  <roland@redhat.com>
344
345         * Makefile.am (%.os): Don't depend on %.o, since we don't actually
346         need static object for anything here.  This rule is the only source of
347         .deps/ files.
348
349 2006-06-23  Stepan Kasal  <skasal@redhat.com>
350
351         * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
352
353 2006-08-03  Roland McGrath  <roland@redhat.com>
354
355         * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
356         EM_SPARC.  EM_SPARC32PLUS also has 64.
357
358 2006-07-21  Roland McGrath  <roland@redhat.com>
359
360         * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
361         * ppc_regs.c (ppc_register_name): Likewise.
362         * s390_regs.c (s390_register_name): Likewise.
363
364         * ia64_retval.c: New file.
365         * Makefile.am (ia64_SRCS): Add it.
366         * ia64_init.c (ia64_init): Install return_value_location hook.
367
368         * ia64_regs.c: New file.
369         * Makefile.am (ia64_SRCS): Add it.
370         * ia64_init.c (ia64_init): Install register_name hook.
371
372 2006-07-05  Ulrich Drepper  <drepper@redhat.com>
373
374         * alpha_init.c: Initialize sysvhash_entrysize.
375         * s390_init.c: Likewise.
376
377 2006-07-04  Ulrich Drepper  <drepper@redhat.com>
378
379         * common-reloc.c (relative_reloc_p): New function.
380         (init_reloc): Hook it up.
381         * ia64_reloc.def: Define NO_RELATIVE_RELOC.
382
383 2006-06-13  Roland McGrath  <roland@redhat.com>
384
385         * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
386
387 2006-06-12  Ulrich Drepper  <drepper@redhat.com>
388
389         * common-reloc.c (none_reloc_p): New function.
390         (init_reloc): Hook it up.
391
392 2006-02-22  Roland McGrath  <roland@redhat.com>
393
394         * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
395         (ppc64_return_value_location): Use registers for aggregate conditional
396         on that.
397         * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
398         (ppc_return_value_location): Use registers for aggregate conditional
399         on that.
400
401 2006-01-12  Roland McGrath  <roland@redhat.com>
402
403         * s390_retval.c: New file.
404         * Makefile.am (s390_SRCS): Add it.
405         * s390_init.c (s390_init): Install return_value_location hook.
406
407 2006-01-11  Roland McGrath  <roland@redhat.com>
408
409         * s390_regs.c: New file.
410         * Makefile.am (s390_SRCS): Add it.
411         * s390_init.c (s390_init): Install register_name hook.
412
413         * s390_reloc.def: Update bits per
414         Martin Schwidefsky <schwidefsky@de.ibm.com>.
415
416 2005-12-10  Ulrich Drepper
417
418         * common-reloc.c (R_NAME): Generate string correctly.
419
420 2005-12-05  Roland McGrath  <roland@redhat.com>
421
422         * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
423         * x86_64_regs.c (x86_64_register_name): Likewise.
424
425 2005-11-25  Roland McGrath  <roland@redhat.com>
426
427         * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
428
429         * i386_regs.c: New file.
430         * ppc_regs.c: New file.
431         * sparc_regs.c: New file.
432         * x86_64_regs.c: New file.
433         * Makefile.am
434         (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
435         * i386_init.c: Initialize register_name hook.
436         * ppc_init.c: Likewise.
437         * ppc64_init.c: Likewise.
438         * sparc_init.c: Likewise.
439         * x86_64_init.c: Likewise.
440
441 2005-11-19  Roland McGrath  <roland@redhat.com>
442
443         * ppc64_reloc.def: REL30 -> ADDR30.
444
445 2005-11-18  Roland McGrath  <roland@redhat.com>
446
447         * alpha_init.c: Use HOOK macro.
448         * arm_init.c: Likewise.
449         * i386_init.c: Likewise.
450         * ia64_init.c: Likewise.
451         * ppc64_init.c: Likewise.
452         * ppc_init.c: Likewise.
453         * s390_init.c: Likewise.
454         * sh_init.c: Likewise.
455         * sparc_init.c: Likewise.
456         * x86_64_init.c: Likewise.
457
458 2005-11-17  Roland McGrath  <roland@redhat.com>
459
460         * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
461         (CLEANFILES): Add libebl_$(m).so.
462
463         * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
464         * ppc64_reloc.def: Likewise.
465
466 2005-11-15  Roland McGrath  <roland@redhat.com>
467
468         * Contents moved here from ../libebl.