blob: c7f6d3662d162feca5f4e2e77d07b00b7de91be8 [file] [log] [blame]
Mark Wielaard381534d2009-09-10 12:05:49 +020012009-09-10 Mark Wielaard <mjw@redhat.com>
2
3 * sparc_retval.c: Fix license header.
4
Roland McGrathde0bef82009-08-07 20:06:28 -070052009-08-07 Roland McGrath <roland@redhat.com>
6
7 * x86_64_reloc.def: Add PC64, GOTOFF64, GOTPC32, GOTPC32_TLSDESC,
8 TLSDESC_CALL, TLSDESC.
9
Roland McGrath3c84db32009-06-24 17:41:40 -0700102009-07-08 Roland McGrath <roland@redhat.com>
11
12 * x86_64_cfi.c (x86_64_abi_cfi): New file.
13 * Makefile.am (x86_64_SRCS): Add it.
14 * x86_64_init.c (x86_64_init): Add initializer.
15
16 * i386_cfi.c (i386_abi_cfi): New file.
17 * Makefile.am (i386_SRCS): Add it.
18 * i386_init.c (i386_init): Initialize abi_cfi hook.
19
Ulrich Drepperb47d2902009-06-01 07:38:32 -0700202009-06-01 Ulrich Drepper <drepper@redhat.com>
21
22 * i386_reloc.def: Add IRELATIVE entry.
23 * x86_64_reloc.def: Likewise.
24
Roland McGrath8ec82152009-04-16 20:31:59 -0700252009-04-16 Roland McGrath <roland@redhat.com>
26
Roland McGrathc6f20e42009-04-16 20:32:42 -070027 * arm_regs.c (arm_register_info): Handle VFP registers.
28
Roland McGrath8ec82152009-04-16 20:31:59 -070029 * i386_corenote.c (EXTRA_NOTES): NT_PRXFPREG -> NT_PRXFPREG
30
Roland McGratheb9ba472009-04-14 18:44:45 -0700312009-04-14 Roland McGrath <roland@redhat.com>
32
33 * arm_retval.c: New file.
34 * arm_attrs.c: New file.
35 * Makefile.am (arm_SRCS): Add them.
36 * arm_symbol.c (arm_segment_type_name): New function.
37 (arm_section_type_name): New function.
38 (arm_machine_flag_check): New function.
39 * arm_init.c (arm_init): Initialize those hooks.
40
41 * arm_regs.c: New file.
42 * arm_corenote.c: New file.
43 * arm_auxv.c: New file.
44 * Makefile.am (arm_SRCS): Add them.
45 * arm_init.c (arm_init): Initialize core_note, register_info,
46 and auxv_info hooks.
47
48 * ia64_symbol.c (ia64_section_type_name): Remove "SHT_" prefixes.
49
Roland McGrathd5ff6672009-04-01 18:28:41 -0700502009-04-01 Roland McGrath <roland@redhat.com>
51
52 * sparc_reloc.def: Update table.
53 Data from Dave Miller <davem@davemloft.net>.
54
Roland McGrath4d6d0f72009-02-15 14:57:29 -0800552009-02-15 Roland McGrath <roland@redhat.com>
56
57 * ppc_attrs.c (ppc_check_object_attribute): Handle tag
58 GNU_Power_ABI_Struct_Return.
59
Ulrich Dreppera4c9d282008-10-04 20:39:55 +0000602008-10-04 Ulrich Drepper <drepper@redhat.com>
61
62 * i386_reloc.def: Fix entries for TLS_GOTDESC, TLS_DESC_CALL, and
63 TLS_DESC.
64
Roland McGrath1d8bb252008-08-07 08:39:41 +0000652008-08-01 Roland McGrath <roland@redhat.com>
66
Roland McGratha845f682008-12-03 03:41:58 +000067 * x86_corenote.c: New file.
68 * Makefile.am (noinst_HEADERS): Add it.
69 * i386_corenote.c: Include it, use EXTRA_NOTES_IOPERM in EXTRA_NOTES.
70 * x86_64_corenote.c: Likewise.
71
Roland McGrath1d8bb252008-08-07 08:39:41 +000072 * linux-core-note.c (prstatus_items): Use 'B' instead of 'b'
73 for sigpend and sighold.
74
752008-07-04 Roland McGrath <roland@redhat.com>
76
77 * i386_syscall.c: New file.
78 * x86_64_syscall.c: New file.
79 * ppc_syscall.c: New file.
80 * Makefile.am (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS): Add them.
81 * i386_init.c (i386_init): Initialize syscall_abi hook.
82 * x86_64_init.c (x86_64_init): Likewise.
83 * ppc_init.c (ppc_init): Likewise.
84 * ppc64_init.c (ppc64_init): Likewise.
85
86 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Add nip.
87 Fix offset calculation for 64-bit case.
88
Roland McGrath60982e62008-04-05 00:40:51 +0000892008-04-04 Roland McGrath <roland@redhat.com>
90
91 * alpha_symbol.c (alpha_check_special_section): New function.
92 * alpha_init.c (alpha_init): Initialize check_special_section hook.
93
Roland McGrath13b69602008-04-01 02:30:05 +0000942008-03-31 Roland McGrath <roland@redhat.com>
95
96 * sparc_symbol.c (sparc_symbol_type_name): New function.
97 (sparc_dynamic_tag_name): New function.
98 (sparc_dynamic_tag_check): New function.
99 * sparc_init.c (sparc_init): Initialize those hooks.
100
101 * sparc_symbol.c (sparc_check_special_section): New function.
102 * sparc_init.c (sparc_init): Initialize check_special_section hook.
103
Roland McGrath059c83e2008-02-21 06:19:39 +00001042008-02-20 Roland McGrath <roland@redhat.com>
105
106 * ppc_attrs.c: New file.
107 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
108 * ppc_init.c (ppc_init): Initialize check_object_attribute hook.
109
1102008-02-14 Roland McGrath <roland@redhat.com>
111
112 * alpha_auxv.c: New file.
113 * Makefile.am (alpha_SRCS): Add it.
114 * alpha_init.c (alpha_init): Initialize auxv_info hook.
115
1162008-02-08 Roland McGrath <roland@redhat.com>
117
118 * ppc_corenote.c (spe_regs): New const variable.
119 (EXTRA_NOTES): Use it for NT_PPC_SPE.
120
1212008-01-02 Roland McGrath <roland@redhat.com>
122
123 * i386_corenote.c (tls_items): New const table.
124 (tls_info): New function, uses it.
125 (EXTRA_NOTES): Use it to handle NT_386_TLS.
126
Ulrich Drepperff993222008-01-09 05:39:28 +00001272008-01-08 Ulrich Drepper <drepper@redhat.com>
128
129 * Makefile.am: Add x86-64 disassembler.
130 * x86_64_init.c (x86_64_init): Hook up disassembler.
131
1322007-12-28 Ulrich Drepper <drepper@redhat.com>
133
134 * Makefile.am: Add x86 disassembler.
135 * i386_init.c (i386_init): Hook up disassembler.
136
Roland McGrath1a2e8f42007-12-15 23:39:34 +00001372007-12-15 Roland McGrath <roland@redhat.com>
138
139 * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512".
140
Roland McGrathe4c22ea2007-10-23 13:07:39 +00001412007-10-18 Roland McGrath <roland@redhat.com>
142
143 * ppc_regs.c (ppc_register_info): Assign 67 to "vscr".
144 Return "vector" and 32 bits for vscr and vrsave.
145 * ppc_corenote.c (altivec_regs): New variable.
146 (EXTRA_NOTES): New macro, handle NT_PPC_VMX.
147
148 * linux-core-note.c (EXTRA_REGSET): New macro.
149 Remove NT_PRXFPREG case. Instead, use EXTRA_NOTES if defined.
150 * i386_corenote.c (EXTRA_NOTES): Define it.
151
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00001522007-10-09 Roland McGrath <roland@redhat.com>
153
154 * sparc_auxv.c: New file.
155 * Makefile.am (sparc_SRCS): Add it.
156 * sparc_init.c (sparc_init): Initialize auxv_info hook.
157
1582007-10-08 Roland McGrath <roland@redhat.com>
159
160 * linux-core-note.c (TIMEVAL_FIELD): New macro.
161 (prstatus_items): Use it.
162 * sparc_corenote.c: New file.
163 * sparc64_corenote.c: New file.
164 * Makefile.am (sparc_SRCS): Add them.
165 * sparc_init.c (sparc_init): Initialize core_note hook.
166
167 * sparc_symbol.c (sparc_machine_flag_check): New function.
168 * sparc_init.c (sparc_init): Use it.
169
Roland McGrathc76f0b02007-09-27 07:31:33 +00001702007-09-27 Roland McGrath <roland@redhat.com>
171
172 * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
173 * i386_retval.c: Likewise.
174 * ia64_retval.c: Likewise.
175 * ppc64_retval.c: Likewise.
176 * ppc_retval.c: Likewise.
177 * s390_retval.c: Likewise.
178 * sparc_retval.c: Likewise.
179 * x86_64_retval.c: Likewise.
180
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001812007-10-31 Ulrich Drepper <drepper@redhat.com>
182
183 * Makefile.am: More dependencies for the libebl_* libraries.
184
Roland McGrathcb6d8652007-08-23 08:10:54 +00001852007-08-23 Roland McGrath <roland@redhat.com>
186
187 * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
188
1892007-08-22 Roland McGrath <roland@redhat.com>
190
191 * linux-core-note.c (prstatus_items): Add .group initializers.
192 (prpsinfo_items): Likewise.
193 * x86_64_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
194 * i386_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
195 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
196
1972007-08-20 Roland McGrath <roland@redhat.com>
198
199 * ppc_symbol.c (ppc_check_special_symbol): For _GLOBAL_OFFSET_TABLE_
200 when DT_PPC_GOT is not found, anywhere in the section is valid.
201
2022007-08-19 Roland McGrath <roland@redhat.com>
203
204 * i386_auxv.c: New file.
205 * Makefile.am (i386_SRCS, x86_64_SRCS): Add it.
206 * ppc_auxv.c: New file.
207 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
208 * i386_init.c (i386_init): Initialize auxv_info hook.
209 * x86_64_init.c (x86_64_init): Likewise.
210 * ppc_init.c (ppc_init): Likewise.
211 * ppc64_init.c (ppc64_init): Likewise.
212
213 * alpha_corenote.c: New file.
214 * Makefile.am (alpha_SRCS): Add it.
215 * alpha_init.c (alpha_init): Initialize core_note hook.
216
217 * ppc_corenote.c: New file.
218 * ppc64_corenote.c: New file.
219 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add them.
220 * ppc_init.c (ppc_init): Initialize core_note hook.
221 * ppc64_init.c (ppc64_init): Likewise.
222
223 * linux-core-note.c: New file.
224 * Makefile.am (noinst_HEADERS): Add it.
225 * i386_corenote.c: Rewritten.
226 * x86_64_corenote.c: Likewise.
227
Roland McGrath53bce222007-05-23 19:15:04 +00002282007-05-23 Roland McGrath <roland@redhat.com>
229
230 * alpha_regs.c (alpha_register_info): fp -> s6
231
Roland McGrath420c8b52007-04-27 03:26:04 +00002322007-04-26 Roland McGrath <roland@redhat.com>
233
Roland McGrath2be02912007-04-27 04:07:41 +0000234 * alpha_symbol.c (alpha_machine_section_flag_check): New function.
235 * alpha_init.c (alpha_init): Initialize hook.
236
Roland McGrath420c8b52007-04-27 03:26:04 +0000237 * alpha_regs.c: New file.
238 * Makefile.am (alpha_SRCS): Add it.
239 * alpha_init.c (alpha_init): Initialize register_info hook.
240
Roland McGrath4be15242007-04-25 03:09:33 +00002412007-04-22 Roland McGrath <roland@redhat.com>
242
243 * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
244 mq, xer, lr, ctr, dsisr, dar, dec, vrsave.
245 Set *BITS to 64 for FPU registers.
246
247 * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
248 * x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw.
249
Roland McGrath5f6a41a2007-04-01 23:11:40 +00002502007-04-01 Roland McGrath <roland@redhat.com>
251
252 * x86_64_regs.c (x86_64_register_info): Add more registers from newer
253 ABI spec.
254
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00002552007-01-11 Roland McGrath <roland@redhat.com>
256
257 * ia64_symbol.c (ia64_machine_section_flag_check): New function.
258 * ia64_init.c (ia64_init): Use it.
259
260 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
261
Roland McGrathc373d852006-10-10 00:25:21 +00002622006-10-09 Roland McGrath <roland@redhat.com>
263
264 * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
265
2662006-08-29 Roland McGrath <roland@redhat.com>
267
268 * sparc_retval.c: New file.
269 * Makefile.am (sparc_SRCS): Add it.
270 * sparc_init.c (sparc_init): Initialize return_value_location hook.
271
2722006-08-22 Roland McGrath <roland@redhat.com>
273
274 * i386_regs.c (i386_register_name): Renamed i386_register_info.
275 Take new args, yield more info.
276 * i386_init.c (i386_init): Update initializer.
277 * ia64_regs.c (ia64_register_name): Likewise.
278 * ia64_init.c (ia64_init): Likewise.
279 * ppc_regs.c (ppc_register_name): Likewise.
280 * ppc64_init.c (ppc64_init): Likewise.
281 * ppc_init.c (ppc_init): Likewise.
282 * s390_regs.c (s390_register_name): Likewise.
283 * s390_init.c (s390_init): Likewise.
284 * sparc_regs.c (sparc_register_name): Likewise.
285 * sparc_init.c (sparc_init): Likewise.
286 * x86_64_regs.c (x86_64_register_name): Likewise.
287 * x86_64_init.c (x86_64_init): Likewise.
288
Roland McGrathc812a832006-08-08 20:02:11 +00002892006-08-08 Roland McGrath <roland@redhat.com>
290
291 * Makefile.am (%.os): Don't depend on %.o, since we don't actually
292 need static object for anything here. This rule is the only source of
293 .deps/ files.
294
Roland McGrath3b578ba2006-08-08 19:08:50 +00002952006-06-23 Stepan Kasal <skasal@redhat.com>
296
297 * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
298
Roland McGrath19db8592006-08-03 08:52:46 +00002992006-08-03 Roland McGrath <roland@redhat.com>
300
301 * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
302 EM_SPARC. EM_SPARC32PLUS also has 64.
303
Roland McGrath95024622006-07-21 10:06:31 +00003042006-07-21 Roland McGrath <roland@redhat.com>
305
306 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
307 * ppc_regs.c (ppc_register_name): Likewise.
308 * s390_regs.c (s390_register_name): Likewise.
309
310 * ia64_retval.c: New file.
311 * Makefile.am (ia64_SRCS): Add it.
312 * ia64_init.c (ia64_init): Install return_value_location hook.
313
314 * ia64_regs.c: New file.
315 * Makefile.am (ia64_SRCS): Add it.
316 * ia64_init.c (ia64_init): Install register_name hook.
317
Ulrich Drepper28ed8952006-07-07 03:43:47 +00003182006-07-05 Ulrich Drepper <drepper@redhat.com>
319
320 * alpha_init.c: Initialize sysvhash_entrysize.
321 * s390_init.c: Likewise.
322
3232006-07-04 Ulrich Drepper <drepper@redhat.com>
324
325 * common-reloc.c (relative_reloc_p): New function.
326 (init_reloc): Hook it up.
327 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
328
Ulrich Drepperd5a75192006-06-15 03:07:46 +00003292006-06-13 Roland McGrath <roland@redhat.com>
330
331 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
332
Ulrich Drepper6ca46002006-06-12 22:40:23 +00003332006-06-12 Ulrich Drepper <drepper@redhat.com>
334
335 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000336 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000337
Roland McGrath123ccad2006-02-22 19:59:31 +00003382006-02-22 Roland McGrath <roland@redhat.com>
339
340 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
341 (ppc64_return_value_location): Use registers for aggregate conditional
342 on that.
343 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
344 (ppc_return_value_location): Use registers for aggregate conditional
345 on that.
346
Roland McGrath321327a2006-01-13 00:51:21 +00003472006-01-12 Roland McGrath <roland@redhat.com>
348
349 * s390_retval.c: New file.
350 * Makefile.am (s390_SRCS): Add it.
351 * s390_init.c (s390_init): Install return_value_location hook.
352
Roland McGrathef6fbff2006-01-12 03:00:55 +00003532006-01-11 Roland McGrath <roland@redhat.com>
354
Roland McGrath5f38a2c2006-01-12 03:08:35 +0000355 * s390_regs.c: New file.
356 * Makefile.am (s390_SRCS): Add it.
357 * s390_init.c (s390_init): Install register_name hook.
358
Roland McGrathef6fbff2006-01-12 03:00:55 +0000359 * s390_reloc.def: Update bits per
360 Martin Schwidefsky <schwidefsky@de.ibm.com>.
361
Roland McGrathba72ab12005-12-12 00:04:33 +00003622005-12-10 Ulrich Drepper
363
364 * common-reloc.c (R_NAME): Generate string correctly.
365
Roland McGrath994b4892005-12-05 22:46:21 +00003662005-12-05 Roland McGrath <roland@redhat.com>
367
368 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
369 * x86_64_regs.c (x86_64_register_name): Likewise.
370
3712005-11-25 Roland McGrath <roland@redhat.com>
372
373 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
374
375 * i386_regs.c: New file.
376 * ppc_regs.c: New file.
377 * sparc_regs.c: New file.
378 * x86_64_regs.c: New file.
379 * Makefile.am
380 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
381 * i386_init.c: Initialize register_name hook.
382 * ppc_init.c: Likewise.
383 * ppc64_init.c: Likewise.
384 * sparc_init.c: Likewise.
385 * x86_64_init.c: Likewise.
386
Roland McGrathb6405ca2005-11-19 21:36:37 +00003872005-11-19 Roland McGrath <roland@redhat.com>
388
389 * ppc64_reloc.def: REL30 -> ADDR30.
390
Roland McGrathf47ba532005-11-19 07:40:29 +00003912005-11-18 Roland McGrath <roland@redhat.com>
392
393 * alpha_init.c: Use HOOK macro.
394 * arm_init.c: Likewise.
395 * i386_init.c: Likewise.
396 * ia64_init.c: Likewise.
397 * ppc64_init.c: Likewise.
398 * ppc_init.c: Likewise.
399 * s390_init.c: Likewise.
400 * sh_init.c: Likewise.
401 * sparc_init.c: Likewise.
402 * x86_64_init.c: Likewise.
403
Roland McGrath6e8d1832005-11-17 22:47:38 +00004042005-11-17 Roland McGrath <roland@redhat.com>
405
Roland McGrath093281d2005-11-18 02:24:43 +0000406 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000407 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000408
Roland McGrath6e8d1832005-11-17 22:47:38 +0000409 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
410 * ppc64_reloc.def: Likewise.
411
Roland McGrathe47ab762005-11-17 03:16:00 +00004122005-11-15 Roland McGrath <roland@redhat.com>
413
414 * Contents moved here from ../libebl.