blob: 0dbb3eb676fbd6cd835ff43cdc75a0c78b93950f [file] [log] [blame]
Roland McGrath4d6d0f72009-02-15 14:57:29 -080012009-02-15 Roland McGrath <roland@redhat.com>
2
3 * ppc_attrs.c (ppc_check_object_attribute): Handle tag
4 GNU_Power_ABI_Struct_Return.
5
Ulrich Dreppera4c9d282008-10-04 20:39:55 +000062008-10-04 Ulrich Drepper <drepper@redhat.com>
7
8 * i386_reloc.def: Fix entries for TLS_GOTDESC, TLS_DESC_CALL, and
9 TLS_DESC.
10
Roland McGrath1d8bb252008-08-07 08:39:41 +0000112008-08-01 Roland McGrath <roland@redhat.com>
12
Roland McGratha845f682008-12-03 03:41:58 +000013 * x86_corenote.c: New file.
14 * Makefile.am (noinst_HEADERS): Add it.
15 * i386_corenote.c: Include it, use EXTRA_NOTES_IOPERM in EXTRA_NOTES.
16 * x86_64_corenote.c: Likewise.
17
Roland McGrath1d8bb252008-08-07 08:39:41 +000018 * linux-core-note.c (prstatus_items): Use 'B' instead of 'b'
19 for sigpend and sighold.
20
212008-07-04 Roland McGrath <roland@redhat.com>
22
23 * i386_syscall.c: New file.
24 * x86_64_syscall.c: New file.
25 * ppc_syscall.c: New file.
26 * Makefile.am (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS): Add them.
27 * i386_init.c (i386_init): Initialize syscall_abi hook.
28 * x86_64_init.c (x86_64_init): Likewise.
29 * ppc_init.c (ppc_init): Likewise.
30 * ppc64_init.c (ppc64_init): Likewise.
31
32 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Add nip.
33 Fix offset calculation for 64-bit case.
34
Roland McGrath60982e62008-04-05 00:40:51 +0000352008-04-04 Roland McGrath <roland@redhat.com>
36
37 * alpha_symbol.c (alpha_check_special_section): New function.
38 * alpha_init.c (alpha_init): Initialize check_special_section hook.
39
Roland McGrath13b69602008-04-01 02:30:05 +0000402008-03-31 Roland McGrath <roland@redhat.com>
41
42 * sparc_symbol.c (sparc_symbol_type_name): New function.
43 (sparc_dynamic_tag_name): New function.
44 (sparc_dynamic_tag_check): New function.
45 * sparc_init.c (sparc_init): Initialize those hooks.
46
47 * sparc_symbol.c (sparc_check_special_section): New function.
48 * sparc_init.c (sparc_init): Initialize check_special_section hook.
49
Roland McGrath059c83e2008-02-21 06:19:39 +0000502008-02-20 Roland McGrath <roland@redhat.com>
51
52 * ppc_attrs.c: New file.
53 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
54 * ppc_init.c (ppc_init): Initialize check_object_attribute hook.
55
562008-02-14 Roland McGrath <roland@redhat.com>
57
58 * alpha_auxv.c: New file.
59 * Makefile.am (alpha_SRCS): Add it.
60 * alpha_init.c (alpha_init): Initialize auxv_info hook.
61
622008-02-08 Roland McGrath <roland@redhat.com>
63
64 * ppc_corenote.c (spe_regs): New const variable.
65 (EXTRA_NOTES): Use it for NT_PPC_SPE.
66
672008-01-02 Roland McGrath <roland@redhat.com>
68
69 * i386_corenote.c (tls_items): New const table.
70 (tls_info): New function, uses it.
71 (EXTRA_NOTES): Use it to handle NT_386_TLS.
72
Ulrich Drepperff993222008-01-09 05:39:28 +0000732008-01-08 Ulrich Drepper <drepper@redhat.com>
74
75 * Makefile.am: Add x86-64 disassembler.
76 * x86_64_init.c (x86_64_init): Hook up disassembler.
77
782007-12-28 Ulrich Drepper <drepper@redhat.com>
79
80 * Makefile.am: Add x86 disassembler.
81 * i386_init.c (i386_init): Hook up disassembler.
82
Roland McGrath1a2e8f42007-12-15 23:39:34 +0000832007-12-15 Roland McGrath <roland@redhat.com>
84
85 * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512".
86
Roland McGrathe4c22ea2007-10-23 13:07:39 +0000872007-10-18 Roland McGrath <roland@redhat.com>
88
89 * ppc_regs.c (ppc_register_info): Assign 67 to "vscr".
90 Return "vector" and 32 bits for vscr and vrsave.
91 * ppc_corenote.c (altivec_regs): New variable.
92 (EXTRA_NOTES): New macro, handle NT_PPC_VMX.
93
94 * linux-core-note.c (EXTRA_REGSET): New macro.
95 Remove NT_PRXFPREG case. Instead, use EXTRA_NOTES if defined.
96 * i386_corenote.c (EXTRA_NOTES): Define it.
97
Ulrich Drepperb597dfa2007-10-16 05:21:27 +0000982007-10-09 Roland McGrath <roland@redhat.com>
99
100 * sparc_auxv.c: New file.
101 * Makefile.am (sparc_SRCS): Add it.
102 * sparc_init.c (sparc_init): Initialize auxv_info hook.
103
1042007-10-08 Roland McGrath <roland@redhat.com>
105
106 * linux-core-note.c (TIMEVAL_FIELD): New macro.
107 (prstatus_items): Use it.
108 * sparc_corenote.c: New file.
109 * sparc64_corenote.c: New file.
110 * Makefile.am (sparc_SRCS): Add them.
111 * sparc_init.c (sparc_init): Initialize core_note hook.
112
113 * sparc_symbol.c (sparc_machine_flag_check): New function.
114 * sparc_init.c (sparc_init): Use it.
115
Roland McGrathc76f0b02007-09-27 07:31:33 +00001162007-09-27 Roland McGrath <roland@redhat.com>
117
118 * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
119 * i386_retval.c: Likewise.
120 * ia64_retval.c: Likewise.
121 * ppc64_retval.c: Likewise.
122 * ppc_retval.c: Likewise.
123 * s390_retval.c: Likewise.
124 * sparc_retval.c: Likewise.
125 * x86_64_retval.c: Likewise.
126
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001272007-10-31 Ulrich Drepper <drepper@redhat.com>
128
129 * Makefile.am: More dependencies for the libebl_* libraries.
130
Roland McGrathcb6d8652007-08-23 08:10:54 +00001312007-08-23 Roland McGrath <roland@redhat.com>
132
133 * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
134
1352007-08-22 Roland McGrath <roland@redhat.com>
136
137 * linux-core-note.c (prstatus_items): Add .group initializers.
138 (prpsinfo_items): Likewise.
139 * x86_64_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
140 * i386_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
141 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
142
1432007-08-20 Roland McGrath <roland@redhat.com>
144
145 * ppc_symbol.c (ppc_check_special_symbol): For _GLOBAL_OFFSET_TABLE_
146 when DT_PPC_GOT is not found, anywhere in the section is valid.
147
1482007-08-19 Roland McGrath <roland@redhat.com>
149
150 * i386_auxv.c: New file.
151 * Makefile.am (i386_SRCS, x86_64_SRCS): Add it.
152 * ppc_auxv.c: New file.
153 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
154 * i386_init.c (i386_init): Initialize auxv_info hook.
155 * x86_64_init.c (x86_64_init): Likewise.
156 * ppc_init.c (ppc_init): Likewise.
157 * ppc64_init.c (ppc64_init): Likewise.
158
159 * alpha_corenote.c: New file.
160 * Makefile.am (alpha_SRCS): Add it.
161 * alpha_init.c (alpha_init): Initialize core_note hook.
162
163 * ppc_corenote.c: New file.
164 * ppc64_corenote.c: New file.
165 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add them.
166 * ppc_init.c (ppc_init): Initialize core_note hook.
167 * ppc64_init.c (ppc64_init): Likewise.
168
169 * linux-core-note.c: New file.
170 * Makefile.am (noinst_HEADERS): Add it.
171 * i386_corenote.c: Rewritten.
172 * x86_64_corenote.c: Likewise.
173
Roland McGrath53bce222007-05-23 19:15:04 +00001742007-05-23 Roland McGrath <roland@redhat.com>
175
176 * alpha_regs.c (alpha_register_info): fp -> s6
177
Roland McGrath420c8b52007-04-27 03:26:04 +00001782007-04-26 Roland McGrath <roland@redhat.com>
179
Roland McGrath2be02912007-04-27 04:07:41 +0000180 * alpha_symbol.c (alpha_machine_section_flag_check): New function.
181 * alpha_init.c (alpha_init): Initialize hook.
182
Roland McGrath420c8b52007-04-27 03:26:04 +0000183 * alpha_regs.c: New file.
184 * Makefile.am (alpha_SRCS): Add it.
185 * alpha_init.c (alpha_init): Initialize register_info hook.
186
Roland McGrath4be15242007-04-25 03:09:33 +00001872007-04-22 Roland McGrath <roland@redhat.com>
188
189 * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
190 mq, xer, lr, ctr, dsisr, dar, dec, vrsave.
191 Set *BITS to 64 for FPU registers.
192
193 * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
194 * x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw.
195
Roland McGrath5f6a41a2007-04-01 23:11:40 +00001962007-04-01 Roland McGrath <roland@redhat.com>
197
198 * x86_64_regs.c (x86_64_register_info): Add more registers from newer
199 ABI spec.
200
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00002012007-01-11 Roland McGrath <roland@redhat.com>
202
203 * ia64_symbol.c (ia64_machine_section_flag_check): New function.
204 * ia64_init.c (ia64_init): Use it.
205
206 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
207
Roland McGrathc373d852006-10-10 00:25:21 +00002082006-10-09 Roland McGrath <roland@redhat.com>
209
210 * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
211
2122006-08-29 Roland McGrath <roland@redhat.com>
213
214 * sparc_retval.c: New file.
215 * Makefile.am (sparc_SRCS): Add it.
216 * sparc_init.c (sparc_init): Initialize return_value_location hook.
217
2182006-08-22 Roland McGrath <roland@redhat.com>
219
220 * i386_regs.c (i386_register_name): Renamed i386_register_info.
221 Take new args, yield more info.
222 * i386_init.c (i386_init): Update initializer.
223 * ia64_regs.c (ia64_register_name): Likewise.
224 * ia64_init.c (ia64_init): Likewise.
225 * ppc_regs.c (ppc_register_name): Likewise.
226 * ppc64_init.c (ppc64_init): Likewise.
227 * ppc_init.c (ppc_init): Likewise.
228 * s390_regs.c (s390_register_name): Likewise.
229 * s390_init.c (s390_init): Likewise.
230 * sparc_regs.c (sparc_register_name): Likewise.
231 * sparc_init.c (sparc_init): Likewise.
232 * x86_64_regs.c (x86_64_register_name): Likewise.
233 * x86_64_init.c (x86_64_init): Likewise.
234
Roland McGrathc812a832006-08-08 20:02:11 +00002352006-08-08 Roland McGrath <roland@redhat.com>
236
237 * Makefile.am (%.os): Don't depend on %.o, since we don't actually
238 need static object for anything here. This rule is the only source of
239 .deps/ files.
240
Roland McGrath3b578ba2006-08-08 19:08:50 +00002412006-06-23 Stepan Kasal <skasal@redhat.com>
242
243 * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
244
Roland McGrath19db8592006-08-03 08:52:46 +00002452006-08-03 Roland McGrath <roland@redhat.com>
246
247 * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
248 EM_SPARC. EM_SPARC32PLUS also has 64.
249
Roland McGrath95024622006-07-21 10:06:31 +00002502006-07-21 Roland McGrath <roland@redhat.com>
251
252 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
253 * ppc_regs.c (ppc_register_name): Likewise.
254 * s390_regs.c (s390_register_name): Likewise.
255
256 * ia64_retval.c: New file.
257 * Makefile.am (ia64_SRCS): Add it.
258 * ia64_init.c (ia64_init): Install return_value_location hook.
259
260 * ia64_regs.c: New file.
261 * Makefile.am (ia64_SRCS): Add it.
262 * ia64_init.c (ia64_init): Install register_name hook.
263
Ulrich Drepper28ed8952006-07-07 03:43:47 +00002642006-07-05 Ulrich Drepper <drepper@redhat.com>
265
266 * alpha_init.c: Initialize sysvhash_entrysize.
267 * s390_init.c: Likewise.
268
2692006-07-04 Ulrich Drepper <drepper@redhat.com>
270
271 * common-reloc.c (relative_reloc_p): New function.
272 (init_reloc): Hook it up.
273 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
274
Ulrich Drepperd5a75192006-06-15 03:07:46 +00002752006-06-13 Roland McGrath <roland@redhat.com>
276
277 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
278
Ulrich Drepper6ca46002006-06-12 22:40:23 +00002792006-06-12 Ulrich Drepper <drepper@redhat.com>
280
281 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000282 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000283
Roland McGrath123ccad2006-02-22 19:59:31 +00002842006-02-22 Roland McGrath <roland@redhat.com>
285
286 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
287 (ppc64_return_value_location): Use registers for aggregate conditional
288 on that.
289 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
290 (ppc_return_value_location): Use registers for aggregate conditional
291 on that.
292
Roland McGrath321327a2006-01-13 00:51:21 +00002932006-01-12 Roland McGrath <roland@redhat.com>
294
295 * s390_retval.c: New file.
296 * Makefile.am (s390_SRCS): Add it.
297 * s390_init.c (s390_init): Install return_value_location hook.
298
Roland McGrathef6fbff2006-01-12 03:00:55 +00002992006-01-11 Roland McGrath <roland@redhat.com>
300
Roland McGrath5f38a2c2006-01-12 03:08:35 +0000301 * s390_regs.c: New file.
302 * Makefile.am (s390_SRCS): Add it.
303 * s390_init.c (s390_init): Install register_name hook.
304
Roland McGrathef6fbff2006-01-12 03:00:55 +0000305 * s390_reloc.def: Update bits per
306 Martin Schwidefsky <schwidefsky@de.ibm.com>.
307
Roland McGrathba72ab12005-12-12 00:04:33 +00003082005-12-10 Ulrich Drepper
309
310 * common-reloc.c (R_NAME): Generate string correctly.
311
Roland McGrath994b4892005-12-05 22:46:21 +00003122005-12-05 Roland McGrath <roland@redhat.com>
313
314 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
315 * x86_64_regs.c (x86_64_register_name): Likewise.
316
3172005-11-25 Roland McGrath <roland@redhat.com>
318
319 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
320
321 * i386_regs.c: New file.
322 * ppc_regs.c: New file.
323 * sparc_regs.c: New file.
324 * x86_64_regs.c: New file.
325 * Makefile.am
326 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
327 * i386_init.c: Initialize register_name hook.
328 * ppc_init.c: Likewise.
329 * ppc64_init.c: Likewise.
330 * sparc_init.c: Likewise.
331 * x86_64_init.c: Likewise.
332
Roland McGrathb6405ca2005-11-19 21:36:37 +00003332005-11-19 Roland McGrath <roland@redhat.com>
334
335 * ppc64_reloc.def: REL30 -> ADDR30.
336
Roland McGrathf47ba532005-11-19 07:40:29 +00003372005-11-18 Roland McGrath <roland@redhat.com>
338
339 * alpha_init.c: Use HOOK macro.
340 * arm_init.c: Likewise.
341 * i386_init.c: Likewise.
342 * ia64_init.c: Likewise.
343 * ppc64_init.c: Likewise.
344 * ppc_init.c: Likewise.
345 * s390_init.c: Likewise.
346 * sh_init.c: Likewise.
347 * sparc_init.c: Likewise.
348 * x86_64_init.c: Likewise.
349
Roland McGrath6e8d1832005-11-17 22:47:38 +00003502005-11-17 Roland McGrath <roland@redhat.com>
351
Roland McGrath093281d2005-11-18 02:24:43 +0000352 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000353 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000354
Roland McGrath6e8d1832005-11-17 22:47:38 +0000355 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
356 * ppc64_reloc.def: Likewise.
357
Roland McGrathe47ab762005-11-17 03:16:00 +00003582005-11-15 Roland McGrath <roland@redhat.com>
359
360 * Contents moved here from ../libebl.