summaryrefslogtreecommitdiff
path: root/libebl/ChangeLog
blob: a14572c0f66c338c3802564d7c1936ea233f15b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
2005-07-23  Ulrich Drepper  <drepper@redhat.com>

	* eblsectionstripp.c: New file.
	* Makefile.am (gen_SOURCES): Add eblsectionstripp.c.
	* i386_init.c (i386_init): Install specific debugscn_p callback.
	* i386_symbol.c (i386_debugscn_p): New function.
	* libebl.h: Declare ebl_section_strip_p.
	* libebl_i386.h: Declare i386_debugscn_p.

	* libebl.h: Move Ebl definition to...
	* libeblP.h: ...here.

2005-07-21  Roland McGrath  <roland@redhat.com>

	* Makefile.am (install-ebl-modules): New target, commands from ...
	(install): ... here.  Make this depend on it.
	(LIBEBL_SUBDIR): New variable, substituted by configure.
	(install-ebl-modules): Install in $(libdir)/$(LIBEBL_SUBDIR).
	* eblopenbackend.c (openbackend): Use LIBEBL_SUBDIR in module name.

2005-07-21  Ulrich Drepper  <drepper@redhat.com>

	* eblcopyrelocp.c: New file.
	* Makefile.am (gen_SOURCES): Add eblcopyrelocp.c.
	* libebl.h: Declare ebl_copy_reloc_p.
	* eblopenbackend.c (fill_defaults): Fill in copy_reloc_p.
	(default_copy_reloc_p): New function.
	* alpha_init.c: Define and use arch-specific copy_reloc_p function.
	* alpha_symbol.c: Likewise.
	* arm_init.c: Likewise.
	* arm_symbol.c: Likewise.
	* i386_init.c: Likewise.
	* i386_symbol.c: Likewise.
	* ia64_init.c: Likewise.
	* ia64_symbol.c: Likewise.
	* ppc64_init.c: Likewise.
	* ppc64_symbol.c: Likewise.
	* ppc_init.c: Likewise.
	* ppc_symbol.c: Likewise.
	* sh_init.c: Likewise.
	* sh_symbol.c: Likewise.
	* sparc_init.c: Likewise.
	* sparc_symbol.c: Likewise.
	* x86_64_init.c: Likewise.
	* x86_64_symbol.c: Likewise.
	* libebl_alpha.h: Declare the copy_reloc_p function.
	* libebl_arm.h: Likewise.
	* libebl_i386.h: Likewise.
	* libebl_ia64.h: Likewise.
	* libebl_ppc.h: Likewise.
	* libebl_ppc64.h: Likewise.
	* libebl_sh.h: Likewise.
	* libebl_sparc.h: Likewise.
	* libebl_x86_64.h: Likewise.

2005-05-31  Roland McGrath  <roland@redhat.com>

	* Makefile.am (libebl_*_so_SOURCES): Set to $(*_SRCS) so dependency
	tracking works right.

2005-05-21  Ulrich Drepper  <drepper@redhat.com>

	* libebl_x86_64.map: Add x86_64_core_note.

2005-05-19  Roland McGrath  <roland@redhat.com>

	* libebl_i386.map: Add i386_reloc_valid_use, i386_reloc_simple_type.
	* libebl_ppc.map: Add ppc_reloc_simple_type.
	* libebl_ppc64.map: Add ppc64_reloc_simple_type.
	* libebl_x86_64.map: Add x86_64_reloc_simple_type.

2005-05-11  Ulrich Drepper  <drepper@redhat.com>

	* eblcorenote.c: Handle new AT_* values and files with different
	endianess.
	* Makefile.am (x86_64_SRCS): Add x86_64_corenote.c.
	* x86-64_corenote.c: New file.
	* x86_64_init.c: Hook in x86_64_corenote.
	* i386_corenote.c: Make file usable on 64-bit platforms.

	* eblopenbackend.c: If modules version comparison fails, reinitialize
	hooks.

