blob: d5afa1b6ff7df07699784af4b496471c7dff5b25 [file] [log] [blame]
Roland McGratheb9ba472009-04-14 18:44:45 -070012009-04-14 Roland McGrath <roland@redhat.com>
2
3 * arm_retval.c: New file.
4 * arm_attrs.c: New file.
5 * Makefile.am (arm_SRCS): Add them.
6 * arm_symbol.c (arm_segment_type_name): New function.
7 (arm_section_type_name): New function.
8 (arm_machine_flag_check): New function.
9 * arm_init.c (arm_init): Initialize those hooks.
10
11 * arm_regs.c: New file.
12 * arm_corenote.c: New file.
13 * arm_auxv.c: New file.
14 * Makefile.am (arm_SRCS): Add them.
15 * arm_init.c (arm_init): Initialize core_note, register_info,
16 and auxv_info hooks.
17
18 * ia64_symbol.c (ia64_section_type_name): Remove "SHT_" prefixes.
19
Roland McGrathd5ff6672009-04-01 18:28:41 -0700202009-04-01 Roland McGrath <roland@redhat.com>
21
22 * sparc_reloc.def: Update table.
23 Data from Dave Miller <davem@davemloft.net>.
24
Roland McGrath4d6d0f72009-02-15 14:57:29 -0800252009-02-15 Roland McGrath <roland@redhat.com>
26
27 * ppc_attrs.c (ppc_check_object_attribute): Handle tag
28 GNU_Power_ABI_Struct_Return.
29
Ulrich Dreppera4c9d282008-10-04 20:39:55 +0000302008-10-04 Ulrich Drepper <drepper@redhat.com>
31
32 * i386_reloc.def: Fix entries for TLS_GOTDESC, TLS_DESC_CALL, and
33 TLS_DESC.
34
Roland McGrath1d8bb252008-08-07 08:39:41 +0000352008-08-01 Roland McGrath <roland@redhat.com>
36
Roland McGratha845f682008-12-03 03:41:58 +000037 * x86_corenote.c: New file.
38 * Makefile.am (noinst_HEADERS): Add it.
39 * i386_corenote.c: Include it, use EXTRA_NOTES_IOPERM in EXTRA_NOTES.
40 * x86_64_corenote.c: Likewise.
41
Roland McGrath1d8bb252008-08-07 08:39:41 +000042 * linux-core-note.c (prstatus_items): Use 'B' instead of 'b'
43 for sigpend and sighold.
44
452008-07-04 Roland McGrath <roland@redhat.com>
46
47 * i386_syscall.c: New file.
48 * x86_64_syscall.c: New file.
49 * ppc_syscall.c: New file.
50 * Makefile.am (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS): Add them.
51 * i386_init.c (i386_init): Initialize syscall_abi hook.
52 * x86_64_init.c (x86_64_init): Likewise.
53 * ppc_init.c (ppc_init): Likewise.
54 * ppc64_init.c (ppc64_init): Likewise.
55
56 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Add nip.
57 Fix offset calculation for 64-bit case.
58
Roland McGrath60982e62008-04-05 00:40:51 +0000592008-04-04 Roland McGrath <roland@redhat.com>
60
61 * alpha_symbol.c (alpha_check_special_section): New function.
62 * alpha_init.c (alpha_init): Initialize check_special_section hook.
63
Roland McGrath13b69602008-04-01 02:30:05 +0000642008-03-31 Roland McGrath <roland@redhat.com>
65
66 * sparc_symbol.c (sparc_symbol_type_name): New function.
67 (sparc_dynamic_tag_name): New function.
68 (sparc_dynamic_tag_check): New function.
69 * sparc_init.c (sparc_init): Initialize those hooks.
70
71 * sparc_symbol.c (sparc_check_special_section): New function.
72 * sparc_init.c (sparc_init): Initialize check_special_section hook.
73
Roland McGrath059c83e2008-02-21 06:19:39 +0000742008-02-20 Roland McGrath <roland@redhat.com>
75
76 * ppc_attrs.c: New file.
77 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
78 * ppc_init.c (ppc_init): Initialize check_object_attribute hook.
79
802008-02-14 Roland McGrath <roland@redhat.com>
81
82 * alpha_auxv.c: New file.
83 * Makefile.am (alpha_SRCS): Add it.
84 * alpha_init.c (alpha_init): Initialize auxv_info hook.
85
862008-02-08 Roland McGrath <roland@redhat.com>
87
88 * ppc_corenote.c (spe_regs): New const variable.
89 (EXTRA_NOTES): Use it for NT_PPC_SPE.
90
912008-01-02 Roland McGrath <roland@redhat.com>
92
93 * i386_corenote.c (tls_items): New const table.
94 (tls_info): New function, uses it.
95 (EXTRA_NOTES): Use it to handle NT_386_TLS.
96
Ulrich Drepperff993222008-01-09 05:39:28 +0000972008-01-08 Ulrich Drepper <drepper@redhat.com>
98
99 * Makefile.am: Add x86-64 disassembler.
100 * x86_64_init.c (x86_64_init): Hook up disassembler.
101
1022007-12-28 Ulrich Drepper <drepper@redhat.com>
103
104 * Makefile.am: Add x86 disassembler.
105 * i386_init.c (i386_init): Hook up disassembler.
106
Roland McGrath1a2e8f42007-12-15 23:39:34 +00001072007-12-15 Roland McGrath <roland@redhat.com>
108
109 * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512".
110
Roland McGrathe4c22ea2007-10-23 13:07:39 +00001112007-10-18 Roland McGrath <roland@redhat.com>
112
113 * ppc_regs.c (ppc_register_info): Assign 67 to "vscr".
114 Return "vector" and 32 bits for vscr and vrsave.
115 * ppc_corenote.c (altivec_regs): New variable.
116 (EXTRA_NOTES): New macro, handle NT_PPC_VMX.
117
118 * linux-core-note.c (EXTRA_REGSET): New macro.
119 Remove NT_PRXFPREG case. Instead, use EXTRA_NOTES if defined.
120 * i386_corenote.c (EXTRA_NOTES): Define it.
121
Ulrich Drepperb597dfa2007-10-16 05:21:27 +00001222007-10-09 Roland McGrath <roland@redhat.com>
123
124 * sparc_auxv.c: New file.
125 * Makefile.am (sparc_SRCS): Add it.
126 * sparc_init.c (sparc_init): Initialize auxv_info hook.
127
1282007-10-08 Roland McGrath <roland@redhat.com>
129
130 * linux-core-note.c (TIMEVAL_FIELD): New macro.
131 (prstatus_items): Use it.
132 * sparc_corenote.c: New file.
133 * sparc64_corenote.c: New file.
134 * Makefile.am (sparc_SRCS): Add them.
135 * sparc_init.c (sparc_init): Initialize core_note hook.
136
137 * sparc_symbol.c (sparc_machine_flag_check): New function.
138 * sparc_init.c (sparc_init): Use it.
139
Roland McGrathc76f0b02007-09-27 07:31:33 +00001402007-09-27 Roland McGrath <roland@redhat.com>
141
142 * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
143 * i386_retval.c: Likewise.
144 * ia64_retval.c: Likewise.
145 * ppc64_retval.c: Likewise.
146 * ppc_retval.c: Likewise.
147 * s390_retval.c: Likewise.
148 * sparc_retval.c: Likewise.
149 * x86_64_retval.c: Likewise.
150
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00001512007-10-31 Ulrich Drepper <drepper@redhat.com>
152
153 * Makefile.am: More dependencies for the libebl_* libraries.
154
Roland McGrathcb6d8652007-08-23 08:10:54 +00001552007-08-23 Roland McGrath <roland@redhat.com>
156
157 * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
158
1592007-08-22 Roland McGrath <roland@redhat.com>
160
161 * linux-core-note.c (prstatus_items): Add .group initializers.
162 (prpsinfo_items): Likewise.
163 * x86_64_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
164 * i386_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
165 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
166
1672007-08-20 Roland McGrath <roland@redhat.com>
168
169 * ppc_symbol.c (ppc_check_special_symbol): For _GLOBAL_OFFSET_TABLE_
170 when DT_PPC_GOT is not found, anywhere in the section is valid.
171
1722007-08-19 Roland McGrath <roland@redhat.com>
173
174 * i386_auxv.c: New file.
175 * Makefile.am (i386_SRCS, x86_64_SRCS): Add it.
176 * ppc_auxv.c: New file.
177 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
178 * i386_init.c (i386_init): Initialize auxv_info hook.
179 * x86_64_init.c (x86_64_init): Likewise.
180 * ppc_init.c (ppc_init): Likewise.
181 * ppc64_init.c (ppc64_init): Likewise.
182
183 * alpha_corenote.c: New file.
184 * Makefile.am (alpha_SRCS): Add it.
185 * alpha_init.c (alpha_init): Initialize core_note hook.
186
187 * ppc_corenote.c: New file.
188 * ppc64_corenote.c: New file.
189 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add them.
190 * ppc_init.c (ppc_init): Initialize core_note hook.
191 * ppc64_init.c (ppc64_init): Likewise.
192
193 * linux-core-note.c: New file.
194 * Makefile.am (noinst_HEADERS): Add it.
195 * i386_corenote.c: Rewritten.
196 * x86_64_corenote.c: Likewise.
197
Roland McGrath53bce222007-05-23 19:15:04 +00001982007-05-23 Roland McGrath <roland@redhat.com>
199
200 * alpha_regs.c (alpha_register_info): fp -> s6
201
Roland McGrath420c8b52007-04-27 03:26:04 +00002022007-04-26 Roland McGrath <roland@redhat.com>
203
Roland McGrath2be02912007-04-27 04:07:41 +0000204 * alpha_symbol.c (alpha_machine_section_flag_check): New function.
205 * alpha_init.c (alpha_init): Initialize hook.
206
Roland McGrath420c8b52007-04-27 03:26:04 +0000207 * alpha_regs.c: New file.
208 * Makefile.am (alpha_SRCS): Add it.
209 * alpha_init.c (alpha_init): Initialize register_info hook.
210
Roland McGrath4be15242007-04-25 03:09:33 +00002112007-04-22 Roland McGrath <roland@redhat.com>
212
213 * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
214 mq, xer, lr, ctr, dsisr, dar, dec, vrsave.
215 Set *BITS to 64 for FPU registers.
216
217 * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
218 * x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw.
219
Roland McGrath5f6a41a2007-04-01 23:11:40 +00002202007-04-01 Roland McGrath <roland@redhat.com>
221
222 * x86_64_regs.c (x86_64_register_info): Add more registers from newer
223 ABI spec.
224
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00002252007-01-11 Roland McGrath <roland@redhat.com>
226
227 * ia64_symbol.c (ia64_machine_section_flag_check): New function.
228 * ia64_init.c (ia64_init): Use it.
229
230 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
231
Roland McGrathc373d852006-10-10 00:25:21 +00002322006-10-09 Roland McGrath <roland@redhat.com>
233
234 * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
235
2362006-08-29 Roland McGrath <roland@redhat.com>
237
238 * sparc_retval.c: New file.
239 * Makefile.am (sparc_SRCS): Add it.
240 * sparc_init.c (sparc_init): Initialize return_value_location hook.
241
2422006-08-22 Roland McGrath <roland@redhat.com>
243
244 * i386_regs.c (i386_register_name): Renamed i386_register_info.
245 Take new args, yield more info.
246 * i386_init.c (i386_init): Update initializer.
247 * ia64_regs.c (ia64_register_name): Likewise.
248 * ia64_init.c (ia64_init): Likewise.
249 * ppc_regs.c (ppc_register_name): Likewise.
250 * ppc64_init.c (ppc64_init): Likewise.
251 * ppc_init.c (ppc_init): Likewise.
252 * s390_regs.c (s390_register_name): Likewise.
253 * s390_init.c (s390_init): Likewise.
254 * sparc_regs.c (sparc_register_name): Likewise.
255 * sparc_init.c (sparc_init): Likewise.
256 * x86_64_regs.c (x86_64_register_name): Likewise.
257 * x86_64_init.c (x86_64_init): Likewise.
258
Roland McGrathc812a832006-08-08 20:02:11 +00002592006-08-08 Roland McGrath <roland@redhat.com>
260
261 * Makefile.am (%.os): Don't depend on %.o, since we don't actually
262 need static object for anything here. This rule is the only source of
263 .deps/ files.
264
Roland McGrath3b578ba2006-08-08 19:08:50 +00002652006-06-23 Stepan Kasal <skasal@redhat.com>
266
267 * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
268
Roland McGrath19db8592006-08-03 08:52:46 +00002692006-08-03 Roland McGrath <roland@redhat.com>
270
271 * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
272 EM_SPARC. EM_SPARC32PLUS also has 64.
273
Roland McGrath95024622006-07-21 10:06:31 +00002742006-07-21 Roland McGrath <roland@redhat.com>
275
276 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
277 * ppc_regs.c (ppc_register_name): Likewise.
278 * s390_regs.c (s390_register_name): Likewise.
279
280 * ia64_retval.c: New file.
281 * Makefile.am (ia64_SRCS): Add it.
282 * ia64_init.c (ia64_init): Install return_value_location hook.
283
284 * ia64_regs.c: New file.
285 * Makefile.am (ia64_SRCS): Add it.
286 * ia64_init.c (ia64_init): Install register_name hook.
287
Ulrich Drepper28ed8952006-07-07 03:43:47 +00002882006-07-05 Ulrich Drepper <drepper@redhat.com>
289
290 * alpha_init.c: Initialize sysvhash_entrysize.
291 * s390_init.c: Likewise.
292
2932006-07-04 Ulrich Drepper <drepper@redhat.com>
294
295 * common-reloc.c (relative_reloc_p): New function.
296 (init_reloc): Hook it up.
297 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
298
Ulrich Drepperd5a75192006-06-15 03:07:46 +00002992006-06-13 Roland McGrath <roland@redhat.com>
300
301 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
302
Ulrich Drepper6ca46002006-06-12 22:40:23 +00003032006-06-12 Ulrich Drepper <drepper@redhat.com>
304
305 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000306 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000307
Roland McGrath123ccad2006-02-22 19:59:31 +00003082006-02-22 Roland McGrath <roland@redhat.com>
309
310 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
311 (ppc64_return_value_location): Use registers for aggregate conditional
312 on that.
313 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
314 (ppc_return_value_location): Use registers for aggregate conditional
315 on that.
316
Roland McGrath321327a2006-01-13 00:51:21 +00003172006-01-12 Roland McGrath <roland@redhat.com>
318
319 * s390_retval.c: New file.
320 * Makefile.am (s390_SRCS): Add it.
321 * s390_init.c (s390_init): Install return_value_location hook.
322
Roland McGrathef6fbff2006-01-12 03:00:55 +00003232006-01-11 Roland McGrath <roland@redhat.com>
324
Roland McGrath5f38a2c2006-01-12 03:08:35 +0000325 * s390_regs.c: New file.
326 * Makefile.am (s390_SRCS): Add it.
327 * s390_init.c (s390_init): Install register_name hook.
328
Roland McGrathef6fbff2006-01-12 03:00:55 +0000329 * s390_reloc.def: Update bits per
330 Martin Schwidefsky <schwidefsky@de.ibm.com>.
331
Roland McGrathba72ab12005-12-12 00:04:33 +00003322005-12-10 Ulrich Drepper
333
334 * common-reloc.c (R_NAME): Generate string correctly.
335
Roland McGrath994b4892005-12-05 22:46:21 +00003362005-12-05 Roland McGrath <roland@redhat.com>
337
338 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
339 * x86_64_regs.c (x86_64_register_name): Likewise.
340
3412005-11-25 Roland McGrath <roland@redhat.com>
342
343 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
344
345 * i386_regs.c: New file.
346 * ppc_regs.c: New file.
347 * sparc_regs.c: New file.
348 * x86_64_regs.c: New file.
349 * Makefile.am
350 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
351 * i386_init.c: Initialize register_name hook.
352 * ppc_init.c: Likewise.
353 * ppc64_init.c: Likewise.
354 * sparc_init.c: Likewise.
355 * x86_64_init.c: Likewise.
356
Roland McGrathb6405ca2005-11-19 21:36:37 +00003572005-11-19 Roland McGrath <roland@redhat.com>
358
359 * ppc64_reloc.def: REL30 -> ADDR30.
360
Roland McGrathf47ba532005-11-19 07:40:29 +00003612005-11-18 Roland McGrath <roland@redhat.com>
362
363 * alpha_init.c: Use HOOK macro.
364 * arm_init.c: Likewise.
365 * i386_init.c: Likewise.
366 * ia64_init.c: Likewise.
367 * ppc64_init.c: Likewise.
368 * ppc_init.c: Likewise.
369 * s390_init.c: Likewise.
370 * sh_init.c: Likewise.
371 * sparc_init.c: Likewise.
372 * x86_64_init.c: Likewise.
373
Roland McGrath6e8d1832005-11-17 22:47:38 +00003742005-11-17 Roland McGrath <roland@redhat.com>
375
Roland McGrath093281d2005-11-18 02:24:43 +0000376 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000377 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000378
Roland McGrath6e8d1832005-11-17 22:47:38 +0000379 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
380 * ppc64_reloc.def: Likewise.
381
Roland McGrathe47ab762005-11-17 03:16:00 +00003822005-11-15 Roland McGrath <roland@redhat.com>
383
384 * Contents moved here from ../libebl.