blob: 69351b323df437e845cf2608f25eb8a863611491 [file] [log] [blame]
Roland McGrath0ccbbcd2010-01-04 21:59:07 -080012010-01-04 Roland McGrath <roland@redhat.com>
2
3 * linux-core-note.c (vmcoreinfo_items): New static const variable.
4 (EBLHOOK(core_note)): Update arguments for new protocol.
5 Validate the name as "CORE" or "LINUX" for known n_type cases.
6 Handle name "VMCOREINFO" n_type=0 with vmcoreinfo_items.
7 * i386_corenote.c (EXTRA_NOTES): Update parameter usage.
8 * x86_corenote.c (EXTRA_NOTES_IOPERM): Likewise.
9
Mark Wielaard381534d2009-09-10 12:05:49 +0200102009-09-10 Mark Wielaard <mjw@redhat.com>
11
12 * sparc_retval.c: Fix license header.
13
Roland McGrathde0bef82009-08-07 20:06:28 -0700142009-08-07 Roland McGrath <roland@redhat.com>
15
16 * x86_64_reloc.def: Add PC64, GOTOFF64, GOTPC32, GOTPC32_TLSDESC,
17 TLSDESC_CALL, TLSDESC.
18
Roland McGrath3c84db32009-06-24 17:41:40 -0700192009-07-08 Roland McGrath <roland@redhat.com>
20
21 * x86_64_cfi.c (x86_64_abi_cfi): New file.
22 * Makefile.am (x86_64_SRCS): Add it.
23 * x86_64_init.c (x86_64_init): Add initializer.
24
25 * i386_cfi.c (i386_abi_cfi): New file.
26 * Makefile.am (i386_SRCS): Add it.
27 * i386_init.c (i386_init): Initialize abi_cfi hook.
28
Ulrich Drepperb47d2902009-06-01 07:38:32 -0700292009-06-01 Ulrich Drepper <drepper@redhat.com>
30
31 * i386_reloc.def: Add IRELATIVE entry.
32 * x86_64_reloc.def: Likewise.
33
Roland McGrath8ec82152009-04-16 20:31:59 -0700342009-04-16 Roland McGrath <roland@redhat.com>
35
Roland McGrathc6f20e42009-04-16 20:32:42 -070036 * arm_regs.c (arm_register_info): Handle VFP registers.
37
Roland McGrath8ec82152009-04-16 20:31:59 -070038 * i386_corenote.c (EXTRA_NOTES): NT_PRXFPREG -> NT_PRXFPREG
39
Roland McGratheb9ba472009-04-14 18:44:45 -0700402009-04-14 Roland McGrath <roland@redhat.com>
41
42 * arm_retval.c: New file.
43 * arm_attrs.c: New file.
44 * Makefile.am (arm_SRCS): Add them.
45 * arm_symbol.c (arm_segment_type_name): New function.
46 (arm_section_type_name): New function.
47 (arm_machine_flag_check): New function.
48 * arm_init.c (arm_init): Initialize those hooks.
49
50 * arm_regs.c: New file.
51 * arm_corenote.c: New file.
52 * arm_auxv.c: New file.
53 * Makefile.am (arm_SRCS): Add them.
54 * arm_init.c (arm_init): Initialize core_note, register_info,
55 and auxv_info hooks.
56
57 * ia64_symbol.c (ia64_section_type_name): Remove "SHT_" prefixes.
58
Roland McGrathd5ff6672009-04-01 18:28:41 -0700592009-04-01 Roland McGrath <roland@redhat.com>
60
61 * sparc_reloc.def: Update table.
62 Data from Dave Miller <davem@davemloft.net>.
63
Roland McGrath4d6d0f72009-02-15 14:57:29 -0800642009-02-15 Roland McGrath <roland@redhat.com>
65
66 * ppc_attrs.c (ppc_check_object_attribute): Handle tag
67 GNU_Power_ABI_Struct_Return.
68
Ulrich Dreppera4c9d282008-10-04 20:39:55 +0000692008-10-04 Ulrich Drepper <drepper@redhat.com>
70
71 * i386_reloc.def: Fix entries for TLS_GOTDESC, TLS_DESC_CALL, and
72 TLS_DESC.
73
Roland McGrath1d8bb252008-08-07 08:39:41 +0000742008-08-01 Roland McGrath <roland@redhat.com>
75
Roland McGratha845f682008-12-03 03:41:58 +000076 * x86_corenote.c: New file.
77 * Makefile.am (noinst_HEADERS): Add it.
78 * i386_corenote.c: Include it, use EXTRA_NOTES_IOPERM in EXTRA_NOTES.
79 * x86_64_corenote.c: Likewise.
80
Roland McGrath1d8bb252008-08-07 08:39:41 +000081 * linux-core-note.c (prstatus_items): Use 'B' instead of 'b'
82 for sigpend and sighold.
83
842008-07-04 Roland McGrath <roland@redhat.com>
85
86 * i386_syscall.c: New file.
87 * x86_64_syscall.c: New file.
88 * ppc_syscall.c: New file.
89 * Makefile.am (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS): Add them.
90 * i386_init.c (i386_init): Initialize syscall_abi hook.
91 * x86_64_init.c (x86_64_init): Likewise.
92 * ppc_init.c (ppc_init): Likewise.
93 * ppc64_init.c (ppc64_init): Likewise.
94
95 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Add nip.
96 Fix offset calculation for 64-bit case.
97
Roland McGrath60982e62008-04-05 00:40:51 +0000982008-04-04 Roland McGrath <roland@redhat.com>
99
100 * alpha_symbol.c (alpha_check_special_section): New function.
101 * alpha_init.c (alpha_init): Initialize check_special_section hook.
102
Roland McGrath13b69602008-04-01 02:30:05 +00001032008-03-31 Roland McGrath <roland@redhat.com>
104
105 * sparc_symbol.c (sparc_symbol_type_name): New function.
106 (sparc_dynamic_tag_name): New function.
107 (sparc_dynamic_tag_check): New function.
108 * sparc_init.c (sparc_init): Initialize those hooks.
109
110 * sparc_symbol.c (sparc_check_special_section): New function.
111 * sparc_init.c (sparc_init): Initialize check_special_section hook.
112
Roland McGrath059c83e2008-02-21 06:19:39 +00001132008-02-20 Roland McGrath <roland@redhat.com>
114
115 * ppc_attrs.c: New file.
116 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
117 * ppc_init.c (ppc_init): Initialize check_object_attribute hook.
118
1192008-02-14 Roland McGrath <roland@redhat.com>
120
121 * alpha_auxv.c: New file.
122 * Makefile.am (alpha_SRCS): Add it.
123 * alpha_init.c (alpha_init): Initialize auxv_info hook.
124
1252008-02-08 Roland McGrath <roland@redhat.com>
126
127 * ppc_corenote.c (spe_regs): New const variable.
128 (EXTRA_NOTES): Use it for NT_PPC_SPE.
129
1302008-01-02 Roland McGrath <roland@redhat.com>
131
132 * i386_corenote.c (tls_items): New const table.
133 (tls_info): New function, uses it.
134 (EXTRA_NOTES): Use it to handle NT_386_TLS.
135
Ulrich Drepperff993222008-01-09 05:39:28 +00001362008-01-08 Ulrich Drepper <drepper@redhat.com>
137
138 * Makefile.am: Add x86-64 disassembler.
139 * x86_64_init.c (x86_64_init): Hook up disassembler.
140
1412007-12-28 Ulrich Drepper <drepper@redhat.com>
142
143 * Makefile.am: Add x86 disassembler.
144 * i386_init.c (i386_init): Hook up disassembler.
145
Roland McGrath1a2e8f42007-12-15 23:39:34 +00001462007-12-15 Roland McGrath <roland@redhat.com>
147
148 * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512".
149
Roland McGrathe4c22ea2007-10-23 13:07:39 +00001502007-10-18 Roland McGrath <roland@redhat.com>
151
152 * ppc_regs.c (ppc_register_info): Assign 67 to "vscr".
153 Return "vector" and 32 bits for vscr and vrsave.
154 * ppc_corenote.c (altivec_regs): New variable.
155 (EXTRA_NOTES): New macro, handle NT_PPC_VMX.
156
157 * linux-core-note.c (EXTRA_REGSET): New macro.
158 Remove NT_PRXFPREG case. Instead, use EXTRA_NOTES if defined.
159 * i386_corenote.c (EXTRA_NOTES): Define it.
160
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00001612007-10-09 Roland McGrath <roland@redhat.com>
162
163 * sparc_auxv.c: New file.
164 * Makefile.am (sparc_SRCS): Add it.
165 * sparc_init.c (sparc_init): Initialize auxv_info hook.
166
1672007-10-08 Roland McGrath <roland@redhat.com>
168
169 * linux-core-note.c (TIMEVAL_FIELD): New macro.
170 (prstatus_items): Use it.
171 * sparc_corenote.c: New file.
172 * sparc64_corenote.c: New file.
173 * Makefile.am (sparc_SRCS): Add them.
174 * sparc_init.c (sparc_init): Initialize core_note hook.
175
176 * sparc_symbol.c (sparc_machine_flag_check): New function.
177 * sparc_init.c (sparc_init): Use it.
178
Roland McGrathc76f0b02007-09-27 07:31:33 +00001792007-09-27 Roland McGrath <roland@redhat.com>
180
181 * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
182 * i386_retval.c: Likewise.
183 * ia64_retval.c: Likewise.
184 * ppc64_retval.c: Likewise.
185 * ppc_retval.c: Likewise.
186 * s390_retval.c: Likewise.
187 * sparc_retval.c: Likewise.
188 * x86_64_retval.c: Likewise.
189
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001902007-10-31 Ulrich Drepper <drepper@redhat.com>
191
192 * Makefile.am: More dependencies for the libebl_* libraries.
193
Roland McGrathcb6d8652007-08-23 08:10:54 +00001942007-08-23 Roland McGrath <roland@redhat.com>
195
196 * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
197
1982007-08-22 Roland McGrath <roland@redhat.com>
199
200 * linux-core-note.c (prstatus_items): Add .group initializers.
201 (prpsinfo_items): Likewise.
202 * x86_64_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
203 * i386_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
204 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
205
2062007-08-20 Roland McGrath <roland@redhat.com>
207
208 * ppc_symbol.c (ppc_check_special_symbol): For _GLOBAL_OFFSET_TABLE_
209 when DT_PPC_GOT is not found, anywhere in the section is valid.
210
2112007-08-19 Roland McGrath <roland@redhat.com>
212
213 * i386_auxv.c: New file.
214 * Makefile.am (i386_SRCS, x86_64_SRCS): Add it.
215 * ppc_auxv.c: New file.
216 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
217 * i386_init.c (i386_init): Initialize auxv_info hook.
218 * x86_64_init.c (x86_64_init): Likewise.
219 * ppc_init.c (ppc_init): Likewise.
220 * ppc64_init.c (ppc64_init): Likewise.
221
222 * alpha_corenote.c: New file.
223 * Makefile.am (alpha_SRCS): Add it.
224 * alpha_init.c (alpha_init): Initialize core_note hook.
225
226 * ppc_corenote.c: New file.
227 * ppc64_corenote.c: New file.
228 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add them.
229 * ppc_init.c (ppc_init): Initialize core_note hook.
230 * ppc64_init.c (ppc64_init): Likewise.
231
232 * linux-core-note.c: New file.
233 * Makefile.am (noinst_HEADERS): Add it.
234 * i386_corenote.c: Rewritten.
235 * x86_64_corenote.c: Likewise.
236
Roland McGrath53bce222007-05-23 19:15:04 +00002372007-05-23 Roland McGrath <roland@redhat.com>
238
239 * alpha_regs.c (alpha_register_info): fp -> s6
240
Roland McGrath420c8b52007-04-27 03:26:04 +00002412007-04-26 Roland McGrath <roland@redhat.com>
242
Roland McGrath2be02912007-04-27 04:07:41 +0000243 * alpha_symbol.c (alpha_machine_section_flag_check): New function.
244 * alpha_init.c (alpha_init): Initialize hook.
245
Roland McGrath420c8b52007-04-27 03:26:04 +0000246 * alpha_regs.c: New file.
247 * Makefile.am (alpha_SRCS): Add it.
248 * alpha_init.c (alpha_init): Initialize register_info hook.
249
Roland McGrath4be15242007-04-25 03:09:33 +00002502007-04-22 Roland McGrath <roland@redhat.com>
251
252 * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
253 mq, xer, lr, ctr, dsisr, dar, dec, vrsave.
254 Set *BITS to 64 for FPU registers.
255
256 * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
257 * x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw.
258
Roland McGrath5f6a41a2007-04-01 23:11:40 +00002592007-04-01 Roland McGrath <roland@redhat.com>
260
261 * x86_64_regs.c (x86_64_register_info): Add more registers from newer
262 ABI spec.
263
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00002642007-01-11 Roland McGrath <roland@redhat.com>
265
266 * ia64_symbol.c (ia64_machine_section_flag_check): New function.
267 * ia64_init.c (ia64_init): Use it.
268
269 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
270
Roland McGrathc373d852006-10-10 00:25:21 +00002712006-10-09 Roland McGrath <roland@redhat.com>
272
273 * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
274
2752006-08-29 Roland McGrath <roland@redhat.com>
276
277 * sparc_retval.c: New file.
278 * Makefile.am (sparc_SRCS): Add it.
279 * sparc_init.c (sparc_init): Initialize return_value_location hook.
280
2812006-08-22 Roland McGrath <roland@redhat.com>
282
283 * i386_regs.c (i386_register_name): Renamed i386_register_info.
284 Take new args, yield more info.
285 * i386_init.c (i386_init): Update initializer.
286 * ia64_regs.c (ia64_register_name): Likewise.
287 * ia64_init.c (ia64_init): Likewise.
288 * ppc_regs.c (ppc_register_name): Likewise.
289 * ppc64_init.c (ppc64_init): Likewise.
290 * ppc_init.c (ppc_init): Likewise.
291 * s390_regs.c (s390_register_name): Likewise.
292 * s390_init.c (s390_init): Likewise.
293 * sparc_regs.c (sparc_register_name): Likewise.
294 * sparc_init.c (sparc_init): Likewise.
295 * x86_64_regs.c (x86_64_register_name): Likewise.
296 * x86_64_init.c (x86_64_init): Likewise.
297
Roland McGrathc812a832006-08-08 20:02:11 +00002982006-08-08 Roland McGrath <roland@redhat.com>
299
300 * Makefile.am (%.os): Don't depend on %.o, since we don't actually
301 need static object for anything here. This rule is the only source of
302 .deps/ files.
303
Roland McGrath3b578ba2006-08-08 19:08:50 +00003042006-06-23 Stepan Kasal <skasal@redhat.com>
305
306 * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
307
Roland McGrath19db8592006-08-03 08:52:46 +00003082006-08-03 Roland McGrath <roland@redhat.com>
309
310 * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
311 EM_SPARC. EM_SPARC32PLUS also has 64.
312
Roland McGrath95024622006-07-21 10:06:31 +00003132006-07-21 Roland McGrath <roland@redhat.com>
314
315 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
316 * ppc_regs.c (ppc_register_name): Likewise.
317 * s390_regs.c (s390_register_name): Likewise.
318
319 * ia64_retval.c: New file.
320 * Makefile.am (ia64_SRCS): Add it.
321 * ia64_init.c (ia64_init): Install return_value_location hook.
322
323 * ia64_regs.c: New file.
324 * Makefile.am (ia64_SRCS): Add it.
325 * ia64_init.c (ia64_init): Install register_name hook.
326
Ulrich Drepper28ed8952006-07-07 03:43:47 +00003272006-07-05 Ulrich Drepper <drepper@redhat.com>
328
329 * alpha_init.c: Initialize sysvhash_entrysize.
330 * s390_init.c: Likewise.
331
3322006-07-04 Ulrich Drepper <drepper@redhat.com>
333
334 * common-reloc.c (relative_reloc_p): New function.
335 (init_reloc): Hook it up.
336 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
337
Ulrich Drepperd5a75192006-06-15 03:07:46 +00003382006-06-13 Roland McGrath <roland@redhat.com>
339
340 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
341
Ulrich Drepper6ca46002006-06-12 22:40:23 +00003422006-06-12 Ulrich Drepper <drepper@redhat.com>
343
344 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000345 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000346
Roland McGrath123ccad2006-02-22 19:59:31 +00003472006-02-22 Roland McGrath <roland@redhat.com>
348
349 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
350 (ppc64_return_value_location): Use registers for aggregate conditional
351 on that.
352 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
353 (ppc_return_value_location): Use registers for aggregate conditional
354 on that.
355
Roland McGrath321327a2006-01-13 00:51:21 +00003562006-01-12 Roland McGrath <roland@redhat.com>
357
358 * s390_retval.c: New file.
359 * Makefile.am (s390_SRCS): Add it.
360 * s390_init.c (s390_init): Install return_value_location hook.
361
Roland McGrathef6fbff2006-01-12 03:00:55 +00003622006-01-11 Roland McGrath <roland@redhat.com>
363
Roland McGrath5f38a2c2006-01-12 03:08:35 +0000364 * s390_regs.c: New file.
365 * Makefile.am (s390_SRCS): Add it.
366 * s390_init.c (s390_init): Install register_name hook.
367
Roland McGrathef6fbff2006-01-12 03:00:55 +0000368 * s390_reloc.def: Update bits per
369 Martin Schwidefsky <schwidefsky@de.ibm.com>.
370
Roland McGrathba72ab12005-12-12 00:04:33 +00003712005-12-10 Ulrich Drepper
372
373 * common-reloc.c (R_NAME): Generate string correctly.
374
Roland McGrath994b4892005-12-05 22:46:21 +00003752005-12-05 Roland McGrath <roland@redhat.com>
376
377 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
378 * x86_64_regs.c (x86_64_register_name): Likewise.
379
3802005-11-25 Roland McGrath <roland@redhat.com>
381
382 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
383
384 * i386_regs.c: New file.
385 * ppc_regs.c: New file.
386 * sparc_regs.c: New file.
387 * x86_64_regs.c: New file.
388 * Makefile.am
389 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
390 * i386_init.c: Initialize register_name hook.
391 * ppc_init.c: Likewise.
392 * ppc64_init.c: Likewise.
393 * sparc_init.c: Likewise.
394 * x86_64_init.c: Likewise.
395
Roland McGrathb6405ca2005-11-19 21:36:37 +00003962005-11-19 Roland McGrath <roland@redhat.com>
397
398 * ppc64_reloc.def: REL30 -> ADDR30.
399
Roland McGrathf47ba532005-11-19 07:40:29 +00004002005-11-18 Roland McGrath <roland@redhat.com>
401
402 * alpha_init.c: Use HOOK macro.
403 * arm_init.c: Likewise.
404 * i386_init.c: Likewise.
405 * ia64_init.c: Likewise.
406 * ppc64_init.c: Likewise.
407 * ppc_init.c: Likewise.
408 * s390_init.c: Likewise.
409 * sh_init.c: Likewise.
410 * sparc_init.c: Likewise.
411 * x86_64_init.c: Likewise.
412
Roland McGrath6e8d1832005-11-17 22:47:38 +00004132005-11-17 Roland McGrath <roland@redhat.com>
414
Roland McGrath093281d2005-11-18 02:24:43 +0000415 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000416 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000417
Roland McGrath6e8d1832005-11-17 22:47:38 +0000418 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
419 * ppc64_reloc.def: Likewise.
420
Roland McGrathe47ab762005-11-17 03:16:00 +00004212005-11-15 Roland McGrath <roland@redhat.com>
422
423 * Contents moved here from ../libebl.