2005-05-10  Ulrich Drepper  <drepper@redhat.com>

	* eblopenbackend.c: Require the init function to return a string.
	Compare it with MODVERSION from config.h.
	* alpha_init.c: Change return type.  Return MODVERSION or NULL.
	* arm_init.c: Likewise.
	* eblopenbackend.c: Likewise.
	* i386_init.c: Likewise.
	* ia64_init.c: Likewise.
	* ppc64_init.c: Likewise.
	* ppc_init.c: Likewise.
	* sh_init.c: Likewise.
	* sparc_init.c: Likewise.
	* x86_64_init.c: Likewise.
	* libeblP.h: Adjust ebl_bhinit_t.
	* libebl_alpha.h: Adjust init function prototype.
	* libebl_arm.h: Likewise.
	* libebl_i386.h: Likewise.
	* libebl_ia64.h: Likewise.
	* libebl_ppc.h: Likewise.
	* libebl_ppc64.h: Likewise.
	* libebl_sh.h: Likewise.
	* libebl_sparc.h: Likewise.
	* libebl_x86_64.h: Likewise.

	* mips_destr.c: Removed.
	* mips_init.c: Removed.
	* mips_symbol.c: Removed.
	* libebl_mips.h: Removed.
	* libebl_mips.map: Removed.

