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