blob: 159e6dc1773f6b2aca8b311c99a8716b02520359 [file] [log] [blame]
Roland McGrathcb6d8652007-08-23 08:10:54 +000012007-08-23 Roland McGrath <roland@redhat.com>
2
3 * x86_64_regs.c (x86_64_register_info): Put %rflags in "integer" set.
4
52007-08-22 Roland McGrath <roland@redhat.com>
6
7 * linux-core-note.c (prstatus_items): Add .group initializers.
8 (prpsinfo_items): Likewise.
9 * x86_64_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
10 * i386_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
11 * ppc_corenote.c (PRSTATUS_REGSET_ITEMS): Likewise.
12
132007-08-20 Roland McGrath <roland@redhat.com>
14
15 * ppc_symbol.c (ppc_check_special_symbol): For _GLOBAL_OFFSET_TABLE_
16 when DT_PPC_GOT is not found, anywhere in the section is valid.
17
182007-08-19 Roland McGrath <roland@redhat.com>
19
20 * i386_auxv.c: New file.
21 * Makefile.am (i386_SRCS, x86_64_SRCS): Add it.
22 * ppc_auxv.c: New file.
23 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add it.
24 * i386_init.c (i386_init): Initialize auxv_info hook.
25 * x86_64_init.c (x86_64_init): Likewise.
26 * ppc_init.c (ppc_init): Likewise.
27 * ppc64_init.c (ppc64_init): Likewise.
28
29 * alpha_corenote.c: New file.
30 * Makefile.am (alpha_SRCS): Add it.
31 * alpha_init.c (alpha_init): Initialize core_note hook.
32
33 * ppc_corenote.c: New file.
34 * ppc64_corenote.c: New file.
35 * Makefile.am (ppc_SRCS, ppc64_SRCS): Add them.
36 * ppc_init.c (ppc_init): Initialize core_note hook.
37 * ppc64_init.c (ppc64_init): Likewise.
38
39 * linux-core-note.c: New file.
40 * Makefile.am (noinst_HEADERS): Add it.
41 * i386_corenote.c: Rewritten.
42 * x86_64_corenote.c: Likewise.
43
Roland McGrath53bce222007-05-23 19:15:04 +0000442007-05-23 Roland McGrath <roland@redhat.com>
45
46 * alpha_regs.c (alpha_register_info): fp -> s6
47
Roland McGrath420c8b52007-04-27 03:26:04 +0000482007-04-26 Roland McGrath <roland@redhat.com>
49
Roland McGrath2be02912007-04-27 04:07:41 +000050 * alpha_symbol.c (alpha_machine_section_flag_check): New function.
51 * alpha_init.c (alpha_init): Initialize hook.
52
Roland McGrath420c8b52007-04-27 03:26:04 +000053 * alpha_regs.c: New file.
54 * Makefile.am (alpha_SRCS): Add it.
55 * alpha_init.c (alpha_init): Initialize register_info hook.
56
Roland McGrath4be15242007-04-25 03:09:33 +0000572007-04-22 Roland McGrath <roland@redhat.com>
58
59 * ppc_regs.c (ppc_register_info): Use some names instead of sprNNN:
60 mq, xer, lr, ctr, dsisr, dar, dec, vrsave.
61 Set *BITS to 64 for FPU registers.
62
63 * i386_regs.c (i386_register_info): Set *BITS to 16 for fctrl, fstat.
64 * x86_64_regs.c (x86_64_register_info): Likewise for fcw, fsw.
65
Roland McGrath5f6a41a2007-04-01 23:11:40 +0000662007-04-01 Roland McGrath <roland@redhat.com>
67
68 * x86_64_regs.c (x86_64_register_info): Add more registers from newer
69 ABI spec.
70
Ulrich Drepperaa915fd2007-02-05 07:25:33 +0000712007-01-11 Roland McGrath <roland@redhat.com>
72
73 * ia64_symbol.c (ia64_machine_section_flag_check): New function.
74 * ia64_init.c (ia64_init): Use it.
75
76 * ia64_symbol.c (ia64_section_type_name): Typo fix in string.
77
Roland McGrathc373d852006-10-10 00:25:21 +0000782006-10-09 Roland McGrath <roland@redhat.com>
79
80 * ia64_symbol.c (ia64_reloc_simple_type): Treat SECREL types as simple.
81
822006-08-29 Roland McGrath <roland@redhat.com>
83
84 * sparc_retval.c: New file.
85 * Makefile.am (sparc_SRCS): Add it.
86 * sparc_init.c (sparc_init): Initialize return_value_location hook.
87
882006-08-22 Roland McGrath <roland@redhat.com>
89
90 * i386_regs.c (i386_register_name): Renamed i386_register_info.
91 Take new args, yield more info.
92 * i386_init.c (i386_init): Update initializer.
93 * ia64_regs.c (ia64_register_name): Likewise.
94 * ia64_init.c (ia64_init): Likewise.
95 * ppc_regs.c (ppc_register_name): Likewise.
96 * ppc64_init.c (ppc64_init): Likewise.
97 * ppc_init.c (ppc_init): Likewise.
98 * s390_regs.c (s390_register_name): Likewise.
99 * s390_init.c (s390_init): Likewise.
100 * sparc_regs.c (sparc_register_name): Likewise.
101 * sparc_init.c (sparc_init): Likewise.
102 * x86_64_regs.c (x86_64_register_name): Likewise.
103 * x86_64_init.c (x86_64_init): Likewise.
104
Roland McGrathc812a832006-08-08 20:02:11 +00001052006-08-08 Roland McGrath <roland@redhat.com>
106
107 * Makefile.am (%.os): Don't depend on %.o, since we don't actually
108 need static object for anything here. This rule is the only source of
109 .deps/ files.
110
Roland McGrath3b578ba2006-08-08 19:08:50 +00001112006-06-23 Stepan Kasal <skasal@redhat.com>
112
113 * Makefile.am (PACKAGE_VERSION): Remove superfluous definition.
114
Roland McGrath19db8592006-08-03 08:52:46 +00001152006-08-03 Roland McGrath <roland@redhat.com>
116
117 * sparc_regs.c (sparc_register_name): List 32 FPU regs only for
118 EM_SPARC. EM_SPARC32PLUS also has 64.
119
Roland McGrath95024622006-07-21 10:06:31 +00001202006-07-21 Roland McGrath <roland@redhat.com>
121
122 * i386_regs.c (i386_register_name): Fix return value when using stpcpy.
123 * ppc_regs.c (ppc_register_name): Likewise.
124 * s390_regs.c (s390_register_name): Likewise.
125
126 * ia64_retval.c: New file.
127 * Makefile.am (ia64_SRCS): Add it.
128 * ia64_init.c (ia64_init): Install return_value_location hook.
129
130 * ia64_regs.c: New file.
131 * Makefile.am (ia64_SRCS): Add it.
132 * ia64_init.c (ia64_init): Install register_name hook.
133
Ulrich Drepper28ed8952006-07-07 03:43:47 +00001342006-07-05 Ulrich Drepper <drepper@redhat.com>
135
136 * alpha_init.c: Initialize sysvhash_entrysize.
137 * s390_init.c: Likewise.
138
1392006-07-04 Ulrich Drepper <drepper@redhat.com>
140
141 * common-reloc.c (relative_reloc_p): New function.
142 (init_reloc): Hook it up.
143 * ia64_reloc.def: Define NO_RELATIVE_RELOC.
144
Ulrich Drepperd5a75192006-06-15 03:07:46 +00001452006-06-13 Roland McGrath <roland@redhat.com>
146
147 * ppc64_retval.c: Remove SVR4_STRUCT_RETURN braino.
148
Ulrich Drepper6ca46002006-06-12 22:40:23 +00001492006-06-12 Ulrich Drepper <drepper@redhat.com>
150
151 * common-reloc.c (none_reloc_p): New function.
Ulrich Drepper28ed8952006-07-07 03:43:47 +0000152 (init_reloc): Hook it up.
Ulrich Drepper6ca46002006-06-12 22:40:23 +0000153
Roland McGrath123ccad2006-02-22 19:59:31 +00001542006-02-22 Roland McGrath <roland@redhat.com>
155
156 * ppc64_retval.c (SVR4_STRUCT_RETURN): New macro.
157 (ppc64_return_value_location): Use registers for aggregate conditional
158 on that.
159 * ppc_retval.c (SVR4_STRUCT_RETURN): New macro.
160 (ppc_return_value_location): Use registers for aggregate conditional
161 on that.
162
Roland McGrath321327a2006-01-13 00:51:21 +00001632006-01-12 Roland McGrath <roland@redhat.com>
164
165 * s390_retval.c: New file.
166 * Makefile.am (s390_SRCS): Add it.
167 * s390_init.c (s390_init): Install return_value_location hook.
168
Roland McGrathef6fbff2006-01-12 03:00:55 +00001692006-01-11 Roland McGrath <roland@redhat.com>
170
Roland McGrath5f38a2c2006-01-12 03:08:35 +0000171 * s390_regs.c: New file.
172 * Makefile.am (s390_SRCS): Add it.
173 * s390_init.c (s390_init): Install register_name hook.
174
Roland McGrathef6fbff2006-01-12 03:00:55 +0000175 * s390_reloc.def: Update bits per
176 Martin Schwidefsky <schwidefsky@de.ibm.com>.
177
Roland McGrathba72ab12005-12-12 00:04:33 +00001782005-12-10 Ulrich Drepper
179
180 * common-reloc.c (R_NAME): Generate string correctly.
181
Roland McGrath994b4892005-12-05 22:46:21 +00001822005-12-05 Roland McGrath <roland@redhat.com>
183
184 * i386_regs.c (i386_register_name): Use a table for the first 8 regs.
185 * x86_64_regs.c (x86_64_register_name): Likewise.
186
1872005-11-25 Roland McGrath <roland@redhat.com>
188
189 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
190
191 * i386_regs.c: New file.
192 * ppc_regs.c: New file.
193 * sparc_regs.c: New file.
194 * x86_64_regs.c: New file.
195 * Makefile.am
196 (i386_SRCS, x86_64_SRCS, ppc_SRCS, ppc64_SRCS, sparc_SRCS): Add them.
197 * i386_init.c: Initialize register_name hook.
198 * ppc_init.c: Likewise.
199 * ppc64_init.c: Likewise.
200 * sparc_init.c: Likewise.
201 * x86_64_init.c: Likewise.
202
Roland McGrathb6405ca2005-11-19 21:36:37 +00002032005-11-19 Roland McGrath <roland@redhat.com>
204
205 * ppc64_reloc.def: REL30 -> ADDR30.
206
Roland McGrathf47ba532005-11-19 07:40:29 +00002072005-11-18 Roland McGrath <roland@redhat.com>
208
209 * alpha_init.c: Use HOOK macro.
210 * arm_init.c: Likewise.
211 * i386_init.c: Likewise.
212 * ia64_init.c: Likewise.
213 * ppc64_init.c: Likewise.
214 * ppc_init.c: Likewise.
215 * s390_init.c: Likewise.
216 * sh_init.c: Likewise.
217 * sparc_init.c: Likewise.
218 * x86_64_init.c: Likewise.
219
Roland McGrath6e8d1832005-11-17 22:47:38 +00002202005-11-17 Roland McGrath <roland@redhat.com>
221
Roland McGrath093281d2005-11-18 02:24:43 +0000222 * Makefile.am (uninstall): Don't try to remove $(pkgincludedir).
Roland McGrath3dca43b2005-11-18 02:30:43 +0000223 (CLEANFILES): Add libebl_$(m).so.
Roland McGrath093281d2005-11-18 02:24:43 +0000224
Roland McGrath6e8d1832005-11-17 22:47:38 +0000225 * ppc_reloc.def: Update bits per Alan Modra <amodra@bigpond.net.au>.
226 * ppc64_reloc.def: Likewise.
227
Roland McGrathe47ab762005-11-17 03:16:00 +00002282005-11-15 Roland McGrath <roland@redhat.com>
229
230 * Contents moved here from ../libebl.