blob: 9c51f98649d661d0cce31c8f5eeb19cea7055e52 [file] [log] [blame]
Roland McGrathc76f0b02007-09-27 07:31:33 +000012007-09-27 Roland McGrath <roland@redhat.com>
2
3 * alpha_retval.c: Use dwarf_attr_integrate and dwarf_hasattr_integrate.
4 * i386_retval.c: Likewise.
5 * ia64_retval.c: Likewise.
6 * ppc64_retval.c: Likewise.
7 * ppc_retval.c: Likewise.
8 * s390_retval.c: Likewise.
9 * sparc_retval.c: Likewise.
10 * x86_64_retval.c: Likewise.
11
Roland McGrathcb6d8652007-08-23 08:10:54 +0000122007-08-23 Roland McGrath <roland@redhat.com>
13
14 * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
15
162007-08-22 Roland McGrath <roland@redhat.com>
17
18 * linux-core-note.c (prstatus_items): Add .group initializers.
19 (prpsinfo_items): Likewise.
20 * x86_64_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
21 * i386_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
22 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
23
242007-08-20 Roland McGrath <roland@redhat.com>
25
26 * ppc_symbol.c (ppc_check_special_symbol): For _GLOBAL_OFFSET_TABLE_
27 when DT_PPC_GOT is not found, anywhere in the section is valid.
28
292007-08-19 Roland McGrath <roland@redhat.com>
30
31 * i386_auxv.c: New file.
32 * Makefile.am (i386_SRCS, x86_64_SRCS): Add it.
33 * ppc_auxv.c: New file.
34 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
35 * i386_init.c (i386_init): Initialize auxv_info hook.
36 * x86_64_init.c (x86_64_init): Likewise.
37 * ppc_init.c (ppc_init): Likewise.
38 * ppc64_init.c (ppc64_init): Likewise.
39
40 * alpha_corenote.c: New file.
41 * Makefile.am (alpha_SRCS): Add it.
42 * alpha_init.c (alpha_init): Initialize core_note hook.
43
44 * ppc_corenote.c: New file.
45 * ppc64_corenote.c: New file.
46 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add them.
47 * ppc_init.c (ppc_init): Initialize core_note hook.
48 * ppc64_init.c (ppc64_init): Likewise.
49
50 * linux-core-note.c: New file.
51 * Makefile.am (noinst_HEADERS): Add it.
52 * i386_corenote.c: Rewritten.
53 * x86_64_corenote.c: Likewise.
54
Roland McGrath53bce222007-05-23 19:15:04 +0000552007-05-23 Roland McGrath <roland@redhat.com>
56
57 * alpha_regs.c (alpha_register_info): fp -> s6
58
Roland McGrath420c8b52007-04-27 03:26:04 +0000592007-04-26 Roland McGrath <roland@redhat.com>
60
Roland McGrath2be02912007-04-27 04:07:41 +000061 * alpha_symbol.c (alpha_machine_section_flag_check): New function.
62 * alpha_init.c (alpha_init): Initialize hook.
63
Roland McGrath420c8b52007-04-27 03:26:04 +000064 * alpha_regs.c: New file.
65 * Makefile.am (alpha_SRCS): Add it.
66 * alpha_init.c (alpha_init): Initialize register_info hook.
67
Roland McGrath4be15242007-04-25 03:09:33 +0000682007-04-22 Roland McGrath <roland@redhat.com>
69
70 * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
71 mq, xer, lr, ctr, dsisr, dar, dec, vrsave.
72 Set *BITS to 64 for FPU registers.
73
74 * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
75 * x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw.
76
Roland McGrath5f6a41a2007-04-01 23:11:40 +0000772007-04-01 Roland McGrath <roland@redhat.com>
78
79 * x86_64_regs.c (x86_64_register_info): Add more registers from newer
80 ABI spec.
81
Ulrich Drepperaa915fd2007-02-05 07:25:33 +0000822007-01-11 Roland McGrath <roland@redhat.com>
83
84 * ia64_symbol.c (ia64_machine_section_flag_check): New function.
85 * ia64_init.c (ia64_init): Use it.
86
87 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
88
Roland McGrathc373d852006-10-10 00:25:21 +0000892006-10-09 Roland McGrath <roland@redhat.com>
90
91 * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
92
932006-08-29 Roland McGrath <roland@redhat.com>
94
95 * sparc_retval.c: New file.
96 * Makefile.am (sparc_SRCS): Add it.
97 * sparc_init.c (sparc_init): Initialize return_value_location hook.
98
992006-08-22 Roland McGrath <roland@redhat.com>
100
101 * i386_regs.c (i386_register_name): Renamed i386_register_info.
102 Take new args, yield more info.
103 * i386_init.c (i386_init): Update initializer.
104 * ia64_regs.c (ia64_register_name): Likewise.
105 * ia64_init.c (ia64_init): Likewise.
106 * ppc_regs.c (ppc_register_name): Likewise.
107 * ppc64_init.c (ppc64_init): Likewise.
108 * ppc_init.c (ppc_init): Likewise.
109 * s390_regs.c (s390_register_name): Likewise.
110 * s390_init.c (s390_init): Likewise.
111 * sparc_regs.c (sparc_register_name): Likewise.
112 * sparc_init.c (sparc_init): Likewise.
113 * x86_64_regs.c (x86_64_register_name): Likewise.
114 * x86_64_init.c (x86_64_init): Likewise.
115
Roland McGrathc812a832006-08-08 20:02:11 +00001162006-08-08 Roland McGrath <roland@redhat.com>
117
118 * Makefile.am (%.os): Don't depend on %.o, since we don't actually
119 need static object for anything here. This rule is the only source of
120 .deps/ files.
121
Roland McGrath3b578ba2006-08-08 19:08:50 +00001222006-06-23 Stepan Kasal <skasal@redhat.com>
123
124 * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
125
Roland McGrath19db8592006-08-03 08:52:46 +00001262006-08-03 Roland McGrath <roland@redhat.com>
127
128 * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
129 EM_SPARC. EM_SPARC32PLUS also has 64.
130
Roland McGrath95024622006-07-21 10:06:31 +00001312006-07-21 Roland McGrath <roland@redhat.com>
132
133 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
134 * ppc_regs.c (ppc_register_name): Likewise.
135 * s390_regs.c (s390_register_name): Likewise.
136
137 * ia64_retval.c: New file.
138 * Makefile.am (ia64_SRCS): Add it.
139 * ia64_init.c (ia64_init): Install return_value_location hook.
140
141 * ia64_regs.c: New file.
142 * Makefile.am (ia64_SRCS): Add it.
143 * ia64_init.c (ia64_init): Install register_name hook.
144
Ulrich Drepper28ed8952006-07-07 03:43:47 +00001452006-07-05 Ulrich Drepper <drepper@redhat.com>
146
147 * alpha_init.c: Initialize sysvhash_entrysize.
148 * s390_init.c: Likewise.
149
1502006-07-04 Ulrich Drepper <drepper@redhat.com>
151
152 * common-reloc.c (relative_reloc_p): New function.
153 (init_reloc): Hook it up.
154 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
155
Ulrich Drepperd5a75192006-06-15 03:07:46 +00001562006-06-13 Roland McGrath <roland@redhat.com>
157
158 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
159
Ulrich Drepper6ca46002006-06-12 22:40:23 +00001602006-06-12 Ulrich Drepper <drepper@redhat.com>
161
162 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000163 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000164
Roland McGrath123ccad2006-02-22 19:59:31 +00001652006-02-22 Roland McGrath <roland@redhat.com>
166
167 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
168 (ppc64_return_value_location): Use registers for aggregate conditional
169 on that.
170 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
171 (ppc_return_value_location): Use registers for aggregate conditional
172 on that.
173
Roland McGrath321327a2006-01-13 00:51:21 +00001742006-01-12 Roland McGrath <roland@redhat.com>
175
176 * s390_retval.c: New file.
177 * Makefile.am (s390_SRCS): Add it.
178 * s390_init.c (s390_init): Install return_value_location hook.
179
Roland McGrathef6fbff2006-01-12 03:00:55 +00001802006-01-11 Roland McGrath <roland@redhat.com>
181
Roland McGrath5f38a2c2006-01-12 03:08:35 +0000182 * s390_regs.c: New file.
183 * Makefile.am (s390_SRCS): Add it.
184 * s390_init.c (s390_init): Install register_name hook.
185
Roland McGrathef6fbff2006-01-12 03:00:55 +0000186 * s390_reloc.def: Update bits per
187 Martin Schwidefsky <schwidefsky@de.ibm.com>.
188
Roland McGrathba72ab12005-12-12 00:04:33 +00001892005-12-10 Ulrich Drepper
190
191 * common-reloc.c (R_NAME): Generate string correctly.
192
Roland McGrath994b4892005-12-05 22:46:21 +00001932005-12-05 Roland McGrath <roland@redhat.com>
194
195 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
196 * x86_64_regs.c (x86_64_register_name): Likewise.
197
1982005-11-25 Roland McGrath <roland@redhat.com>
199
200 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
201
202 * i386_regs.c: New file.
203 * ppc_regs.c: New file.
204 * sparc_regs.c: New file.
205 * x86_64_regs.c: New file.
206 * Makefile.am
207 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
208 * i386_init.c: Initialize register_name hook.
209 * ppc_init.c: Likewise.
210 * ppc64_init.c: Likewise.
211 * sparc_init.c: Likewise.
212 * x86_64_init.c: Likewise.
213
Roland McGrathb6405ca2005-11-19 21:36:37 +00002142005-11-19 Roland McGrath <roland@redhat.com>
215
216 * ppc64_reloc.def: REL30 -> ADDR30.
217
Roland McGrathf47ba532005-11-19 07:40:29 +00002182005-11-18 Roland McGrath <roland@redhat.com>
219
220 * alpha_init.c: Use HOOK macro.
221 * arm_init.c: Likewise.
222 * i386_init.c: Likewise.
223 * ia64_init.c: Likewise.
224 * ppc64_init.c: Likewise.
225 * ppc_init.c: Likewise.
226 * s390_init.c: Likewise.
227 * sh_init.c: Likewise.
228 * sparc_init.c: Likewise.
229 * x86_64_init.c: Likewise.
230
Roland McGrath6e8d1832005-11-17 22:47:38 +00002312005-11-17 Roland McGrath <roland@redhat.com>
232
Roland McGrath093281d2005-11-18 02:24:43 +0000233 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000234 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000235
Roland McGrath6e8d1832005-11-17 22:47:38 +0000236 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
237 * ppc64_reloc.def: Likewise.
238
Roland McGrathe47ab762005-11-17 03:16:00 +00002392005-11-15 Roland McGrath <roland@redhat.com>
240
241 * Contents moved here from ../libebl.