blob: c72c238417a83fa1ff9b93531781c43a56d9ba44 [file] [log] [blame]
Roland McGrath13b69602008-04-01 02:30:05 +000012008-03-31 Roland McGrath <roland@redhat.com>
2
3 * sparc_symbol.c (sparc_symbol_type_name): New function.
4 (sparc_dynamic_tag_name): New function.
5 (sparc_dynamic_tag_check): New function.
6 * sparc_init.c (sparc_init): Initialize those hooks.
7
8 * sparc_symbol.c (sparc_check_special_section): New function.
9 * sparc_init.c (sparc_init): Initialize check_special_section hook.
10
Roland McGrath059c83e2008-02-21 06:19:39 +0000112008-02-20 Roland McGrath <roland@redhat.com>
12
13 * ppc_attrs.c: New file.
14 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
15 * ppc_init.c (ppc_init): Initialize check_object_attribute hook.
16
172008-02-14 Roland McGrath <roland@redhat.com>
18
19 * alpha_auxv.c: New file.
20 * Makefile.am (alpha_SRCS): Add it.
21 * alpha_init.c (alpha_init): Initialize auxv_info hook.
22
232008-02-08 Roland McGrath <roland@redhat.com>
24
25 * ppc_corenote.c (spe_regs): New const variable.
26 (EXTRA_NOTES): Use it for NT_PPC_SPE.
27
282008-01-02 Roland McGrath <roland@redhat.com>
29
30 * i386_corenote.c (tls_items): New const table.
31 (tls_info): New function, uses it.
32 (EXTRA_NOTES): Use it to handle NT_386_TLS.
33
Ulrich Drepperff993222008-01-09 05:39:28 +0000342008-01-08 Ulrich Drepper <drepper@redhat.com>
35
36 * Makefile.am: Add x86-64 disassembler.
37 * x86_64_init.c (x86_64_init): Hook up disassembler.
38
392007-12-28 Ulrich Drepper <drepper@redhat.com>
40
41 * Makefile.am: Add x86 disassembler.
42 * i386_init.c (i386_init): Hook up disassembler.
43
Roland McGrath1a2e8f42007-12-15 23:39:34 +0000442007-12-15 Roland McGrath <roland@redhat.com>
45
46 * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512".
47
Roland McGrathe4c22ea2007-10-23 13:07:39 +0000482007-10-18 Roland McGrath <roland@redhat.com>
49
50 * ppc_regs.c (ppc_register_info): Assign 67 to "vscr".
51 Return "vector" and 32 bits for vscr and vrsave.
52 * ppc_corenote.c (altivec_regs): New variable.
53 (EXTRA_NOTES): New macro, handle NT_PPC_VMX.
54
55 * linux-core-note.c (EXTRA_REGSET): New macro.
56 Remove NT_PRXFPREG case. Instead, use EXTRA_NOTES if defined.
57 * i386_corenote.c (EXTRA_NOTES): Define it.
58
Ulrich Drepperb597dfa2007-10-16 05:21:27 +0000592007-10-09 Roland McGrath <roland@redhat.com>
60
61 * sparc_auxv.c: New file.
62 * Makefile.am (sparc_SRCS): Add it.
63 * sparc_init.c (sparc_init): Initialize auxv_info hook.
64
652007-10-08 Roland McGrath <roland@redhat.com>
66
67 * linux-core-note.c (TIMEVAL_FIELD): New macro.
68 (prstatus_items): Use it.
69 * sparc_corenote.c: New file.
70 * sparc64_corenote.c: New file.
71 * Makefile.am (sparc_SRCS): Add them.
72 * sparc_init.c (sparc_init): Initialize core_note hook.
73
74 * sparc_symbol.c (sparc_machine_flag_check): New function.
75 * sparc_init.c (sparc_init): Use it.
76
Roland McGrathc76f0b02007-09-27 07:31:33 +0000772007-09-27 Roland McGrath <roland@redhat.com>
78
79 * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
80 * i386_retval.c: Likewise.
81 * ia64_retval.c: Likewise.
82 * ppc64_retval.c: Likewise.
83 * ppc_retval.c: Likewise.
84 * s390_retval.c: Likewise.
85 * sparc_retval.c: Likewise.
86 * x86_64_retval.c: Likewise.
87
Ulrich Drepper3cbdd382008-01-02 17:44:39 +0000882007-10-31 Ulrich Drepper <drepper@redhat.com>
89
90 * Makefile.am: More dependencies for the libebl_* libraries.
91
Roland McGrathcb6d8652007-08-23 08:10:54 +0000922007-08-23 Roland McGrath <roland@redhat.com>
93
94 * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
95
962007-08-22 Roland McGrath <roland@redhat.com>
97
98 * linux-core-note.c (prstatus_items): Add .group initializers.
99 (prpsinfo_items): Likewise.
100 * x86_64_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
101 * i386_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
102 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
103
1042007-08-20 Roland McGrath <roland@redhat.com>
105
106 * ppc_symbol.c (ppc_check_special_symbol): For _GLOBAL_OFFSET_TABLE_
107 when DT_PPC_GOT is not found, anywhere in the section is valid.
108
1092007-08-19 Roland McGrath <roland@redhat.com>
110
111 * i386_auxv.c: New file.
112 * Makefile.am (i386_SRCS, x86_64_SRCS): Add it.
113 * ppc_auxv.c: New file.
114 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
115 * i386_init.c (i386_init): Initialize auxv_info hook.
116 * x86_64_init.c (x86_64_init): Likewise.
117 * ppc_init.c (ppc_init): Likewise.
118 * ppc64_init.c (ppc64_init): Likewise.
119
120 * alpha_corenote.c: New file.
121 * Makefile.am (alpha_SRCS): Add it.
122 * alpha_init.c (alpha_init): Initialize core_note hook.
123
124 * ppc_corenote.c: New file.
125 * ppc64_corenote.c: New file.
126 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add them.
127 * ppc_init.c (ppc_init): Initialize core_note hook.
128 * ppc64_init.c (ppc64_init): Likewise.
129
130 * linux-core-note.c: New file.
131 * Makefile.am (noinst_HEADERS): Add it.
132 * i386_corenote.c: Rewritten.
133 * x86_64_corenote.c: Likewise.
134
Roland McGrath53bce222007-05-23 19:15:04 +00001352007-05-23 Roland McGrath <roland@redhat.com>
136
137 * alpha_regs.c (alpha_register_info): fp -> s6
138
Roland McGrath420c8b52007-04-27 03:26:04 +00001392007-04-26 Roland McGrath <roland@redhat.com>
140
Roland McGrath2be02912007-04-27 04:07:41 +0000141 * alpha_symbol.c (alpha_machine_section_flag_check): New function.
142 * alpha_init.c (alpha_init): Initialize hook.
143
Roland McGrath420c8b52007-04-27 03:26:04 +0000144 * alpha_regs.c: New file.
145 * Makefile.am (alpha_SRCS): Add it.
146 * alpha_init.c (alpha_init): Initialize register_info hook.
147
Roland McGrath4be15242007-04-25 03:09:33 +00001482007-04-22 Roland McGrath <roland@redhat.com>
149
150 * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
151 mq, xer, lr, ctr, dsisr, dar, dec, vrsave.
152 Set *BITS to 64 for FPU registers.
153
154 * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
155 * x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw.
156
Roland McGrath5f6a41a2007-04-01 23:11:40 +00001572007-04-01 Roland McGrath <roland@redhat.com>
158
159 * x86_64_regs.c (x86_64_register_info): Add more registers from newer
160 ABI spec.
161
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00001622007-01-11 Roland McGrath <roland@redhat.com>
163
164 * ia64_symbol.c (ia64_machine_section_flag_check): New function.
165 * ia64_init.c (ia64_init): Use it.
166
167 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
168
Roland McGrathc373d852006-10-10 00:25:21 +00001692006-10-09 Roland McGrath <roland@redhat.com>
170
171 * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
172
1732006-08-29 Roland McGrath <roland@redhat.com>
174
175 * sparc_retval.c: New file.
176 * Makefile.am (sparc_SRCS): Add it.
177 * sparc_init.c (sparc_init): Initialize return_value_location hook.
178
1792006-08-22 Roland McGrath <roland@redhat.com>
180
181 * i386_regs.c (i386_register_name): Renamed i386_register_info.
182 Take new args, yield more info.
183 * i386_init.c (i386_init): Update initializer.
184 * ia64_regs.c (ia64_register_name): Likewise.
185 * ia64_init.c (ia64_init): Likewise.
186 * ppc_regs.c (ppc_register_name): Likewise.
187 * ppc64_init.c (ppc64_init): Likewise.
188 * ppc_init.c (ppc_init): Likewise.
189 * s390_regs.c (s390_register_name): Likewise.
190 * s390_init.c (s390_init): Likewise.
191 * sparc_regs.c (sparc_register_name): Likewise.
192 * sparc_init.c (sparc_init): Likewise.
193 * x86_64_regs.c (x86_64_register_name): Likewise.
194 * x86_64_init.c (x86_64_init): Likewise.
195
Roland McGrathc812a832006-08-08 20:02:11 +00001962006-08-08 Roland McGrath <roland@redhat.com>
197
198 * Makefile.am (%.os): Don't depend on %.o, since we don't actually
199 need static object for anything here. This rule is the only source of
200 .deps/ files.
201
Roland McGrath3b578ba2006-08-08 19:08:50 +00002022006-06-23 Stepan Kasal <skasal@redhat.com>
203
204 * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
205
Roland McGrath19db8592006-08-03 08:52:46 +00002062006-08-03 Roland McGrath <roland@redhat.com>
207
208 * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
209 EM_SPARC. EM_SPARC32PLUS also has 64.
210
Roland McGrath95024622006-07-21 10:06:31 +00002112006-07-21 Roland McGrath <roland@redhat.com>
212
213 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
214 * ppc_regs.c (ppc_register_name): Likewise.
215 * s390_regs.c (s390_register_name): Likewise.
216
217 * ia64_retval.c: New file.
218 * Makefile.am (ia64_SRCS): Add it.
219 * ia64_init.c (ia64_init): Install return_value_location hook.
220
221 * ia64_regs.c: New file.
222 * Makefile.am (ia64_SRCS): Add it.
223 * ia64_init.c (ia64_init): Install register_name hook.
224
Ulrich Drepper28ed8952006-07-07 03:43:47 +00002252006-07-05 Ulrich Drepper <drepper@redhat.com>
226
227 * alpha_init.c: Initialize sysvhash_entrysize.
228 * s390_init.c: Likewise.
229
2302006-07-04 Ulrich Drepper <drepper@redhat.com>
231
232 * common-reloc.c (relative_reloc_p): New function.
233 (init_reloc): Hook it up.
234 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
235
Ulrich Drepperd5a75192006-06-15 03:07:46 +00002362006-06-13 Roland McGrath <roland@redhat.com>
237
238 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
239
Ulrich Drepper6ca46002006-06-12 22:40:23 +00002402006-06-12 Ulrich Drepper <drepper@redhat.com>
241
242 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000243 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000244
Roland McGrath123ccad2006-02-22 19:59:31 +00002452006-02-22 Roland McGrath <roland@redhat.com>
246
247 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
248 (ppc64_return_value_location): Use registers for aggregate conditional
249 on that.
250 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
251 (ppc_return_value_location): Use registers for aggregate conditional
252 on that.
253
Roland McGrath321327a2006-01-13 00:51:21 +00002542006-01-12 Roland McGrath <roland@redhat.com>
255
256 * s390_retval.c: New file.
257 * Makefile.am (s390_SRCS): Add it.
258 * s390_init.c (s390_init): Install return_value_location hook.
259
Roland McGrathef6fbff2006-01-12 03:00:55 +00002602006-01-11 Roland McGrath <roland@redhat.com>
261
Roland McGrath5f38a2c2006-01-12 03:08:35 +0000262 * s390_regs.c: New file.
263 * Makefile.am (s390_SRCS): Add it.
264 * s390_init.c (s390_init): Install register_name hook.
265
Roland McGrathef6fbff2006-01-12 03:00:55 +0000266 * s390_reloc.def: Update bits per
267 Martin Schwidefsky <schwidefsky@de.ibm.com>.
268
Roland McGrathba72ab12005-12-12 00:04:33 +00002692005-12-10 Ulrich Drepper
270
271 * common-reloc.c (R_NAME): Generate string correctly.
272
Roland McGrath994b4892005-12-05 22:46:21 +00002732005-12-05 Roland McGrath <roland@redhat.com>
274
275 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
276 * x86_64_regs.c (x86_64_register_name): Likewise.
277
2782005-11-25 Roland McGrath <roland@redhat.com>
279
280 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
281
282 * i386_regs.c: New file.
283 * ppc_regs.c: New file.
284 * sparc_regs.c: New file.
285 * x86_64_regs.c: New file.
286 * Makefile.am
287 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
288 * i386_init.c: Initialize register_name hook.
289 * ppc_init.c: Likewise.
290 * ppc64_init.c: Likewise.
291 * sparc_init.c: Likewise.
292 * x86_64_init.c: Likewise.
293
Roland McGrathb6405ca2005-11-19 21:36:37 +00002942005-11-19 Roland McGrath <roland@redhat.com>
295
296 * ppc64_reloc.def: REL30 -> ADDR30.
297
Roland McGrathf47ba532005-11-19 07:40:29 +00002982005-11-18 Roland McGrath <roland@redhat.com>
299
300 * alpha_init.c: Use HOOK macro.
301 * arm_init.c: Likewise.
302 * i386_init.c: Likewise.
303 * ia64_init.c: Likewise.
304 * ppc64_init.c: Likewise.
305 * ppc_init.c: Likewise.
306 * s390_init.c: Likewise.
307 * sh_init.c: Likewise.
308 * sparc_init.c: Likewise.
309 * x86_64_init.c: Likewise.
310
Roland McGrath6e8d1832005-11-17 22:47:38 +00003112005-11-17 Roland McGrath <roland@redhat.com>
312
Roland McGrath093281d2005-11-18 02:24:43 +0000313 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000314 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000315
Roland McGrath6e8d1832005-11-17 22:47:38 +0000316 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
317 * ppc64_reloc.def: Likewise.
318
Roland McGrathe47ab762005-11-17 03:16:00 +00003192005-11-15 Roland McGrath <roland@redhat.com>
320
321 * Contents moved here from ../libebl.