blob: a1aa351fc039a45793c17a7ad7e47fc7f8ba4c17 [file] [log] [blame]
Ulrich Drepperb47d2902009-06-01 07:38:32 -070012009-06-01 Ulrich Drepper <drepper@redhat.com>
2
3 * i386_reloc.def: Add IRELATIVE entry.
4 * x86_64_reloc.def: Likewise.
5
Roland McGrath8ec82152009-04-16 20:31:59 -070062009-04-16 Roland McGrath <roland@redhat.com>
7
Roland McGrathc6f20e42009-04-16 20:32:42 -07008 * arm_regs.c (arm_register_info): Handle VFP registers.
9
Roland McGrath8ec82152009-04-16 20:31:59 -070010 * i386_corenote.c (EXTRA_NOTES): NT_PRXFPREG -> NT_PRXFPREG
11
Roland McGratheb9ba472009-04-14 18:44:45 -0700122009-04-14 Roland McGrath <roland@redhat.com>
13
14 * arm_retval.c: New file.
15 * arm_attrs.c: New file.
16 * Makefile.am (arm_SRCS): Add them.
17 * arm_symbol.c (arm_segment_type_name): New function.
18 (arm_section_type_name): New function.
19 (arm_machine_flag_check): New function.
20 * arm_init.c (arm_init): Initialize those hooks.
21
22 * arm_regs.c: New file.
23 * arm_corenote.c: New file.
24 * arm_auxv.c: New file.
25 * Makefile.am (arm_SRCS): Add them.
26 * arm_init.c (arm_init): Initialize core_note, register_info,
27 and auxv_info hooks.
28
29 * ia64_symbol.c (ia64_section_type_name): Remove "SHT_" prefixes.
30
Roland McGrathd5ff6672009-04-01 18:28:41 -0700312009-04-01 Roland McGrath <roland@redhat.com>
32
33 * sparc_reloc.def: Update table.
34 Data from Dave Miller <davem@davemloft.net>.
35
Roland McGrath4d6d0f72009-02-15 14:57:29 -0800362009-02-15 Roland McGrath <roland@redhat.com>
37
38 * ppc_attrs.c (ppc_check_object_attribute): Handle tag
39 GNU_Power_ABI_Struct_Return.
40
Ulrich Dreppera4c9d282008-10-04 20:39:55 +0000412008-10-04 Ulrich Drepper <drepper@redhat.com>
42
43 * i386_reloc.def: Fix entries for TLS_GOTDESC, TLS_DESC_CALL, and
44 TLS_DESC.
45
Roland McGrath1d8bb252008-08-07 08:39:41 +0000462008-08-01 Roland McGrath <roland@redhat.com>
47
Roland McGratha845f682008-12-03 03:41:58 +000048 * x86_corenote.c: New file.
49 * Makefile.am (noinst_HEADERS): Add it.
50 * i386_corenote.c: Include it, use EXTRA_NOTES_IOPERM in EXTRA_NOTES.
51 * x86_64_corenote.c: Likewise.
52
Roland McGrath1d8bb252008-08-07 08:39:41 +000053 * linux-core-note.c (prstatus_items): Use 'B' instead of 'b'
54 for sigpend and sighold.
55
562008-07-04 Roland McGrath <roland@redhat.com>
57
58 * i386_syscall.c: New file.
59 * x86_64_syscall.c: New file.
60 * ppc_syscall.c: New file.
61 * Makefile.am (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS): Add them.
62 * i386_init.c (i386_init): Initialize syscall_abi hook.
63 * x86_64_init.c (x86_64_init): Likewise.
64 * ppc_init.c (ppc_init): Likewise.
65 * ppc64_init.c (ppc64_init): Likewise.
66
67 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Add nip.
68 Fix offset calculation for 64-bit case.
69
Roland McGrath60982e62008-04-05 00:40:51 +0000702008-04-04 Roland McGrath <roland@redhat.com>
71
72 * alpha_symbol.c (alpha_check_special_section): New function.
73 * alpha_init.c (alpha_init): Initialize check_special_section hook.
74
Roland McGrath13b69602008-04-01 02:30:05 +0000752008-03-31 Roland McGrath <roland@redhat.com>
76
77 * sparc_symbol.c (sparc_symbol_type_name): New function.
78 (sparc_dynamic_tag_name): New function.
79 (sparc_dynamic_tag_check): New function.
80 * sparc_init.c (sparc_init): Initialize those hooks.
81
82 * sparc_symbol.c (sparc_check_special_section): New function.
83 * sparc_init.c (sparc_init): Initialize check_special_section hook.
84
Roland McGrath059c83e2008-02-21 06:19:39 +0000852008-02-20 Roland McGrath <roland@redhat.com>
86
87 * ppc_attrs.c: New file.
88 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
89 * ppc_init.c (ppc_init): Initialize check_object_attribute hook.
90
912008-02-14 Roland McGrath <roland@redhat.com>
92
93 * alpha_auxv.c: New file.
94 * Makefile.am (alpha_SRCS): Add it.
95 * alpha_init.c (alpha_init): Initialize auxv_info hook.
96
972008-02-08 Roland McGrath <roland@redhat.com>
98
99 * ppc_corenote.c (spe_regs): New const variable.
100 (EXTRA_NOTES): Use it for NT_PPC_SPE.
101
1022008-01-02 Roland McGrath <roland@redhat.com>
103
104 * i386_corenote.c (tls_items): New const table.
105 (tls_info): New function, uses it.
106 (EXTRA_NOTES): Use it to handle NT_386_TLS.
107
Ulrich Drepperff993222008-01-09 05:39:28 +00001082008-01-08 Ulrich Drepper <drepper@redhat.com>
109
110 * Makefile.am: Add x86-64 disassembler.
111 * x86_64_init.c (x86_64_init): Hook up disassembler.
112
1132007-12-28 Ulrich Drepper <drepper@redhat.com>
114
115 * Makefile.am: Add x86 disassembler.
116 * i386_init.c (i386_init): Hook up disassembler.
117
Roland McGrath1a2e8f42007-12-15 23:39:34 +00001182007-12-15 Roland McGrath <roland@redhat.com>
119
120 * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512".
121
Roland McGrathe4c22ea2007-10-23 13:07:39 +00001222007-10-18 Roland McGrath <roland@redhat.com>
123
124 * ppc_regs.c (ppc_register_info): Assign 67 to "vscr".
125 Return "vector" and 32 bits for vscr and vrsave.
126 * ppc_corenote.c (altivec_regs): New variable.
127 (EXTRA_NOTES): New macro, handle NT_PPC_VMX.
128
129 * linux-core-note.c (EXTRA_REGSET): New macro.
130 Remove NT_PRXFPREG case. Instead, use EXTRA_NOTES if defined.
131 * i386_corenote.c (EXTRA_NOTES): Define it.
132
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00001332007-10-09 Roland McGrath <roland@redhat.com>
134
135 * sparc_auxv.c: New file.
136 * Makefile.am (sparc_SRCS): Add it.
137 * sparc_init.c (sparc_init): Initialize auxv_info hook.
138
1392007-10-08 Roland McGrath <roland@redhat.com>
140
141 * linux-core-note.c (TIMEVAL_FIELD): New macro.
142 (prstatus_items): Use it.
143 * sparc_corenote.c: New file.
144 * sparc64_corenote.c: New file.
145 * Makefile.am (sparc_SRCS): Add them.
146 * sparc_init.c (sparc_init): Initialize core_note hook.
147
148 * sparc_symbol.c (sparc_machine_flag_check): New function.
149 * sparc_init.c (sparc_init): Use it.
150
Roland McGrathc76f0b02007-09-27 07:31:33 +00001512007-09-27 Roland McGrath <roland@redhat.com>
152
153 * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
154 * i386_retval.c: Likewise.
155 * ia64_retval.c: Likewise.
156 * ppc64_retval.c: Likewise.
157 * ppc_retval.c: Likewise.
158 * s390_retval.c: Likewise.
159 * sparc_retval.c: Likewise.
160 * x86_64_retval.c: Likewise.
161
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001622007-10-31 Ulrich Drepper <drepper@redhat.com>
163
164 * Makefile.am: More dependencies for the libebl_* libraries.
165
Roland McGrathcb6d8652007-08-23 08:10:54 +00001662007-08-23 Roland McGrath <roland@redhat.com>
167
168 * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
169
1702007-08-22 Roland McGrath <roland@redhat.com>
171
172 * linux-core-note.c (prstatus_items): Add .group initializers.
173 (prpsinfo_items): Likewise.
174 * x86_64_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
175 * i386_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
176 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
177
1782007-08-20 Roland McGrath <roland@redhat.com>
179
180 * ppc_symbol.c (ppc_check_special_symbol): For _GLOBAL_OFFSET_TABLE_
181 when DT_PPC_GOT is not found, anywhere in the section is valid.
182
1832007-08-19 Roland McGrath <roland@redhat.com>
184
185 * i386_auxv.c: New file.
186 * Makefile.am (i386_SRCS, x86_64_SRCS): Add it.
187 * ppc_auxv.c: New file.
188 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
189 * i386_init.c (i386_init): Initialize auxv_info hook.
190 * x86_64_init.c (x86_64_init): Likewise.
191 * ppc_init.c (ppc_init): Likewise.
192 * ppc64_init.c (ppc64_init): Likewise.
193
194 * alpha_corenote.c: New file.
195 * Makefile.am (alpha_SRCS): Add it.
196 * alpha_init.c (alpha_init): Initialize core_note hook.
197
198 * ppc_corenote.c: New file.
199 * ppc64_corenote.c: New file.
200 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add them.
201 * ppc_init.c (ppc_init): Initialize core_note hook.
202 * ppc64_init.c (ppc64_init): Likewise.
203
204 * linux-core-note.c: New file.
205 * Makefile.am (noinst_HEADERS): Add it.
206 * i386_corenote.c: Rewritten.
207 * x86_64_corenote.c: Likewise.
208
Roland McGrath53bce222007-05-23 19:15:04 +00002092007-05-23 Roland McGrath <roland@redhat.com>
210
211 * alpha_regs.c (alpha_register_info): fp -> s6
212
Roland McGrath420c8b52007-04-27 03:26:04 +00002132007-04-26 Roland McGrath <roland@redhat.com>
214
Roland McGrath2be02912007-04-27 04:07:41 +0000215 * alpha_symbol.c (alpha_machine_section_flag_check): New function.
216 * alpha_init.c (alpha_init): Initialize hook.
217
Roland McGrath420c8b52007-04-27 03:26:04 +0000218 * alpha_regs.c: New file.
219 * Makefile.am (alpha_SRCS): Add it.
220 * alpha_init.c (alpha_init): Initialize register_info hook.
221
Roland McGrath4be15242007-04-25 03:09:33 +00002222007-04-22 Roland McGrath <roland@redhat.com>
223
224 * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
225 mq, xer, lr, ctr, dsisr, dar, dec, vrsave.
226 Set *BITS to 64 for FPU registers.
227
228 * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
229 * x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw.
230
Roland McGrath5f6a41a2007-04-01 23:11:40 +00002312007-04-01 Roland McGrath <roland@redhat.com>
232
233 * x86_64_regs.c (x86_64_register_info): Add more registers from newer
234 ABI spec.
235
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00002362007-01-11 Roland McGrath <roland@redhat.com>
237
238 * ia64_symbol.c (ia64_machine_section_flag_check): New function.
239 * ia64_init.c (ia64_init): Use it.
240
241 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
242
Roland McGrathc373d852006-10-10 00:25:21 +00002432006-10-09 Roland McGrath <roland@redhat.com>
244
245 * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
246
2472006-08-29 Roland McGrath <roland@redhat.com>
248
249 * sparc_retval.c: New file.
250 * Makefile.am (sparc_SRCS): Add it.
251 * sparc_init.c (sparc_init): Initialize return_value_location hook.
252
2532006-08-22 Roland McGrath <roland@redhat.com>
254
255 * i386_regs.c (i386_register_name): Renamed i386_register_info.
256 Take new args, yield more info.
257 * i386_init.c (i386_init): Update initializer.
258 * ia64_regs.c (ia64_register_name): Likewise.
259 * ia64_init.c (ia64_init): Likewise.
260 * ppc_regs.c (ppc_register_name): Likewise.
261 * ppc64_init.c (ppc64_init): Likewise.
262 * ppc_init.c (ppc_init): Likewise.
263 * s390_regs.c (s390_register_name): Likewise.
264 * s390_init.c (s390_init): Likewise.
265 * sparc_regs.c (sparc_register_name): Likewise.
266 * sparc_init.c (sparc_init): Likewise.
267 * x86_64_regs.c (x86_64_register_name): Likewise.
268 * x86_64_init.c (x86_64_init): Likewise.
269
Roland McGrathc812a832006-08-08 20:02:11 +00002702006-08-08 Roland McGrath <roland@redhat.com>
271
272 * Makefile.am (%.os): Don't depend on %.o, since we don't actually
273 need static object for anything here. This rule is the only source of
274 .deps/ files.
275
Roland McGrath3b578ba2006-08-08 19:08:50 +00002762006-06-23 Stepan Kasal <skasal@redhat.com>
277
278 * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
279
Roland McGrath19db8592006-08-03 08:52:46 +00002802006-08-03 Roland McGrath <roland@redhat.com>
281
282 * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
283 EM_SPARC. EM_SPARC32PLUS also has 64.
284
Roland McGrath95024622006-07-21 10:06:31 +00002852006-07-21 Roland McGrath <roland@redhat.com>
286
287 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
288 * ppc_regs.c (ppc_register_name): Likewise.
289 * s390_regs.c (s390_register_name): Likewise.
290
291 * ia64_retval.c: New file.
292 * Makefile.am (ia64_SRCS): Add it.
293 * ia64_init.c (ia64_init): Install return_value_location hook.
294
295 * ia64_regs.c: New file.
296 * Makefile.am (ia64_SRCS): Add it.
297 * ia64_init.c (ia64_init): Install register_name hook.
298
Ulrich Drepper28ed8952006-07-07 03:43:47 +00002992006-07-05 Ulrich Drepper <drepper@redhat.com>
300
301 * alpha_init.c: Initialize sysvhash_entrysize.
302 * s390_init.c: Likewise.
303
3042006-07-04 Ulrich Drepper <drepper@redhat.com>
305
306 * common-reloc.c (relative_reloc_p): New function.
307 (init_reloc): Hook it up.
308 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
309
Ulrich Drepperd5a75192006-06-15 03:07:46 +00003102006-06-13 Roland McGrath <roland@redhat.com>
311
312 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
313
Ulrich Drepper6ca46002006-06-12 22:40:23 +00003142006-06-12 Ulrich Drepper <drepper@redhat.com>
315
316 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000317 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000318
Roland McGrath123ccad2006-02-22 19:59:31 +00003192006-02-22 Roland McGrath <roland@redhat.com>
320
321 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
322 (ppc64_return_value_location): Use registers for aggregate conditional
323 on that.
324 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
325 (ppc_return_value_location): Use registers for aggregate conditional
326 on that.
327
Roland McGrath321327a2006-01-13 00:51:21 +00003282006-01-12 Roland McGrath <roland@redhat.com>
329
330 * s390_retval.c: New file.
331 * Makefile.am (s390_SRCS): Add it.
332 * s390_init.c (s390_init): Install return_value_location hook.
333
Roland McGrathef6fbff2006-01-12 03:00:55 +00003342006-01-11 Roland McGrath <roland@redhat.com>
335
Roland McGrath5f38a2c2006-01-12 03:08:35 +0000336 * s390_regs.c: New file.
337 * Makefile.am (s390_SRCS): Add it.
338 * s390_init.c (s390_init): Install register_name hook.
339
Roland McGrathef6fbff2006-01-12 03:00:55 +0000340 * s390_reloc.def: Update bits per
341 Martin Schwidefsky <schwidefsky@de.ibm.com>.
342
Roland McGrathba72ab12005-12-12 00:04:33 +00003432005-12-10 Ulrich Drepper
344
345 * common-reloc.c (R_NAME): Generate string correctly.
346
Roland McGrath994b4892005-12-05 22:46:21 +00003472005-12-05 Roland McGrath <roland@redhat.com>
348
349 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
350 * x86_64_regs.c (x86_64_register_name): Likewise.
351
3522005-11-25 Roland McGrath <roland@redhat.com>
353
354 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
355
356 * i386_regs.c: New file.
357 * ppc_regs.c: New file.
358 * sparc_regs.c: New file.
359 * x86_64_regs.c: New file.
360 * Makefile.am
361 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
362 * i386_init.c: Initialize register_name hook.
363 * ppc_init.c: Likewise.
364 * ppc64_init.c: Likewise.
365 * sparc_init.c: Likewise.
366 * x86_64_init.c: Likewise.
367
Roland McGrathb6405ca2005-11-19 21:36:37 +00003682005-11-19 Roland McGrath <roland@redhat.com>
369
370 * ppc64_reloc.def: REL30 -> ADDR30.
371
Roland McGrathf47ba532005-11-19 07:40:29 +00003722005-11-18 Roland McGrath <roland@redhat.com>
373
374 * alpha_init.c: Use HOOK macro.
375 * arm_init.c: Likewise.
376 * i386_init.c: Likewise.
377 * ia64_init.c: Likewise.
378 * ppc64_init.c: Likewise.
379 * ppc_init.c: Likewise.
380 * s390_init.c: Likewise.
381 * sh_init.c: Likewise.
382 * sparc_init.c: Likewise.
383 * x86_64_init.c: Likewise.
384
Roland McGrath6e8d1832005-11-17 22:47:38 +00003852005-11-17 Roland McGrath <roland@redhat.com>
386
Roland McGrath093281d2005-11-18 02:24:43 +0000387 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000388 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000389
Roland McGrath6e8d1832005-11-17 22:47:38 +0000390 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
391 * ppc64_reloc.def: Likewise.
392
Roland McGrathe47ab762005-11-17 03:16:00 +00003932005-11-15 Roland McGrath <roland@redhat.com>
394
395 * Contents moved here from ../libebl.