blob: 8c4473fdef252e7b4f69fef4237595f5f5ddf3fc [file] [log] [blame]
Ulrich Drepper6fcb3832005-08-03 21:10:49 +000012005-08-03 Ulrich Drepper <drepper@redhat.com>
2
3 * libebl_alpha.map: Remove unnecessary exports.
4 * libebl_arm.map: Likewise.
5 * libebl_i386.map: Likewise.
6 * libebl_ia64.map: Likewise.
7 * libebl_ppc.map: Likewise.
8 * libebl_ppc64.map: Likewise.
9 * libebl_sh.map: Likewise.
10 * libebl_sparc.map: Likewise.
11 * libebl_x86_64.map: Likewise.
12
Ulrich Dreppera38998e2005-08-03 02:05:39 +0000132005-08-02 Ulrich Drepper <drepper@redhat.com>
14
15 * Makefile.am (libebl_a_SOURCES): Add eblelfclass.c, eblelfdata.c,
16 and eblelfmachine.c.
17 * elbopenbackend.c (machines): Add class and data fields. Initialize
18 them.
19 (ebl_openbackend): Initialize machine, class, data fields in result.
20 * libebl.h: Declare Add eblelfclass, eblelfdata, and eblelfmachine.
21 * libeblP.h (Ebl): Add machine, class, data fields.
22
Ulrich Drepperb08d5a82005-07-26 05:00:05 +0000232005-07-23 Ulrich Drepper <drepper@redhat.com>
24
25 * eblsectionstripp.c: New file.
26 * Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
27 * i386_init.c (i386_init): Install specific debugscn_p callback.
28 * i386_symbol.c (i386_debugscn_p): New function.
29 * libebl.h: Declare ebl_section_strip_p.
30 * libebl_i386.h: Declare i386_debugscn_p.
31
32 * libebl.h: Move Ebl definition to...
33 * libeblP.h: ...here.
34
352005-07-21 Roland McGrath <roland@redhat.com>
36
37 * Makefile.am (install-ebl-modules): New target, commands from ...
38 (install): ... here. Make this depend on it.
39 (LIBEBL_SUBDIR): New variable, substituted by configure.
40 (install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
41 * eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.
42
432005-07-21 Ulrich Drepper <drepper@redhat.com>
44
45 * eblcopyrelocp.c: New file.
46 * Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
47 * libebl.h: Declare ebl_copy_reloc_p.
48 * eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
49 (default_copy_reloc_p): New function.
50 * alpha_init.c: Define and use arch-specific copy_reloc_p function.
51 * alpha_symbol.c: Likewise.
52 * arm_init.c: Likewise.
53 * arm_symbol.c: Likewise.
54 * i386_init.c: Likewise.
55 * i386_symbol.c: Likewise.
56 * ia64_init.c: Likewise.
57 * ia64_symbol.c: Likewise.
58 * ppc64_init.c: Likewise.
59 * ppc64_symbol.c: Likewise.
60 * ppc_init.c: Likewise.
61 * ppc_symbol.c: Likewise.
62 * sh_init.c: Likewise.
63 * sh_symbol.c: Likewise.
64 * sparc_init.c: Likewise.
65 * sparc_symbol.c: Likewise.
66 * x86_64_init.c: Likewise.
67 * x86_64_symbol.c: Likewise.
68 * libebl_alpha.h: Declare the copy_reloc_p function.
69 * libebl_arm.h: Likewise.
70 * libebl_i386.h: Likewise.
71 * libebl_ia64.h: Likewise.
72 * libebl_ppc.h: Likewise.
73 * libebl_ppc64.h: Likewise.
74 * libebl_sh.h: Likewise.
75 * libebl_sparc.h: Likewise.
76 * libebl_x86_64.h: Likewise.
77
782005-05-31 Roland McGrath <roland@redhat.com>
79
80 * Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
81 tracking works right.
82
832005-05-21 Ulrich Drepper <drepper@redhat.com>
84
85 * libebl_x86_64.map: Add x86_64_core_note.
86
872005-05-19 Roland McGrath <roland@redhat.com>
88
89 * libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
90 * libebl_ppc.map: Add ppc_reloc_simple_type.
91 * libebl_ppc64.map: Add ppc64_reloc_simple_type.
92 * libebl_x86_64.map: Add x86_64_reloc_simple_type.
93
942005-05-11 Ulrich Drepper <drepper@redhat.com>
95
96 * eblcorenote.c: Handle new AT_* values and files with different
97 endianess.
98 * Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
99 * x86-64_corenote.c: New file.
100 * x86_64_init.c: Hook in x86_64_corenote.
101 * i386_corenote.c: Make file usable on 64-bit platforms.
102
103 * eblopenbackend.c: If modules version comparison fails, reinitialize
104 hooks.
105
1062005-05-10 Ulrich Drepper <drepper@redhat.com>
107
108 * eblopenbackend.c: Require the init function to return a string.
109 Compare it with MODVERSION from config.h.
110 * alpha_init.c: Change return type. Return MODVERSION or NULL.
111 * arm_init.c: Likewise.
112 * eblopenbackend.c: Likewise.
113 * i386_init.c: Likewise.
114 * ia64_init.c: Likewise.
115 * ppc64_init.c: Likewise.
116 * ppc_init.c: Likewise.
117 * sh_init.c: Likewise.
118 * sparc_init.c: Likewise.
119 * x86_64_init.c: Likewise.
120 * libeblP.h: Adjust ebl_bhinit_t.
121 * libebl_alpha.h: Adjust init function prototype.
122 * libebl_arm.h: Likewise.
123 * libebl_i386.h: Likewise.
124 * libebl_ia64.h: Likewise.
125 * libebl_ppc.h: Likewise.
126 * libebl_ppc64.h: Likewise.
127 * libebl_sh.h: Likewise.
128 * libebl_sparc.h: Likewise.
129 * libebl_x86_64.h: Likewise.
130
131 * mips_destr.c: Removed.
132 * mips_init.c: Removed.
133 * mips_symbol.c: Removed.
134 * libebl_mips.h: Removed.
135 * libebl_mips.map: Removed.
136
1372005-05-03 Roland McGrath <roland@redhat.com>
138
139 * libebl.h (Ebl): Add `reloc_simple_type' member.
140 * eblopenbackend.c (default_reloc_simple_type): New function.
141 (openbackend): Use that as default reloc_simple_type callback.
142 * eblrelocsimpletype.c: New file.
143 * Makefile.am (gen_SOURCES): Add it.
144 * i386_symbol.c (i386_reloc_simple_type): New function.
145 * libebl_i386.h: Declare it.
146 * i386_init.c (i386_init): Use it.
147 * x86_64_symbol.c (x86_64_reloc_simple_type): New function.
148 * libebl_x86_64.h: Declare it.
149 * x86_64_init.c (x86_64_init): Use it.
150 * ppc_symbol.c (ppc_reloc_simple_type): New function.
151 * libebl_ppc.h: Declare it.
152 * ppc_init.c (ppc_init): Use it.
153 * ppc64_symbol.c (ppc64_reloc_simple_type): New function.
154 * libebl_ppc64.h: Declare it.
155 * ppc64_init.c (ppc64_init): Use it.
156
1572005-03-17 Ulrich Drepper <drepper@redhat.com>
158
159 * eblcorenote.c (ebl_core_note): Add support for AT_SECURE.
160
1612005-02-15 Ulrich Drepper <drepper@redhat.com>
162
163 * Makefile.am (AM_CFLAGS): Add -Wformat=2.
164
1652005-02-14 Ulrich Drepper <drepper@redhat.com>
166
167 * alpha_destr.c: Add __attribute__((unused)) where needed.
168 * alpha_init.c: Likewise.
169 * alpha_symbol.c: Likewise.
170 * arm_destr.c: Likewise.
171 * arm_init.c: Likewise.
172 * arm_symbol.c: Likewise.
173 * i386_corenote.c: Likewise.
174 * i386_destr.c: Likewise.
175 * i386_init.c: Likewise.
176 * i386_symbol.c: Likewise.
177 * ia64_destr.c: Likewise.
178 * ia64_init.c: Likewise.
179 * ia64_symbol.c: Likewise.
180 * mips_destr.c: Likewise.
181 * mips_init.c: Likewise.
182 * mips_symbol.c: Likewise.
183 * ppc64_destr.c: Likewise.
184 * ppc64_init.c: Likewise.
185 * ppc64_symbol.c: Likewise.
186 * ppc_destr.c: Likewise.
187 * ppc_init.c: Likewise.
188 * ppc_symbol.c: Likewise.
189 * sh_destr.c: Likewise.
190 * sh_init.c: Likewise.
191 * sh_symbol.c: Likewise.
192 * sparc_destr.c: Likewise.
193 * sparc_init.c: Likewise.
194 * sparc_symbol.c: Likewise.
195 * x86_64_destr.c: Likewise.
196 * x86_64_init.c: Likewise.
197 * x86_64_symbol.c: Likewise.
198
199 * x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
200 and R_X86_64_32..
201
2022005-02-06 Ulrich Drepper <drepper@redhat.com>
203
204 * eblstrtab.c: A few cleanups.
205
206 * eblopenbackend.c: Mark unused parameters.
207
208 * eblgstrtab.c: Cleanups a few printf format strings.
209
210 * Makefile.am: Cleanup AM_CFLAGS handling. Add -Wunused -Wextra.
211
2122005-02-05 Ulrich Drepper <drepper@redhat.com>
213
214 * Makefile.am: Check for text relocations in constructed DSOs.
215
216 * eblstrtab.c: Minor cleanups.
217
218 * Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.
219
2202004-08-16 Ulrich Drepper <drepper@redhat.com>
221
222 * Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
223 the lib directory.
224 * eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
225 lib in path to ebl modules.
226
2272004-04-01 Ulrich Drepper <drepper@redhat.com>
228
229 * Makefile.am: Add rules for ppc and ppc64 ebl module.
230 * ppc_init..c: New file.
231 * ppc_destr.c: New file.
232 * ppc_symbol.c: New file.
233 * libebl_ppc.h: New file.
234 * libebl_ppc.map: New file.
235 * ppc64_init..c: New file.
236 * ppc64_destr.c: New file.
237 * ppc64_symbol.c: New file.
238 * libebl_ppc64.h: New file.
239 * libebl_ppc64.map: New file.
240
2412004-01-20 Ulrich Drepper <drepper@redhat.com>
242
243 * Makefile.am: Support building with mudflap.
244
2452004-01-18 Ulrich Drepper <drepper@redhat.com>
246
247 * libeblP.h (_): Use elfutils domain.
248
2492004-01-16 Ulrich Drepper <drepper@redhat.com>
250
251 * eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.
252
2532004-01-13 Ulrich Drepper <drepper@redhat.com>
254
255 * eblsegmenttypename.c ((ebl_segment_type_name): Add support for
256 PT_GNU_RELRO.
257
2582004-01-08 Ulrich Drepper <drepper@redhat.com>
259
260 * libebl.h: Remove last traces of libtool.
261
2622004-01-05 Ulrich Drepper <drepper@redhat.com>
263
264 * elf-knowledge.h: Move to libelf subdir.
265
266 * Makefile.am (EXTRA_DIST): Remove libebl.map.
267 * libebl.map: Removed.
268
2692003-12-08 Ulrich Drepper <drepper@redhat.com>
270
271 * eblsectiontypename.c (ebl_section_type_name): Add support for
272 SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.
273
2742003-11-19 Ulrich Drepper <drepper@redhat.com>
275
276 * ia64_symbol.c (ia64_dynamic_tag_name): New function.
277 * libebl_ia64.h (ia64_dynamic_tag_name): Declare.
278 * ia64_init.c (ia64_init): Register i164_dynamic_tag_name.
279
2802003-09-24 Ulrich Drepper <drepper@redhat.com>
281
282 * ia64_init.c (ia64_init): Initialize segment_type_name callback.
283 * ia64_symbol.c (ia64_segment_type_name): Define.
284 * libebl_ia64.h (ia64_segment_type_name): Declare.
285
2862003-09-22 Ulrich Drepper <drepper@redhat.com>
287
288 * Makefile.am (AM_CFLAGS): Add -fpic.
289
2902003-08-14 Ulrich Drepper <drepper@redhat.com>
291
292 * Makefile.am (install): Remove dependency on libebl.so.
293
2942003-08-13 Ulrich Drepper <drepper@redhat.com>
295
296 * eblopenbackend.c: Adjust relative path to arch-specific DSOs
297 assuming the code ends up in the application. Add second dlopen()
298 try without any path, just the filename.
299 * Makefile.in: Remove rules to build and install libebl.so.
300
3012003-08-11 Ulrich Drepper <drepper@redhat.com>
302
303 * Moved to CVS archive.