1 |
179 |
jeremybenn |
2010-07-07 Jeremy Bennett
|
2 |
|
|
|
3 |
|
|
* emulparams/or32elf.sh: Load text at zero. Put .vectors section
|
4 |
|
|
first of all.
|
5 |
|
|
|
6 |
38 |
julius |
2008-04-28 Nathan Sidwell
|
7 |
|
|
|
8 |
|
|
* ldlang.c (lang_size_sections_1): Don't check LMA overflow on
|
9 |
|
|
non-load sections.
|
10 |
|
|
|
11 |
|
|
2008-04-25 Michael Frysinger
|
12 |
|
|
|
13 |
|
|
* configure.tgt (bfin-*-linux-uclibc*): Set targ_emul to elf32bfinfd
|
14 |
|
|
and targ_extra_emuls to elf32bfin.
|
15 |
|
|
|
16 |
|
|
2008-04-23 Paolo Bonzini
|
17 |
|
|
|
18 |
|
|
* aclocal.m4: Regenerate.
|
19 |
|
|
* configure: Regenerate.
|
20 |
|
|
|
21 |
|
|
2008-04-03 Kai Tietz
|
22 |
|
|
|
23 |
|
|
* scripttempl/pep.sc: Align start of symbol __CTOR_LIST__.
|
24 |
|
|
|
25 |
|
|
2008-04-08 Alan Modra
|
26 |
|
|
|
27 |
|
|
* po/POTFILES.in: Regenerate.
|
28 |
|
|
|
29 |
|
|
2008-04-08 Alan Modra
|
30 |
|
|
|
31 |
|
|
* emultempl/spuelf.em (auto_overlay, auto_overlay_file,
|
32 |
|
|
auto_overlay_fixed, auto_overlay_reserved, my_argc, my_argv): New vars.
|
33 |
|
|
(spu_before_allocation): Warn on --auto-overlay and existing overlays.
|
34 |
|
|
(struct tflist, clean_tmp): Move.
|
35 |
|
|
(new_tmp_file): New function, extracted from..
|
36 |
|
|
(embedded_spu_file): ..here.
|
37 |
|
|
(spu_elf_open_overlay_script, spu_elf_relink): New function.
|
38 |
|
|
(gld${EMULATION_NAME}_finish): Pass a bunch of --auto-overlay params.
|
39 |
|
|
Warn on --auto-overlay and zero local store.
|
40 |
|
|
(gld${EMULATION_NAME}_choose_target): New function to stash argv.
|
41 |
|
|
(OPTION_SPU_AUTO_OVERLAY, OPTION_SPU_AUTO_RELINK,
|
42 |
|
|
OPTION_SPU_OVERLAY_RODATA, OPTION_SPU_FIXED_SPACE,
|
43 |
|
|
OPTION_SPU_RESERVED_SPACE, OPTION_SPU_NO_AUTO_OVERLAY): Define.
|
44 |
|
|
(PARSE_AND_LIST_LONGOPTS): Add entries for new options.
|
45 |
|
|
(PARSE_AND_LIST_OPTIONS): Likewise.
|
46 |
|
|
(PARSE_AND_LIST_ARGS_CASES): Likewise.
|
47 |
|
|
(LDEMUL_CHOOSE_TARGET): Define.
|
48 |
|
|
|
49 |
|
|
2008-04-03 Kai Tietz
|
50 |
|
|
|
51 |
|
|
PR ld/6026
|
52 |
|
|
* pe-dll.c (make_head): Fix iat and thunk addend offset.
|
53 |
|
|
|
54 |
|
|
2008-03-31 Nick Clifton
|
55 |
|
|
|
56 |
|
|
* po/fr.po: Updated French translation.
|
57 |
|
|
|
58 |
|
|
2008-03-24 Ian Lance Taylor
|
59 |
|
|
|
60 |
|
|
The sha1 code is now in libiberty.
|
61 |
|
|
* sha1.c: Remove.
|
62 |
|
|
* sha1.h: Remove.
|
63 |
|
|
* Makefile.am (CFILES): Remove sha1.c.
|
64 |
|
|
(HFILES): Remove sha1.h.
|
65 |
|
|
(OFILES): Remove sha1.o.
|
66 |
|
|
(ld_new_SOURCES): Remove sha1.c.
|
67 |
|
|
(sha1.o): Remove target.
|
68 |
|
|
* Makefile.in: Rebuild.
|
69 |
|
|
|
70 |
|
|
2008-03-20 Alan Modra
|
71 |
|
|
|
72 |
|
|
* emultempl/spuelf.em: Update calls to elf32-spu.c funcs.
|
73 |
|
|
|
74 |
|
|
2008-03-17 Ralf Wildenhues
|
75 |
|
|
|
76 |
|
|
* aclocal.m4: Regenerate.
|
77 |
|
|
* configure: Likewise.
|
78 |
|
|
* Makefile.in: Likewise.
|
79 |
|
|
|
80 |
|
|
2008-03-14 Alan Modra
|
81 |
|
|
|
82 |
|
|
* emultempl/spuelf.em (gld${EMULATION_NAME}_finish): Protect
|
83 |
|
|
spu_elf_build_stubs with is_spu_target.
|
84 |
|
|
|
85 |
|
|
2008-03-13 Alan Modra
|
86 |
|
|
|
87 |
|
|
* Makefile.am: Run "make dep-am".
|
88 |
|
|
* Makefile.in: Regenerate.
|
89 |
|
|
* configure: Regenerate.
|
90 |
|
|
|
91 |
|
|
2008-03-06 Joseph Myers
|
92 |
|
|
Roman Zippel
|
93 |
|
|
|
94 |
|
|
* emulparams/m68kelf.sh (GENERATE_PIE_SCRIPT): Define.
|
95 |
|
|
(COMMONPAGESIZE): Define.
|
96 |
|
|
|
97 |
|
|
2008-02-22 Nick Clifton
|
98 |
|
|
|
99 |
|
|
PR ld/5785
|
100 |
|
|
* ldlang.c (lang_size_sections_1): Honour the setting of an
|
101 |
|
|
lma_region even if there is no vma region set, or the vma region
|
102 |
|
|
is the same as the lma region.
|
103 |
|
|
|
104 |
|
|
2008-02-18 Nick Clifton
|
105 |
|
|
|
106 |
|
|
* scripttempl/armbpabi.sc (ENTRY): Do not define when performing a
|
107 |
|
|
relocatable link.
|
108 |
|
|
* scripttempl/elf32cr16.sc: Likewise.
|
109 |
|
|
* scripttempl/elf32cr16c.sc: Likewise.
|
110 |
|
|
* scripttempl/elf32crx.sc: Likewise.
|
111 |
|
|
* scripttempl/elf32sh-symbian.sc: Likewise.
|
112 |
|
|
* scripttempl/elf_chaos.sc: Likewise.
|
113 |
|
|
* scripttempl/elfd10v.sc: Likewise.
|
114 |
|
|
* scripttempl/elfi370.sc: Likewise.
|
115 |
|
|
* scripttempl/elfm68hc11.sc: Likewise.
|
116 |
|
|
* scripttempl/elfm68hc12.sc: Likewise.
|
117 |
|
|
* scripttempl/ip2k.sc: Likewise.
|
118 |
|
|
* scripttempl/iq2000.sc: Likewise.
|
119 |
|
|
* scripttempl/mep.sc: Likewise.
|
120 |
|
|
* scripttempl/v850.sc: Likewise.
|
121 |
|
|
* scripttempl/xstormy16.sc: Likewise.
|
122 |
|
|
|
123 |
|
|
2008-02-16 Alan Modra
|
124 |
|
|
|
125 |
|
|
PR ld/5761
|
126 |
|
|
* ldexp.c (fold_name ): Check result of evaluating
|
127 |
|
|
load_base before calling make_abs.
|
128 |
|
|
|
129 |
|
|
2008-02-15 Alan Modra
|
130 |
|
|
|
131 |
|
|
* emultempl/alphaelf.em (alpha_after_open): Use elf_object_id.
|
132 |
|
|
* emultempl/hppaelf.em (hppaelf_create_output_section_statements):
|
133 |
|
|
Likewise.
|
134 |
|
|
* emultempl/ppc64elf.em (ppc_create_output_section_statements):
|
135 |
|
|
Likewise.
|
136 |
|
|
* emultempl/ppc32elf.em (is_ppc_elf32_vec): Delete. Replace all
|
137 |
|
|
uses with..
|
138 |
|
|
(is_ppc_elf): ..this new macro.
|
139 |
|
|
|
140 |
|
|
2008-02-15 Alan Modra
|
141 |
|
|
|
142 |
|
|
* ldmain.h (output_bfd): Delete.
|
143 |
|
|
* ldmain.c (output_bfd): Delete.
|
144 |
|
|
Replace all occurrences of output_bfd with link_info.output_bfd.
|
145 |
|
|
* ldcref.c: Likewise.
|
146 |
|
|
* ldctor.c: Likewise.
|
147 |
|
|
* ldemul.c: Likewise.
|
148 |
|
|
* ldexp.c: Likewise.
|
149 |
|
|
* ldfile.c: Likewise.
|
150 |
|
|
* ldlang.c: Likewise.
|
151 |
|
|
* ldmisc.c: Likewise.
|
152 |
|
|
* ldwrite.c: Likewise.
|
153 |
|
|
* pe-dll.c: Likewise.
|
154 |
|
|
* emultempl/aix.em: Likewise.
|
155 |
|
|
* emultempl/alphaelf.em: Likewise.
|
156 |
|
|
* emultempl/armcoff.em: Likewise.
|
157 |
|
|
* emultempl/armelf.em: Likewise.
|
158 |
|
|
* emultempl/avrelf.em: Likewise.
|
159 |
|
|
* emultempl/beos.em: Likewise.
|
160 |
|
|
* emultempl/elf-generic.em: Likewise.
|
161 |
|
|
* emultempl/elf32.em: Likewise.
|
162 |
|
|
* emultempl/gld960.em: Likewise.
|
163 |
|
|
* emultempl/hppaelf.em: Likewise.
|
164 |
|
|
* emultempl/irix.em: Likewise.
|
165 |
|
|
* emultempl/linux.em: Likewise.
|
166 |
|
|
* emultempl/lnk960.em: Likewise.
|
167 |
|
|
* emultempl/m68hc1xelf.em: Likewise.
|
168 |
|
|
* emultempl/mmix-elfnmmo.em: Likewise.
|
169 |
|
|
* emultempl/mmo.em: Likewise.
|
170 |
|
|
* emultempl/pe.em: Likewise.
|
171 |
|
|
* emultempl/pep.em: Likewise.
|
172 |
|
|
* emultempl/ppc32elf.em: Likewise.
|
173 |
|
|
* emultempl/ppc64elf.em: Likewise.
|
174 |
|
|
* emultempl/scoreelf.em: Likewise.
|
175 |
|
|
* emultempl/sh64elf.em: Likewise.
|
176 |
|
|
* emultempl/spuelf.em: Likewise.
|
177 |
|
|
* emultempl/sunos.em: Likewise.
|
178 |
|
|
* emultempl/vanilla.em: Likewise.
|
179 |
|
|
* emultempl/vxworks.em: Likewise.
|
180 |
|
|
* emultempl/xtensaelf.em: Likewise.
|
181 |
|
|
* emultempl/z80.em: Likewise.
|
182 |
|
|
* ldlang.c (open_output): Don't return output, instead write
|
183 |
|
|
link_info_output_bfd directly.
|
184 |
|
|
* emultempl/alphaelf.em: Replace occurrences of link_info.hash->creator
|
185 |
|
|
with link_info.output_bfd->xvec.
|
186 |
|
|
* emultempl/hppaelf.em: Likewise.
|
187 |
|
|
* emultempl/ppc32elf.em: Likewise.
|
188 |
|
|
* emultempl/ppc64elf.em: Likewise.
|
189 |
|
|
* emultempl/spuelf.em: Likewise.
|
190 |
|
|
|
191 |
|
|
2008-02-07 Alan Modra
|
192 |
|
|
|
193 |
|
|
* ldlang.c (new_afile): Don't pass unadorned NULL to concat.
|
194 |
|
|
* ldfile.c (ldfile_add_library_path): Likewise.
|
195 |
|
|
* emultempl/elf32.em (check_ld_elf_hints, check_ld_so_conf): Likewise.
|
196 |
|
|
* emultempl/lnk960.em (lnk960_before_parse): Likewise.
|
197 |
|
|
* emultempl/spuelf.em (embedded_spu_file): Likewise.
|
198 |
|
|
|
199 |
|
|
2008-02-07 Alan Modra
|
200 |
|
|
|
201 |
|
|
* emultempl/spu_ovl.S: Use low bit of _ovly_table.size as
|
202 |
|
|
a "present" bit rather than low bit of .buf. Correct indexing
|
203 |
|
|
into _ovly_buf_table. Use relative loads and stores to access
|
204 |
|
|
overlay manager local vars.
|
205 |
|
|
* emultempl/spu_ovl.o: Regenerate.
|
206 |
|
|
|
207 |
|
|
2008-02-04 H.J. Lu
|
208 |
|
|
|
209 |
|
|
PR 5715
|
210 |
|
|
* configure: Regenerated.
|
211 |
|
|
|
212 |
|
|
2008-01-31 Marc Gauthier
|
213 |
|
|
|
214 |
|
|
* configure.tgt (xtensa*-*-*): Recognize processor variants.
|
215 |
|
|
|
216 |
|
|
2008-01-28 Fabian Groffen
|
217 |
|
|
|
218 |
|
|
* configure.tgt (x86_64-*-solaris2): Add support for this target.
|
219 |
|
|
|
220 |
|
|
2008-01-28 Vincent Riviere
|
221 |
|
|
|
222 |
|
|
PR ld/5652
|
223 |
|
|
* genscripts.sh: Check for the existence of BASH_LINENO not just
|
224 |
|
|
the BASH shell before generating line numbers in the emulation
|
225 |
|
|
file.
|
226 |
|
|
|
227 |
|
|
2008-01-28 Alan Modra
|
228 |
|
|
|
229 |
|
|
* emultempl/spu_ovl.S: Rewrite.
|
230 |
|
|
* emultempl/spu_ovl.o: Regenerate.
|
231 |
|
|
* emultempl/spuelf.em (toe): Delete.
|
232 |
|
|
(spu_place_special_section): Add param to control section placement.
|
233 |
|
|
Adjust callers.
|
234 |
|
|
(spu_elf_load_ovl_mgr): Adjust for struct _spu_elf_section_data
|
235 |
|
|
changes.
|
236 |
|
|
(spu_before_allocation): Adjust spu_elf_size_stubs call.
|
237 |
|
|
(gld${EMULATION_NAME}_finish): Adjust spu_elf_build_stubs call.
|
238 |
|
|
|
239 |
|
|
2008-01-25 H.J. Lu
|
240 |
|
|
|
241 |
|
|
PR ld/5670
|
242 |
|
|
* ldlang.c (process_insert_statements): Silence gcc 4.1 alias
|
243 |
|
|
warning.
|
244 |
|
|
|
245 |
|
|
2008-01-25 Alan Modra
|
246 |
|
|
|
247 |
|
|
* ld.texinfo (INSERT): Describe.
|
248 |
|
|
* ldgram.y (ldgram_in_script, ldgram_had_equals): Delete.
|
249 |
|
|
(INSERT_K, AFTER, BEFORE): Add as tokens.
|
250 |
|
|
(ifile_p1): Handle INSERT statements.
|
251 |
|
|
(saved_script_handle, force_make_executable): Move to..
|
252 |
|
|
* ldmain.c: ..here.
|
253 |
|
|
(previous_script_handle): New global var.
|
254 |
|
|
* ldmain.h (saved_script_handle, force_make_executable): Declare.
|
255 |
|
|
(previous_script_handle): Likewise.
|
256 |
|
|
* ldlex.l (INSERT_K, AFTER, BEFORE): Add tokens.
|
257 |
|
|
* lexsup.c (parge_args <-T>): Set previous_script_handle.
|
258 |
|
|
* ldlang.c (lang_for_each_statement_worker): Handle insert statement.
|
259 |
|
|
(map_input_to_output_sections, print_statement): Likewise.
|
260 |
|
|
(lang_size_sections_1, lang_do_assignments_1): Likewise.
|
261 |
|
|
(insert_os_after): New function, extracted from..
|
262 |
|
|
(lang_insert_orphan): ..here.
|
263 |
|
|
(process_insert_statements): New function.
|
264 |
|
|
(lang_process): Call it.
|
265 |
|
|
(lang_add_insert): New function.
|
266 |
|
|
* ldlang.h (lang_insert_statement_enum): New.
|
267 |
|
|
(lang_insert_statement_type): New.
|
268 |
|
|
(lang_statement_union_type): Add insert_statement.
|
269 |
|
|
(lang_add_insert): Declare.
|
270 |
|
|
|
271 |
|
|
2008-01-18 Bob Wilson
|
272 |
|
|
|
273 |
|
|
* scripttempl/elfxtensa.sc: Merge ENTRY and .note.gnu.build-id
|
274 |
|
|
changes from elf.sc.
|
275 |
|
|
|
276 |
|
|
2008-01-16 Alan Modra
|
277 |
|
|
|
278 |
|
|
* ldlang.c (lang_size_sections_1): Simplify SEC_NEVER_LOAD test.
|
279 |
|
|
|
280 |
|
|
2008-01-16 Alan Modra
|
281 |
|
|
|
282 |
|
|
* ldlang.h (lang_afile_asection_pair_statement_enum): Delete.
|
283 |
|
|
(lang_afile_asection_pair_statement_type): Delete.
|
284 |
|
|
(lang_statement_union_type): Delete afile_asection_pair_statement.
|
285 |
|
|
* ldlang.c (lang_insert_orphan): Delete case handling the above.
|
286 |
|
|
(map_input_to_output_sections, print_statement): Likewise.
|
287 |
|
|
|
288 |
|
|
2008-01-15 Kaz Kojima
|
289 |
|
|
|
290 |
|
|
* emulparams/shlelf_linux.sh (DATA_START_SYMBOLS): Use PROVIDE
|
291 |
|
|
with __data_start.
|
292 |
|
|
* emulparams/shelf_nbsd.sh (DATA_START_SYMBOLS): Likewise.
|
293 |
|
|
|
294 |
|
|
2008-01-15 Alan Modra
|
295 |
|
|
|
296 |
|
|
PR 5604
|
297 |
|
|
* ldlang.c (lang_gc_sections): Move code to set SEC_KEEP on entry
|
298 |
|
|
syms to _bfd_elf_gc_keep.
|
299 |
|
|
* emultempl/ppc64elf.em (ppc_before_allocation): Don't call
|
300 |
|
|
ppc64_elf_edit_opd if no_opd_opt.
|
301 |
|
|
|
302 |
|
|
2008-01-11 Tristan Gingold
|
303 |
|
|
Eric Botcazou
|
304 |
|
|
|
305 |
|
|
* ldlang.c (lang_end): Warns if the entry point is not found when
|
306 |
|
|
--gc-sections.
|
307 |
|
|
Emit an error if no root is specified when --gc-sections -r.
|
308 |
|
|
* ld.texinfo (Options): Document that --gc-sections is compatible
|
309 |
|
|
with -r and -q.
|
310 |
|
|
* ldmain.c (main): Do not error out if -r and --gc-sections.
|
311 |
|
|
* scripttempl/elf.sc: Emit ENTRY command only if relocating.
|
312 |
|
|
|
313 |
|
|
2008-01-10 Daniel Jacobowitz
|
314 |
|
|
|
315 |
|
|
PR ld/5533
|
316 |
|
|
* ldlang.c (lang_end): Issue a warning for a missing start symbol
|
317 |
|
|
of a shared library if the symbol was specified on the command
|
318 |
|
|
line.
|
319 |
|
|
|
320 |
|
|
2008-01-10 Alan Modra
|
321 |
|
|
|
322 |
|
|
* ld.texinfo (--gc-sections): Describe linker behaviour.
|
323 |
|
|
|
324 |
|
|
For older changes see ChangeLog-2007
|
325 |
|
|
|
326 |
|
|
Local Variables:
|
327 |
|
|
mode: change-log
|
328 |
|
|
left-margin: 8
|
329 |
|
|
fill-column: 74
|
330 |
|
|
version-control: never
|
331 |
|
|
End:
|