blob: 25155db31ceb5b2fe53ba83d0fc9892d78136896 [file] [log] [blame]
Ulrich Drepperff993222008-01-09 05:39:28 +000012008-01-08 Ulrich Drepper <drepper@redhat.com>
2
3 * Makefile.am: Add x86-64 disassembler.
4 * x86_64_init.c (x86_64_init): Hook up disassembler.
5
62007-12-28 Ulrich Drepper <drepper@redhat.com>
7
8 * Makefile.am: Add x86 disassembler.
9 * i386_init.c (i386_init): Hook up disassembler.
10
Roland McGrath1a2e8f42007-12-15 23:39:34 +0000112007-12-15 Roland McGrath <roland@redhat.com>
12
13 * ppc_regs.c (ppc_register_info): Return "spefscr", not "spr512".
14
Roland McGrathe4c22ea2007-10-23 13:07:39 +0000152007-10-18 Roland McGrath <roland@redhat.com>
16
17 * ppc_regs.c (ppc_register_info): Assign 67 to "vscr".
18 Return "vector" and 32 bits for vscr and vrsave.
19 * ppc_corenote.c (altivec_regs): New variable.
20 (EXTRA_NOTES): New macro, handle NT_PPC_VMX.
21
22 * linux-core-note.c (EXTRA_REGSET): New macro.
23 Remove NT_PRXFPREG case. Instead, use EXTRA_NOTES if defined.
24 * i386_corenote.c (EXTRA_NOTES): Define it.
25
Ulrich Drepperb597dfa2007-10-16 05:21:27 +0000262007-10-09 Roland McGrath <roland@redhat.com>
27
28 * sparc_auxv.c: New file.
29 * Makefile.am (sparc_SRCS): Add it.
30 * sparc_init.c (sparc_init): Initialize auxv_info hook.
31
322007-10-08 Roland McGrath <roland@redhat.com>
33
34 * linux-core-note.c (TIMEVAL_FIELD): New macro.
35 (prstatus_items): Use it.
36 * sparc_corenote.c: New file.
37 * sparc64_corenote.c: New file.
38 * Makefile.am (sparc_SRCS): Add them.
39 * sparc_init.c (sparc_init): Initialize core_note hook.
40
41 * sparc_symbol.c (sparc_machine_flag_check): New function.
42 * sparc_init.c (sparc_init): Use it.
43
Roland McGrathc76f0b02007-09-27 07:31:33 +0000442007-09-27 Roland McGrath <roland@redhat.com>
45
46 * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
47 * i386_retval.c: Likewise.
48 * ia64_retval.c: Likewise.
49 * ppc64_retval.c: Likewise.
50 * ppc_retval.c: Likewise.
51 * s390_retval.c: Likewise.
52 * sparc_retval.c: Likewise.
53 * x86_64_retval.c: Likewise.
54
Ulrich Drepper3cbdd382008-01-02 17:44:39 +0000552007-10-31 Ulrich Drepper <drepper@redhat.com>
56
57 * Makefile.am: More dependencies for the libebl_* libraries.
58
Roland McGrathcb6d8652007-08-23 08:10:54 +0000592007-08-23 Roland McGrath <roland@redhat.com>
60
61 * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
62
632007-08-22 Roland McGrath <roland@redhat.com>
64
65 * linux-core-note.c (prstatus_items): Add .group initializers.
66 (prpsinfo_items): Likewise.
67 * x86_64_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
68 * i386_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
69 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
70
712007-08-20 Roland McGrath <roland@redhat.com>
72
73 * ppc_symbol.c (ppc_check_special_symbol): For _GLOBAL_OFFSET_TABLE_
74 when DT_PPC_GOT is not found, anywhere in the section is valid.
75
762007-08-19 Roland McGrath <roland@redhat.com>
77
78 * i386_auxv.c: New file.
79 * Makefile.am (i386_SRCS, x86_64_SRCS): Add it.
80 * ppc_auxv.c: New file.
81 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
82 * i386_init.c (i386_init): Initialize auxv_info hook.
83 * x86_64_init.c (x86_64_init): Likewise.
84 * ppc_init.c (ppc_init): Likewise.
85 * ppc64_init.c (ppc64_init): Likewise.
86
87 * alpha_corenote.c: New file.
88 * Makefile.am (alpha_SRCS): Add it.
89 * alpha_init.c (alpha_init): Initialize core_note hook.
90
91 * ppc_corenote.c: New file.
92 * ppc64_corenote.c: New file.
93 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add them.
94 * ppc_init.c (ppc_init): Initialize core_note hook.
95 * ppc64_init.c (ppc64_init): Likewise.
96
97 * linux-core-note.c: New file.
98 * Makefile.am (noinst_HEADERS): Add it.
99 * i386_corenote.c: Rewritten.
100 * x86_64_corenote.c: Likewise.
101
Roland McGrath53bce222007-05-23 19:15:04 +00001022007-05-23 Roland McGrath <roland@redhat.com>
103
104 * alpha_regs.c (alpha_register_info): fp -> s6
105
Roland McGrath420c8b52007-04-27 03:26:04 +00001062007-04-26 Roland McGrath <roland@redhat.com>
107
Roland McGrath2be02912007-04-27 04:07:41 +0000108 * alpha_symbol.c (alpha_machine_section_flag_check): New function.
109 * alpha_init.c (alpha_init): Initialize hook.
110
Roland McGrath420c8b52007-04-27 03:26:04 +0000111 * alpha_regs.c: New file.
112 * Makefile.am (alpha_SRCS): Add it.
113 * alpha_init.c (alpha_init): Initialize register_info hook.
114
Roland McGrath4be15242007-04-25 03:09:33 +00001152007-04-22 Roland McGrath <roland@redhat.com>
116
117 * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
118 mq, xer, lr, ctr, dsisr, dar, dec, vrsave.
119 Set *BITS to 64 for FPU registers.
120
121 * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
122 * x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw.
123
Roland McGrath5f6a41a2007-04-01 23:11:40 +00001242007-04-01 Roland McGrath <roland@redhat.com>
125
126 * x86_64_regs.c (x86_64_register_info): Add more registers from newer
127 ABI spec.
128
Ulrich Drepperaa915fd2007-02-05 07:25:33 +00001292007-01-11 Roland McGrath <roland@redhat.com>
130
131 * ia64_symbol.c (ia64_machine_section_flag_check): New function.
132 * ia64_init.c (ia64_init): Use it.
133
134 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
135
Roland McGrathc373d852006-10-10 00:25:21 +00001362006-10-09 Roland McGrath <roland@redhat.com>
137
138 * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
139
1402006-08-29 Roland McGrath <roland@redhat.com>
141
142 * sparc_retval.c: New file.
143 * Makefile.am (sparc_SRCS): Add it.
144 * sparc_init.c (sparc_init): Initialize return_value_location hook.
145
1462006-08-22 Roland McGrath <roland@redhat.com>
147
148 * i386_regs.c (i386_register_name): Renamed i386_register_info.
149 Take new args, yield more info.
150 * i386_init.c (i386_init): Update initializer.
151 * ia64_regs.c (ia64_register_name): Likewise.
152 * ia64_init.c (ia64_init): Likewise.
153 * ppc_regs.c (ppc_register_name): Likewise.
154 * ppc64_init.c (ppc64_init): Likewise.
155 * ppc_init.c (ppc_init): Likewise.
156 * s390_regs.c (s390_register_name): Likewise.
157 * s390_init.c (s390_init): Likewise.
158 * sparc_regs.c (sparc_register_name): Likewise.
159 * sparc_init.c (sparc_init): Likewise.
160 * x86_64_regs.c (x86_64_register_name): Likewise.
161 * x86_64_init.c (x86_64_init): Likewise.
162
Roland McGrathc812a832006-08-08 20:02:11 +00001632006-08-08 Roland McGrath <roland@redhat.com>
164
165 * Makefile.am (%.os): Don't depend on %.o, since we don't actually
166 need static object for anything here. This rule is the only source of
167 .deps/ files.
168
Roland McGrath3b578ba2006-08-08 19:08:50 +00001692006-06-23 Stepan Kasal <skasal@redhat.com>
170
171 * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
172
Roland McGrath19db8592006-08-03 08:52:46 +00001732006-08-03 Roland McGrath <roland@redhat.com>
174
175 * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
176 EM_SPARC. EM_SPARC32PLUS also has 64.
177
Roland McGrath95024622006-07-21 10:06:31 +00001782006-07-21 Roland McGrath <roland@redhat.com>
179
180 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
181 * ppc_regs.c (ppc_register_name): Likewise.
182 * s390_regs.c (s390_register_name): Likewise.
183
184 * ia64_retval.c: New file.
185 * Makefile.am (ia64_SRCS): Add it.
186 * ia64_init.c (ia64_init): Install return_value_location hook.
187
188 * ia64_regs.c: New file.
189 * Makefile.am (ia64_SRCS): Add it.
190 * ia64_init.c (ia64_init): Install register_name hook.
191
Ulrich Drepper28ed8952006-07-07 03:43:47 +00001922006-07-05 Ulrich Drepper <drepper@redhat.com>
193
194 * alpha_init.c: Initialize sysvhash_entrysize.
195 * s390_init.c: Likewise.
196
1972006-07-04 Ulrich Drepper <drepper@redhat.com>
198
199 * common-reloc.c (relative_reloc_p): New function.
200 (init_reloc): Hook it up.
201 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
202
Ulrich Drepperd5a75192006-06-15 03:07:46 +00002032006-06-13 Roland McGrath <roland@redhat.com>
204
205 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
206
Ulrich Drepper6ca46002006-06-12 22:40:23 +00002072006-06-12 Ulrich Drepper <drepper@redhat.com>
208
209 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000210 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000211
Roland McGrath123ccad2006-02-22 19:59:31 +00002122006-02-22 Roland McGrath <roland@redhat.com>
213
214 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
215 (ppc64_return_value_location): Use registers for aggregate conditional
216 on that.
217 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
218 (ppc_return_value_location): Use registers for aggregate conditional
219 on that.
220
Roland McGrath321327a2006-01-13 00:51:21 +00002212006-01-12 Roland McGrath <roland@redhat.com>
222
223 * s390_retval.c: New file.
224 * Makefile.am (s390_SRCS): Add it.
225 * s390_init.c (s390_init): Install return_value_location hook.
226
Roland McGrathef6fbff2006-01-12 03:00:55 +00002272006-01-11 Roland McGrath <roland@redhat.com>
228
Roland McGrath5f38a2c2006-01-12 03:08:35 +0000229 * s390_regs.c: New file.
230 * Makefile.am (s390_SRCS): Add it.
231 * s390_init.c (s390_init): Install register_name hook.
232
Roland McGrathef6fbff2006-01-12 03:00:55 +0000233 * s390_reloc.def: Update bits per
234 Martin Schwidefsky <schwidefsky@de.ibm.com>.
235
Roland McGrathba72ab12005-12-12 00:04:33 +00002362005-12-10 Ulrich Drepper
237
238 * common-reloc.c (R_NAME): Generate string correctly.
239
Roland McGrath994b4892005-12-05 22:46:21 +00002402005-12-05 Roland McGrath <roland@redhat.com>
241
242 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
243 * x86_64_regs.c (x86_64_register_name): Likewise.
244
2452005-11-25 Roland McGrath <roland@redhat.com>
246
247 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
248
249 * i386_regs.c: New file.
250 * ppc_regs.c: New file.
251 * sparc_regs.c: New file.
252 * x86_64_regs.c: New file.
253 * Makefile.am
254 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
255 * i386_init.c: Initialize register_name hook.
256 * ppc_init.c: Likewise.
257 * ppc64_init.c: Likewise.
258 * sparc_init.c: Likewise.
259 * x86_64_init.c: Likewise.
260
Roland McGrathb6405ca2005-11-19 21:36:37 +00002612005-11-19 Roland McGrath <roland@redhat.com>
262
263 * ppc64_reloc.def: REL30 -> ADDR30.
264
Roland McGrathf47ba532005-11-19 07:40:29 +00002652005-11-18 Roland McGrath <roland@redhat.com>
266
267 * alpha_init.c: Use HOOK macro.
268 * arm_init.c: Likewise.
269 * i386_init.c: Likewise.
270 * ia64_init.c: Likewise.
271 * ppc64_init.c: Likewise.
272 * ppc_init.c: Likewise.
273 * s390_init.c: Likewise.
274 * sh_init.c: Likewise.
275 * sparc_init.c: Likewise.
276 * x86_64_init.c: Likewise.
277
Roland McGrath6e8d1832005-11-17 22:47:38 +00002782005-11-17 Roland McGrath <roland@redhat.com>
279
Roland McGrath093281d2005-11-18 02:24:43 +0000280 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000281 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000282
Roland McGrath6e8d1832005-11-17 22:47:38 +0000283 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
284 * ppc64_reloc.def: Likewise.
285
Roland McGrathe47ab762005-11-17 03:16:00 +00002862005-11-15 Roland McGrath <roland@redhat.com>
287
288 * Contents moved here from ../libebl.