blob: 68ec22178e0fa085bf992b4bc9c7921706d2ae5c [file] [log] [blame]
Roland McGrath653d3762005-08-13 01:59:10 +000012005-08-12 Roland McGrath <roland@redhat.com>
2
3 * libeblP.h (struct ebl): Add bss_plt_p hook.
4 * eblopenbackend.c (default_bss_plt_p): New function.
5 (fill_defaults): Use it.
6 * eblbsspltp.c: New file.
7 * Makefile.am (gen_SOURCES): Add it.
8 * libebl.h: Declare ebl_bss_plt_p.
9 * ppc_symbol.c (ppc_bss_plt_p): New function.
10 * libebl_ppc.h: Declare it.
11 * ppc_init.c (ppc_init): Use it.
12 * ppc64_symbol.c (ppc64_bss_plt_p): New function.
13 * libebl_ppc64.h: Declare it.
14 * ppc64_init.c (ppc64_init): Use it.
15
16 * ebl_check_special_symbol.c: New file.
17 * Makefile.am (gen_SOURCES): Add it.
18 * libebl.h: Declare ebl_check_special_symbol.
19 * libeblP.h (struct ebl): Add check_special_symbol hook.
20 * eblopenbackend.c (default_check_special_symbol): New function.
21 (fill_defaults): Use it.
22 * ppc_symbol.c (ppc_check_special_symbol): New function.
23 * libebl_ppc.h: Add prototype.
24 * ppc_init.c (ppc_init): Use it.
25 * ppc64_symbol.c (ppc64_check_special_symbol): New function.
26 * libebl_ppc64.h: Add prototype.
27 * ppc64_init.c (ppc64_init): Use it.
28
Ulrich Drepperb03b0572005-08-07 08:12:22 +0000292005-08-07 Ulrich Drepper <drepper@redhat.com>
30
31 * ppc_init.c: Add support for new DT_PPC_* and R_PPC_* values.
32 * ppc_symbol.c: Likewise.
33 * libebl_ppc.h: Likewise.
34 * ppc64_init.c: There is now also a dynamic_tag_check functions
35 * ppc64_symbol.c: Add dynamic_tag_check.
36 * libebl_ppc64.h: Add prototype.
37 * alpha_init.c: Add support for new DT_ALPHA_* value.
38 * alpha_symbol.c: Likewise.
39 * libebl_alpha.h: Likewise.
40
Ulrich Drepper6fcb3832005-08-03 21:10:49 +0000412005-08-03 Ulrich Drepper <drepper@redhat.com>
42
43 * libebl_alpha.map: Remove unnecessary exports.
44 * libebl_arm.map: Likewise.
45 * libebl_i386.map: Likewise.
46 * libebl_ia64.map: Likewise.
47 * libebl_ppc.map: Likewise.
48 * libebl_ppc64.map: Likewise.
49 * libebl_sh.map: Likewise.
50 * libebl_sparc.map: Likewise.
51 * libebl_x86_64.map: Likewise.
52
Ulrich Dreppera38998e2005-08-03 02:05:39 +0000532005-08-02 Ulrich Drepper <drepper@redhat.com>
54
55 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
56 and eblelfmachine.c.
57 * elbopenbackend.c (machines): Add class and data fields. Initialize
58 them.
59 (ebl_openbackend): Initialize machine, class, data fields in result.
60 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
61 * libeblP.h (Ebl): Add machine, class, data fields.
62
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000632005-07-23 Ulrich Drepper <drepper@redhat.com>
64
65 * eblsectionstripp.c: New file.
66 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
67 * i386_init.c (i386_init): Install specific debugscn_p callback.
68 * i386_symbol.c (i386_debugscn_p): New function.
69 * libebl.h: Declare ebl_section_strip_p.
70 * libebl_i386.h: Declare i386_debugscn_p.
71
72 * libebl.h: Move Ebl definition to...
73 * libeblP.h: ...here.
74
752005-07-21 Roland McGrath <roland@redhat.com>
76
77 * Makefile.am (install-ebl-modules): New target, commands from ...
78 (install): ... here. Make this depend on it.
79 (LIBEBL_SUBDIR): New variable, substituted by configure.
80 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
81 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
82
832005-07-21 Ulrich Drepper <drepper@redhat.com>
84
85 * eblcopyrelocp.c: New file.
86 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
87 * libebl.h: Declare ebl_copy_reloc_p.
88 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
89 (default_copy_reloc_p): New function.
90 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
91 * alpha_symbol.c: Likewise.
92 * arm_init.c: Likewise.
93 * arm_symbol.c: Likewise.
94 * i386_init.c: Likewise.
95 * i386_symbol.c: Likewise.
96 * ia64_init.c: Likewise.
97 * ia64_symbol.c: Likewise.
98 * ppc64_init.c: Likewise.
99 * ppc64_symbol.c: Likewise.
100 * ppc_init.c: Likewise.
101 * ppc_symbol.c: Likewise.
102 * sh_init.c: Likewise.
103 * sh_symbol.c: Likewise.
104 * sparc_init.c: Likewise.
105 * sparc_symbol.c: Likewise.
106 * x86_64_init.c: Likewise.
107 * x86_64_symbol.c: Likewise.
108 * libebl_alpha.h: Declare the copy_reloc_p function.
109 * libebl_arm.h: Likewise.
110 * libebl_i386.h: Likewise.
111 * libebl_ia64.h: Likewise.
112 * libebl_ppc.h: Likewise.
113 * libebl_ppc64.h: Likewise.
114 * libebl_sh.h: Likewise.
115 * libebl_sparc.h: Likewise.
116 * libebl_x86_64.h: Likewise.
117
1182005-05-31 Roland McGrath <roland@redhat.com>
119
120 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
121 tracking works right.
122
1232005-05-21 Ulrich Drepper <drepper@redhat.com>
124
125 * libebl_x86_64.map: Add x86_64_core_note.
126
1272005-05-19 Roland McGrath <roland@redhat.com>
128
129 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
130 * libebl_ppc.map: Add ppc_reloc_simple_type.
131 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
132 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
133
1342005-05-11 Ulrich Drepper <drepper@redhat.com>
135
136 * eblcorenote.c: Handle new AT_* values and files with different
137 endianess.
138 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
139 * x86-64_corenote.c: New file.
140 * x86_64_init.c: Hook in x86_64_corenote.
141 * i386_corenote.c: Make file usable on 64-bit platforms.
142
143 * eblopenbackend.c: If modules version comparison fails, reinitialize
144 hooks.
145
1462005-05-10 Ulrich Drepper <drepper@redhat.com>
147
148 * eblopenbackend.c: Require the init function to return a string.
149 Compare it with MODVERSION from config.h.
150 * alpha_init.c: Change return type. Return MODVERSION or NULL.
151 * arm_init.c: Likewise.
152 * eblopenbackend.c: Likewise.
153 * i386_init.c: Likewise.
154 * ia64_init.c: Likewise.
155 * ppc64_init.c: Likewise.
156 * ppc_init.c: Likewise.
157 * sh_init.c: Likewise.
158 * sparc_init.c: Likewise.
159 * x86_64_init.c: Likewise.
160 * libeblP.h: Adjust ebl_bhinit_t.
161 * libebl_alpha.h: Adjust init function prototype.
162 * libebl_arm.h: Likewise.
163 * libebl_i386.h: Likewise.
164 * libebl_ia64.h: Likewise.
165 * libebl_ppc.h: Likewise.
166 * libebl_ppc64.h: Likewise.
167 * libebl_sh.h: Likewise.
168 * libebl_sparc.h: Likewise.
169 * libebl_x86_64.h: Likewise.
170
171 * mips_destr.c: Removed.
172 * mips_init.c: Removed.
173 * mips_symbol.c: Removed.
174 * libebl_mips.h: Removed.
175 * libebl_mips.map: Removed.
176
1772005-05-03 Roland McGrath <roland@redhat.com>
178
179 * libebl.h (Ebl): Add `reloc_simple_type' member.
180 * eblopenbackend.c (default_reloc_simple_type): New function.
181 (openbackend): Use that as default reloc_simple_type callback.
182 * eblrelocsimpletype.c: New file.
183 * Makefile.am (gen_SOURCES): Add it.
184 * i386_symbol.c (i386_reloc_simple_type): New function.
185 * libebl_i386.h: Declare it.
186 * i386_init.c (i386_init): Use it.
187 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
188 * libebl_x86_64.h: Declare it.
189 * x86_64_init.c (x86_64_init): Use it.
190 * ppc_symbol.c (ppc_reloc_simple_type): New function.
191 * libebl_ppc.h: Declare it.
192 * ppc_init.c (ppc_init): Use it.
193 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
194 * libebl_ppc64.h: Declare it.
195 * ppc64_init.c (ppc64_init): Use it.
196
1972005-03-17 Ulrich Drepper <drepper@redhat.com>
198
199 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
200
2012005-02-15 Ulrich Drepper <drepper@redhat.com>
202
203 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
204
2052005-02-14 Ulrich Drepper <drepper@redhat.com>
206
207 * alpha_destr.c: Add __attribute__((unused)) where needed.
208 * alpha_init.c: Likewise.
209 * alpha_symbol.c: Likewise.
210 * arm_destr.c: Likewise.
211 * arm_init.c: Likewise.
212 * arm_symbol.c: Likewise.
213 * i386_corenote.c: Likewise.
214 * i386_destr.c: Likewise.
215 * i386_init.c: Likewise.
216 * i386_symbol.c: Likewise.
217 * ia64_destr.c: Likewise.
218 * ia64_init.c: Likewise.
219 * ia64_symbol.c: Likewise.
220 * mips_destr.c: Likewise.
221 * mips_init.c: Likewise.
222 * mips_symbol.c: Likewise.
223 * ppc64_destr.c: Likewise.
224 * ppc64_init.c: Likewise.
225 * ppc64_symbol.c: Likewise.
226 * ppc_destr.c: Likewise.
227 * ppc_init.c: Likewise.
228 * ppc_symbol.c: Likewise.
229 * sh_destr.c: Likewise.
230 * sh_init.c: Likewise.
231 * sh_symbol.c: Likewise.
232 * sparc_destr.c: Likewise.
233 * sparc_init.c: Likewise.
234 * sparc_symbol.c: Likewise.
235 * x86_64_destr.c: Likewise.
236 * x86_64_init.c: Likewise.
237 * x86_64_symbol.c: Likewise.
238
239 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
240 and R_X86_64_32..
241
2422005-02-06 Ulrich Drepper <drepper@redhat.com>
243
244 * eblstrtab.c: A few cleanups.
245
246 * eblopenbackend.c: Mark unused parameters.
247
248 * eblgstrtab.c: Cleanups a few printf format strings.
249
250 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
251
2522005-02-05 Ulrich Drepper <drepper@redhat.com>
253
254 * Makefile.am: Check for text relocations in constructed DSOs.
255
256 * eblstrtab.c: Minor cleanups.
257
258 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
259
2602004-08-16 Ulrich Drepper <drepper@redhat.com>
261
262 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
263 the lib directory.
264 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
265 lib in path to ebl modules.
266
2672004-04-01 Ulrich Drepper <drepper@redhat.com>
268
269 * Makefile.am: Add rules for ppc and ppc64 ebl module.
270 * ppc_init..c: New file.
271 * ppc_destr.c: New file.
272 * ppc_symbol.c: New file.
273 * libebl_ppc.h: New file.
274 * libebl_ppc.map: New file.
275 * ppc64_init..c: New file.
276 * ppc64_destr.c: New file.
277 * ppc64_symbol.c: New file.
278 * libebl_ppc64.h: New file.
279 * libebl_ppc64.map: New file.
280
2812004-01-20 Ulrich Drepper <drepper@redhat.com>
282
283 * Makefile.am: Support building with mudflap.
284
2852004-01-18 Ulrich Drepper <drepper@redhat.com>
286
287 * libeblP.h (_): Use elfutils domain.
288
2892004-01-16 Ulrich Drepper <drepper@redhat.com>
290
291 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
292
2932004-01-13 Ulrich Drepper <drepper@redhat.com>
294
295 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
296 PT_GNU_RELRO.
297
2982004-01-08 Ulrich Drepper <drepper@redhat.com>
299
300 * libebl.h: Remove last traces of libtool.
301
3022004-01-05 Ulrich Drepper <drepper@redhat.com>
303
304 * elf-knowledge.h: Move to libelf subdir.
305
306 * Makefile.am (EXTRA_DIST): Remove libebl.map.
307 * libebl.map: Removed.
308
3092003-12-08 Ulrich Drepper <drepper@redhat.com>
310
311 * eblsectiontypename.c (ebl_section_type_name): Add support for
312 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
313
3142003-11-19 Ulrich Drepper <drepper@redhat.com>
315
316 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
317 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
318 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
319
3202003-09-24 Ulrich Drepper <drepper@redhat.com>
321
322 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
323 * ia64_symbol.c (ia64_segment_type_name): Define.
324 * libebl_ia64.h (ia64_segment_type_name): Declare.
325
3262003-09-22 Ulrich Drepper <drepper@redhat.com>
327
328 * Makefile.am (AM_CFLAGS): Add -fpic.
329
3302003-08-14 Ulrich Drepper <drepper@redhat.com>
331
332 * Makefile.am (install): Remove dependency on libebl.so.
333
3342003-08-13 Ulrich Drepper <drepper@redhat.com>
335
336 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
337 assuming the code ends up in the application. Add second dlopen()
338 try without any path, just the filename.
339 * Makefile.in: Remove rules to build and install libebl.so.
340
3412003-08-11 Ulrich Drepper <drepper@redhat.com>
342
343 * Moved to CVS archive.