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