2005-05-03  Roland McGrath  <roland@redhat.com>

	* libebl.h (Ebl): Add `reloc_simple_type' member.
	* eblopenbackend.c (default_reloc_simple_type): New function.
	(openbackend): Use that as default reloc_simple_type callback.
	* eblrelocsimpletype.c: New file.
	* Makefile.am (gen_SOURCES): Add it.
	* i386_symbol.c (i386_reloc_simple_type): New function.
	* libebl_i386.h: Declare it.
	* i386_init.c (i386_init): Use it.
	* x86_64_symbol.c (x86_64_reloc_simple_type): New function.
	* libebl_x86_64.h: Declare it.
	* x86_64_init.c (x86_64_init): Use it.
	* ppc_symbol.c (ppc_reloc_simple_type): New function.
	* libebl_ppc.h: Declare it.
	* ppc_init.c (ppc_init): Use it.
	* ppc64_symbol.c (ppc64_reloc_simple_type): New function.
	* libebl_ppc64.h: Declare it.
	* ppc64_init.c (ppc64_init): Use it.

2005-03-17  Ulrich Drepper  <drepper@redhat.com>

	* eblcorenote.c (ebl_core_note): Add support for AT_SECURE.

2005-02-15  Ulrich Drepper  <drepper@redhat.com>

	* Makefile.am (AM_CFLAGS): Add -Wformat=2.

2005-02-14  Ulrich Drepper  <drepper@redhat.com>

	* alpha_destr.c: Add __attribute__((unused)) where needed.
	* alpha_init.c: Likewise.
	* alpha_symbol.c: Likewise.
	* arm_destr.c: Likewise.
	* arm_init.c: Likewise.
	* arm_symbol.c: Likewise.
	* i386_corenote.c: Likewise.
	* i386_destr.c: Likewise.
	* i386_init.c: Likewise.
	* i386_symbol.c: Likewise.
	* ia64_destr.c: Likewise.
	* ia64_init.c: Likewise.
	* ia64_symbol.c: Likewise.
	* mips_destr.c: Likewise.
	* mips_init.c: Likewise.
	* mips_symbol.c: Likewise.
	* ppc64_destr.c: Likewise.
	* ppc64_init.c: Likewise.
	* ppc64_symbol.c: Likewise.
	* ppc_destr.c: Likewise.
	* ppc_init.c: Likewise.
	* ppc_symbol.c: Likewise.
	* sh_destr.c: Likewise.
	* sh_init.c: Likewise.
	* sh_symbol.c: Likewise.
	* sparc_destr.c: Likewise.
	* sparc_init.c: Likewise.
	* sparc_symbol.c: Likewise.
	* x86_64_destr.c: Likewise.
	* x86_64_init.c: Likewise.
	* x86_64_symbol.c: Likewise.

	* x86_64_symbol.c (reloc_map_table): Fix entries for R_X86_64_64
	and R_X86_64_32..

2005-02-06  Ulrich Drepper  <drepper@redhat.com>

	* eblstrtab.c: A few cleanups.

	* eblopenbackend.c: Mark unused parameters.

	* eblgstrtab.c: Cleanups a few printf format strings.

	* Makefile.am: Cleanup AM_CFLAGS handling.  Add -Wunused -Wextra.

2005-02-05  Ulrich Drepper  <drepper@redhat.com>

	* Makefile.am: Check for text relocations in constructed DSOs.

	* eblstrtab.c: Minor cleanups.

	* Makefile.am (AM_CFLAGS): Add -std=gnu99 and -fmudflap for MUDFLAP.

2004-08-16  Ulrich Drepper  <drepper@redhat.com>

	* Makefile.am (AM_CFLAGS): Add LIBSTR definition with base name of
	the lib directory.
	* eblopenbackend.c (openbackend): Use LIBSTR instead of hardcoded
	lib in path to ebl modules.

2004-04-01  Ulrich Drepper  <drepper@redhat.com>

	* Makefile.am: Add rules for ppc and ppc64 ebl module.
	* ppc_init..c: New file.
	* ppc_destr.c: New file.
	* ppc_symbol.c: New file.
	* libebl_ppc.h: New file.
	* libebl_ppc.map: New file.
	* ppc64_init..c: New file.
	* ppc64_destr.c: New file.
	* ppc64_symbol.c: New file.
	* libebl_ppc64.h: New file.
	* libebl_ppc64.map: New file.

2004-01-20  Ulrich Drepper  <drepper@redhat.com>

	* Makefile.am: Support building with mudflap.

2004-01-18  Ulrich Drepper  <drepper@redhat.com>

	* libeblP.h (_): Use elfutils domain.

2004-01-16  Ulrich Drepper  <drepper@redhat.com>

	* eblsectionname.c: Add support for SHN_BEFORE and SHN_AFTER.

2004-01-13  Ulrich Drepper  <drepper@redhat.com>

	* eblsegmenttypename.c ((ebl_segment_type_name): Add support for
	PT_GNU_RELRO.

2004-01-08  Ulrich Drepper  <drepper@redhat.com>

	* libebl.h: Remove last traces of libtool.

2004-01-05  Ulrich Drepper  <drepper@redhat.com>

	* elf-knowledge.h: Move to libelf subdir.

	* Makefile.am (EXTRA_DIST): Remove libebl.map.
	* libebl.map: Removed.

2003-12-08  Ulrich Drepper  <drepper@redhat.com>

	* eblsectiontypename.c (ebl_section_type_name): Add support for
	SHT_SUNW_move, SHT_CHECKSUM, and SHT_GNU_LIBLIST.

2003-11-19  Ulrich Drepper  <drepper@redhat.com>

	* ia64_symbol.c (ia64_dynamic_tag_name): New function.
	* libebl_ia64.h (ia64_dynamic_tag_name): Declare.
	* ia64_init.c (ia64_init): Register i164_dynamic_tag_name.

2003-09-24  Ulrich Drepper  <drepper@redhat.com>

	* ia64_init.c (ia64_init): Initialize segment_type_name callback.
	* ia64_symbol.c (ia64_segment_type_name): Define.
	* libebl_ia64.h (ia64_segment_type_name): Declare.

2003-09-22  Ulrich Drepper  <drepper@redhat.com>

	* Makefile.am (AM_CFLAGS): Add -fpic.

2003-08-14  Ulrich Drepper  <drepper@redhat.com>

	* Makefile.am (install): Remove dependency on libebl.so.

2003-08-13  Ulrich Drepper  <drepper@redhat.com>

	* eblopenbackend.c: Adjust relative path to arch-specific DSOs
	assuming the code ends up in the application.  Add second dlopen()
	try without any path, just the filename.
	* Makefile.in: Remove rules to build and install libebl.so.

2003-08-11  Ulrich Drepper  <drepper@redhat.com>

        * Moved to CVS archive.