Fix yacc and lex reruns with maintainer-mode off.
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 * Makefile.am (am__skiplex, am__skipyacc): New.
4 * Makefile.in: Regenerate.
5
6 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7
8 * Makefile.am (bin_PROGRAMS): Renamed from ...
9 (noinst_PROGRAMS): ... this.
10 (transform): Override, including the renaming of ld-new to ld.
11 (install-exec-local): Installation of ld in $(bindir) not needed
12 here any more.
13 (AM_CPPFLAGS): Renamed from ...
14 (INCLUDES): ... this.
15 (MAINTAINERCLEANFILES): Add ld.1.
16 * Makefile.in: Regenerate.
17
18 * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus. Add
19 no-texinfo.tex, no-dist, foreign.
20 (TEXINFO_TEX): New variable.
21 (install-data-local): Removed, not needed any more.
22 (all): Dependencies upon info and ld.1 not needed any more.
23 (MKDEP, DEP, DEP1, dep.sed, dep, dep-in, dep-am): Removed.
24 (mkdep generated section): Removed.
25 (ldgram.o, ldlex.o, deffilep.o, ldmain.o, ldfile.o): Rewrite to
26 use automake dependency tracking mechanism.
27 (EXTRA_ld_new_SOURCES): Add pep-dll.c, pe-dll.c, and
28 $(ALL_EMULATIONS:.o=.c) $(ALL_64_EMULATIONS:.o=.c) so their
29 dependencies are tracked too.
30 (BUILT_SOURCES): New, list $(GENERATED_HFILES) to ensure they
31 are built early.
32 * configure.in: Use AM_MAINTAINER_MODE.
33 * aclocal.m4, configure, Makefile.in: Regenerate.
34
35 * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
36 (install-pdf-recursive, html__strip_dir, install-html)
37 (install-html-am, install-html-recursive): Remove.
38 * Makefile.in: Regenerate.
39
40 * Makefile.in: Regenerate.
41 * aclocal.m4: Likewise.
42 * config.in: Likewise.
43 * configure: Likewise.
44
45 2009-08-21 Richard Guenther <rguenther@suse.de>
46
47 * scripttempl/elf.sc: Discard sections with .gnu.lto_ prefix.
48
49 2009-08-12 Tristan Gingold <gingold@adacore.com>
50
51 * ld.h (fat_user_section_struct): Add map_symbol_def_count field.
52 * ldlang.c (hash_entry_addr_cmp): New function.
53 (print_all_symbols): Sort the symbols by address before printing them.
54
55 2009-08-10 Alan Modra <amodra@bigpond.net.au>
56
57 PR 10474
58 * ldemul.c (after_allocation_default): Run lang_relax_sections.
59 * ldlang.h (lang_relax_sections): Declare.
60 * ldlang.c (relax_sections): Delete.
61 (lang_relax_sections): New function.
62 (lang_process): Don't relax directly from here.
63 * emultempl/alphaelf.em (alpha_finish): Call finish_default.
64 * emultempl/armelf.em (arm_elf_after_allocation): Delete. Move body..
65 (gld${EMULATION_NAME}_finish): ..to here. Move existing code..
66 (gld${EMULATION_NAME}_after_allocation): ..to here. New function.
67 (LDEMUL_AFTER_ALLOCATION): Update.
68 * emultempl/avrelf.em (avr_elf_finish, LDEMUL_FINISH): Delete.
69 (avr_elf_after_allocation): New function.
70 (LDEMUL_AFTER_ALLOCATION): Define.
71 * emultempl/elf-generic.em (gld${EMULATION_NAME}_map_segments): Call
72 lang_relax_sections.
73 * emultempl/elf32.em (gld${EMULATION_NAME}_finish): Delete. Move..
74 (gld${EMULATION_NAME}_after_allocation): ..code to here. New function.
75 (LDEMUL_AFTER_ALLOCATION, LDEMUL_FINISH): Update.
76 * emultempl/genelf.em (gld${EMULATION_NAME}_finish): Delete. Move..
77 (gld${EMULATION_NAME}_after_allocation): ..code to here. New function.
78 (LDEMUL_FINISH): Delete.
79 (LDEMUL_AFTER_ALLOCATION): Define.
80 * emultempl/hppaelf.em (gld${EMULATION_NAME}_finish): Delete. Move..
81 (gld${EMULATION_NAME}_after_allocation): ..to here. New function.
82 (LDEMUL_FINISH): Delete.
83 (LDEMUL_AFTER_ALLOCATION): Define.
84 * emultempl/m68hc1xelf.em (m68hc11elf_finish): Delete. Move..
85 (m68hc11elf_after_allocation): ..to here. New function.
86 (LDEMUL_FINISH): Delete.
87 (LDEMUL_AFTER_ALLOCATION): Define.
88 * emultempl/m68kelf.em (m68k_elf_after_allocation): Call
89 gld${EMULATION_NAME}_after_allocation.
90 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Call
91 gld${EMULATION_NAME}_after_allocation.
92 * emultempl/mmo.em (mmo_finish): Delete. Move body..
93 (gld${EMULATION_NAME}_after_allocation): ..to here. New function.
94 (LDEMUL_FINISH): Define.
95 * emultempl/ppc64elf.em (ppc_layout_sections_again): Set elf_gp.
96 (gld${EMULATION_NAME}_finish): Move code sizing sections..
97 (gld${EMULATION_NAME}_after_allocation): ..to here.
98 * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
99 Call gld${EMULATION_NAME}_after_allocation.
100 * emultempl/spuelf.em (gld${EMULATION_NAME}_finish): Delete
101 bfd_elf_discard_info and map_segments call.
102
103 2009-08-06 Michael Eager <eager@eagercon.com>
104
105 * Makefile.am: Add eelf32mb_linux.o, eelf32microblaze.o to
106 ALL_EMULATIONS, targets.
107 * Makefile.in: Regenerate.
108 * configure.tgt: Add microblaze*-linux*, microblaze* targets.
109 * emulparams/elf32mb_linux.sh: New.
110 * emulparams/elf32microblaze.sh. New.
111 * scripttempl/elfmicroblaze.sc: New.
112
113 2009-08-05 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
114
115 * emulparams/elf32_spu.sh (OTHER_READONLY_SECTIONS): Add .fixup
116 section and __fixup_start symbol.
117 * emultempl/spuelf.em (params): Initialize emit_fixups member.
118 (spu_before_allocation): Call spu_elf_size_sections.
119 (OPTION_SPU_EMIT_FIXUPS): Define.
120 (PARSE_AND_LIST_LONGOPTS): Add --emit-fixups.
121 (PARSE_AND_LIST_ARGS_CASES): Handle --emit-fixups.
122 * ld.texinfo (--emit-fixups): Document.
123
124 2009-08-04 Alan Modra <amodra@bigpond.net.au>
125
126 PR 10474
127 * emultempl/ppc32elf.em (ppc_before_allocation): Test rawsize,
128 not size, after lang_reset_memory_regions.
129
130 2009-07-30 Alan Modra <amodra@bigpond.net.au>
131
132 * emulparams/elf32ppc.sh (PLT): Don't include ".iplt".
133 * emulparams/elf_i386.sh (IREL_IN_PLT): Define.
134 * emulparams/elf_x86_64.sh (IREL_IN_PLT): Define.
135 * scripttempl/elf.sc: Create separate .iplt and .rela.iplt sections
136 when !IREL_IN_PLT.
137
138 2009-07-29 Hans-Peter Nilsson <hp@bitrange.com>
139
140 * scripttempl/mmo.sc: For relocateable links, set $OUTPUT_FORMAT to
141 the new $RELOCATEABLE_OUTPUT_FORMAT, if set.
142 (OUTPUT_FORMAT): Use the variable $OUTPUT_FORMAT.
143 (ENTRY): Don't emit for relocateable links.
144 (/DISCARD/): Don't discard .gnu.warning.* for relocateable links.
145 * emulparams/mmo.sh (RELOCATEABLE_OUTPUT_FORMAT): Set, to
146 elf64-mmix.
147 * emulparams/elf64mmix.sh (OTHER_TEXT_SECTIONS): Empty, don't
148 provide "Main" or set "_start.", for relocateable links.
149
150 2009-07-27 Nick Clifton <nickc@redhat.com>
151
152 * (po/fi.po): Updated Finnish translation.
153
154 2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
155
156 * configure.tgt (targ64_extra_emuls): Add elf_l1om if elf_x86_64
157 is supported. Add elf_l1om_fbsd if elf_x86_64_fbsd is supported.
158 (targ_extra_emuls): Likewise.
159
160 * Makefile.am (ALL_64_EMULATIONS): Add eelf_l1om.o and
161 eelf_l1om_fbsd.o
162 (eelf_l1om.c): New.
163 (eelf_l1om_fbsd.c): Likewise.
164 * Makefile.in: Regenerated.
165
166 * emulparams/elf_l1om.sh: New.
167 * emulparams/elf_l1om_fbsd.sh: Likewise.
168
169 2009-07-23 Ulrich Drepper <drepper@redhat.com>
170
171 * NEWS: Mention the linker's support for symbols with a binding of
172 STB_GNU_UNIQUE.
173
174 2009-07-22 H.J. Lu <hongjiu.lu@intel.com>
175
176 PR ld/10429
177 * ldlang.c (insert_os_after): Tie assignments to non-alloc
178 output sections if there is no-input section.
179
180 2009-07-11 Alan Modra <amodra@bigpond.net.au>
181
182 * ldlang.c (insert_os_after): Don't tie assignments to non-alloc
183 output sections.
184
185 2009-07-10 Alan Modra <amodra@bigpond.net.au>
186
187 * emultempl/ppc32elf.em (ppc_before_allocation): Turn on
188 linker relaxation if it might be necessary.
189
190 2009-07-10 Alan Modra <amodra@bigpond.net.au>
191
192 * emulparams/elf32ppc.sh (GOTPLT, PLT): Handle .iplt.
193
194 2009-07-06 Matthias Klose <doko@ubuntu.com>
195
196 * ld.texinfo: Fix typo.
197
198 2009-07-03 Tristan Gingold <gingold@adacore.com>
199
200 * scripttempl/pep.sc: Put .eh_frame in its own section.
201 * scripttempl/pe.sc: Ditto.
202
203 2009-06-26 Kai Tietz <kai.tietz@onevision.com>
204
205 * scripttempl/pe.sc (.debug_pubtypes): Added section rule.
206 * scripttempl/pep.sc: Likewise.
207
208 2009-06-25 Tristan Gingold <gingold@adacore.com>
209
210 * ldlang.c (print_input_section): Add is_discarded parameter. Adjust
211 prototype.
212 (lang_map): Print the size of discarded sections.
213 (print_statement): Adjust call to print_input_section.
214
215 2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
216
217 Merge cegcc and mingw32ce target name changes from CeGCC project:
218
219 2008-09-24 Pedro Alves <pedroalves@users.sourceforge.net>
220
221 * configure.tgt (arm*-*-cegcc*): Set LIB_PATH to
222 ${tooldir}/lib/w32api.
223
224 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
225
226 * configure.tgt: Add arm*-*-cegcc* target.
227
228 2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
229
230 * configure.tgt: Add arm-*-mingw32ce* target.
231
232 2009-06-10 Philip Blundell <philb@gnu.org>
233
234 * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Avoid crash
235 if section has no ELF data.
236
237 2009-06-06 H.J. Lu <hongjiu.lu@intel.com>
238
239 * scripttempl/elf.sc: Add .rel.ifunc and .rela.ifunc.
240
241 2009-06-05 H.J. Lu <hongjiu.lu@intel.com>
242
243 * scripttempl/elf.sc: Remove .rel.ifunc.dyn and .rela.ifunc.dyn.
244
245 2009-06-04 Alan Modra <amodra@bigpond.net.au>
246
247 * dep-in.sed: Don't use \n in replacement part of s command.
248 * Makefile.am (DEP1): LC_ALL for uniq.
249 * Makefile.in: Regenerate.
250
251 2009-06-01 H.J. Lu <hongjiu.lu@intel.com>
252
253 * scripttempl/elf.sc (PLT): Add "*(.iplt)".
254 (GOT): Add "*(.igot.plt)a" and "*(.igot)".
255 (GOTPLT): Add "*(.igot)".
256 (__rel_iplt_start): New.
257 (__rel_iplt_end): Likewise.
258 (__rela_iplt_start): Likewise.
259 (__rela_iplt_end): Likewise.
260
261 2009-05-27 Dave Korn <dave.korn.cygwin@gmail.com>
262
263 * deffilep.y (%union): Add new string-type semantic value 'digits'.
264 (%token): Remove NUMBER as token, add DIGITS.
265 (%type): Add NUMBER as type. Add new id types anylang_id, opt_id.
266 (ALIGNCOMM): Parse an anylang_id instead of a plain ID.
267 (anylang_id): New production.
268 (opt_digits): Likewise.
269 (opt_id): Likewise.
270 (NUMBER): Likewise.
271 (def_lex): Return strings of digits in raw string form as DIGITS
272 token, instead of converting to numeric integer type.
273
274 2009-05-26 Nathan Sidwell <nathan@codesourcery.com>
275
276 * ldmain.c (main): Don't reject --relax -r.
277 * ld.texinfo (PowerPC ELF32): Document behaviour of relaxing
278 partial links.
279
280 2009-05-26 Nick Clifton <nickc@redhat.com>
281
282 * po/id.po: Updated Indonesian translation.
283 * po/ld.pot: Updated template file.
284
285 2009-05-26 Alan Modra <amodra@bigpond.net.au>
286
287 * dep-in.sed: Output one filename per line with all lines having
288 continuation backslash. Prefix first line with "A", following
289 lines with "B".
290 * Makefile.am (DEP): Don't use dep.sed here.
291 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
292 sort and uniq.
293 * Makefile.in: Regenerate.
294
295 2009-05-26 Alan Modra <amodra@bigpond.net.au>
296
297 * ldlang.c (lang_check_section_addresses): Ignore non-alloc sections.
298
299 2009-05-22 Julian Brown <julian@codesourcery.com>
300
301 * emultempl/armelf.em (fix_cortex_a8): New.
302 (arm_elf_before_allocation): Call bfd_elf32_arm_set_cortex_a8_fix.
303 (arm_elf_create_output_section_statements): Add fix_cortex_a8 to
304 bfd_elf32_arm_set_target_relocs.
305 (OPTION_FIX_CORTEX_A8, OPTION_NO_FIX_CORTEX_A8): New.
306 (PARSE_AND_LIST_LONGOPTS): Add [no-]fix-cortex-a8 options.
307 (PARSE_AND_LIST_OPTIONS): Add [no-]fix-cortex-a8 options.
308 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_[NO_]FIX_CORTEX_A8.
309 * ld.texinfo (--[no-]fix-cortex-a8): Briefly document new options.
310
311 2009-05-22 Nathan Sidwell <nathan@codesourcery.com>
312
313 * ldlang.c (lang_check_section_addresses): Ignore non-loadable
314 sections when checking for overlap. Clarify error message
315 concerns load address.
316
317 2009-05-22 Alan Modra <amodra@bigpond.net.au>
318
319 * Makefile.am: Run "make dep-am".
320 * Makefile.in: Regenerate.
321
322 2009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
323
324 * NEWS: Mention new feature.
325 * deffile.h (def_file_aligncomm): Add new struct definition.
326 (def_file): Add new def_file_aligncomm member.
327 * deffilep.y (%token): Add new ALIGNCOMM token.
328 (command): Add production rule for ALIGNCOMM.
329 (def_file_free): Free any chained def_file_aligncomm structs.
330 (diropts[]): Add entry for '-aligncomm' .drectve command.
331 (def_aligncomm): New grammar function.
332 * ld.texinfo: Document new feature.
333 * pe-dll.c (process_def_file): Rename from this ...
334 (process_def_file_and_drectve): ... to this, updating all callers,
335 and process any aligncomms chained to the def file after scanning
336 all .drectve sections.
337 (generate_edata): Updated to match.
338 (pe_dll_build_sections): Likewise.
339
340 2009-05-17 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
341
342 * pe-dll.c (process_def_file): Do not create empty export table.
343
344 2009-05-15 Alan Modra <amodra@bigpond.net.au>
345
346 * ldlang.c (lang_output_section_statement_lookup): Add function
347 comment. Make "name" non-const. Ensure duplicate entries use
348 the same string, allowing simple comparison in hash bucket loop.
349 Tweak constraint check.
350 (next_matching_output_section_statement): New function.
351 * ldlang.h (lang_output_section_statement_lookup): Update.
352 (next_matching_output_section_statement): Declare.
353 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
354 combine orphan sections when input sections flags differ in
355 alloc or load.
356 * emultempl/pe.em: Formatting throughout.
357 (gld${EMULATION_NAME}_place_orphan): As for elf32.em.
358 * emultempl/pep.em: Formatting throughout.
359 (gld${EMULATION_NAME}_place_orphan): As for elf32.em.
360
361 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
362
363 * emultempl/spuelf.em (PARSE_AND_LIST_ARGS_CASES): Always use
364 compact stubs with software i-cache.
365
366 2009-05-14 Alan Modra <amodra@bigpond.net.au>
367
368 * emultempl/spuelf.em (spu_before_allocation): Call
369 spu_elf_place_overlay_data.
370
371 2009-05-14 Alan Modra <amodra@bigpond.net.au>
372
373 * ldlang.c (lang_insert_orphan): Add __start_<section> symbol
374 assignment inside output section statement. Ensure only one
375 set of symbols per output section.
376 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Add non-
377 dollar sections before dollar sections. Correct add_child
378 list insertion.
379 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
380
381 2009-05-05 Paul Brook <paul@codesourcery.com>
382
383 * emultempl/armelf.em (compare_output_sec_vma): New function.
384 (gld${EMULATION_NAME}_finish): Add exidx munging code.
385
386 2009-05-05 Anatoly Sokolov <aesok@post.ru>
387
388 * scripttempl/avr.sc (MEMORY): Use DATA_ORIGIN.
389 * emulparams/avr1.sh (DATA_ORIGIN): Add.
390 * emulparams/avr2.sh (DATA_ORIGIN): Add.
391 * emulparams/avr25.sh (DATA_ORIGIN): Add.
392 * emulparams/avr3.sh (DATA_ORIGIN): Add.
393 * emulparams/avr31.sh (DATA_ORIGIN): Add.
394 * emulparams/avr35.sh (DATA_ORIGIN): Add.
395 * emulparams/avr4.sh (DATA_ORIGIN): Add.
396 * emulparams/avr5.sh (DATA_ORIGIN): Add.
397 * emulparams/avr51.sh (DATA_ORIGIN): Add.
398 (DATA_LENGTH): Update.
399 * emulparams/avr6.sh (DATA_ORIGIN): Add.
400 (DATA_LENGTH): Update.
401
402 2009-05-04 Dave Korn <dave.korn.cygwin@gmail.com>
403
404 * NEWS: Mention new feature.
405 * ld.texinfo (--version-script): Document extent of PE support.
406 (WIN32): Mention --version-script. Extend auto-export description.
407 * pe-dll.c (process_def_file): Use version script info to filter
408 symbols from auto-export.
409 * testsuite/ld-pe/vers-script-1.d: New file.
410 * testsuite/ld-pe/vers-script-2.d: New file.
411 * testsuite/ld-pe/vers-script-3.d: New file.
412 * testsuite/ld-pe/vers-script-4.d: New file.
413 * testsuite/ld-pe/vers-script-1.ver: New file.
414 * testsuite/ld-pe/vers-script-2.ver: New file.
415 * testsuite/ld-pe/vers-script-3.ver: New file.
416 * testsuite/ld-pe/vers-script-4.ver: New file.
417 * testsuite/ld-pe/vers-script-dll.c: New file.
418 * testsuite/ld-pe/vers-script.exp: New test script.
419
420 2009-05-01 Nathan Sidwell <nathan@codesourcery.com>
421
422 * emulparams/vxworks.sh (TEXT_START_ADDR): Override.
423
424 2009-04-30 Nick Clifton <nickc@redhat.com>
425
426 * NEWS: Mention support for IFUNC symbols.
427
428 2009-04-29 Anthony Green <green@moxielogic.com>
429
430 * emulparams/elf32moxie.sh (STACK_ADDR): Move default stack
431 position out to accommodate larger programs.
432
433 2009-04-29 Chris Demetriou <cgd@google.com>
434
435 * lexsup.c (option_values): Add OPTION_NO_EXPORT_DYNAMIC.
436 (ld_options): Likewise.
437 (parse_args): Likewise.
438 * ld.texinfo: Document --no-export-dynamic.
439 * NEWS: Mention --no-export-dynamic.
440
441 2009-04-29 Alan Modra <amodra@bigpond.net.au>
442
443 * deffilep.y (STACKSIZE_K): Rename from STACKSIZE.
444
445 2009-04-25 Alan Modra <amodra@bigpond.net.au>
446
447 PR 10061
448 * genscripts.sh: Don't pass $EMULATION_NAME as $CUSTOMIZER_SCRIPT
449 param.
450
451 2009-04-21 Daniel Jacobowitz <dan@codesourcery.com>
452
453 * emultempl/armelf.em (bfd_for_interwork, arm_elf_after_open)
454 (arm_elf_set_bfd_for_interworking): Delete.
455 (arm_elf_before_allocation): Do not set the interworking BFD.
456 Move allocation inside not-dynamic block.
457 (arm_elf_create_output_section_statements): Create glue sections
458 and set the interworking BFD here.
459 (LDEMUL_AFTER_OPEN): Delete.
460
461 2009-04-16 Richard Sandiford <r.sandiford@uk.ibm.com>
462
463 * ldlang.c (lang_one_common): Use bfd_define_common_symbol.
464
465 2009-04-15 Anthony Green <green@moxielogic.com>
466
467 * configure.tgt: Add moxie support.
468 * Makefile.am: Add moxie files.
469 * Makefile.in: Rebuilt.
470 * emulparams/elf32moxie.sh: New file.
471 * scripttempl/moxie.sc: New file.
472
473 2009-04-15 Kazu Hirata <kazu@codesourcery.com>
474
475 * ldlang.c: Do not include limits.h.
476
477 2009-04-14 Alan Modra <amodra@bigpond.net.au>
478
479 PR ld/10047
480 * ldfile.c (find_scripts_dir): Use make_relative_prefix to find
481 ldscripts in build tree. Don't repeat search for ../lib/ldscripts.
482
483 2009-04-13 H.J. Lu <hongjiu.lu@intel.com>
484
485 * ldfile.c (ldfile_find_command_file): Revert the last change.
486
487 2009-04-11 H.J. Lu <hongjiu.lu@intel.com>
488
489 PR ld/10047
490 * ldfile.c (ldfile_find_command_file): First try raw name.
491
492 2009-04-09 Nick Clifton <nickc@redhat.com>
493
494 PR 9824
495 * ld.texinfo (Output Section Constraint): New node. Documents the
496 ONLY_IF_RO and ONLY_IF_RW constraints.
497 (Symbolic Constants): New node. Documents the CONSTANT operator.
498
499 2009-04-09 Thilo Fischer <thilo.fischer@uni-muenster.de>
500
501 * emultempl/spuelf.em (embedded_spu_file): Use pex_one in place
502 of fork/execvp.
503
504 2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
505
506 * lexsup.c (option_values): Add OPTION_WARN_ALTERNATE_EM.
507 (ld_options): Likewise.
508 (parse_args): Likewise.
509
510 * ld.texinfo: Document --warn-alternate-em.
511
512 * NEWS: Mention --warn-alternate-em.
513
514 2009-04-07 DJ Delorie <dj@redhat.com>
515
516 * emulparams/elf32mep.sh: Change default endian to little.
517
518 2009-04-07 Nick Clifton <nickc@redhat.com>
519
520 * ld.texinfo (Output Section Address): Note that specifying an
521 address for an output section will only change the location
522 counter if the output section is used.
523
524 2009-04-06 Kazu Hirata <kazu@codesourcery.com>
525
526 * ldfile.c (ldfile_find_command_file): Initialize result.
527
528 2009-04-06 Kazu Hirata <kazu@codesourcery.com>
529
530 * ld.texinfo (-L): Mention that -L options do not affect how ld
531 searches for a linker script unless -T option is specified.
532 * ldfile.c (ldfile_find_command_file): Append the path obtained
533 from the program name to the search path instead of
534 prepending. Add a new parameter "default_only". Restrict the
535 search to the default script location if the new parameter is
536 true.
537 (ldfile_open_command_file_1): New.
538 (ldfile_open_command_file): Call ldfile_open_command_file_1.
539 (ldfile_open_default_command_file): New.
540
541 2009-04-03 Nathan Sidwell <nathan@codesourcery.com>
542
543 * ldlang.c (lang_leave_output_section_statement): Set lma_region
544 if it is not overridden and section is for the same vma region as
545 the previous section.
546
547 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
548
549 PR ld/6744
550 * ld.texinfo (--export-dynamic): Mention --export-all-symbols.
551 * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Issue
552 warning if --export-dynamic was passed on command-line.
553 * emultempl/pep.em (gld_${EMULATION_NAME}_after_parse): Likewise.
554
555 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
556
557 * emultempl/aix.em (gld${EMULATION_NAME}_open_dynamic_archive): New
558 function.
559 (ld_${EMULATION_NAME}_emulation): Use it.
560
561 2009-03-20 H.J. Lu <hongjiu.lu@intel.com>
562
563 PR ld/9970
564 * ldlang.c (lang_end): Warn missing entry symbol for -pie.
565
566 2009-03-19 Alan Modra <amodra@bigpond.net.au>
567
568 * emultempl/spuelf.em (spu_before_allocation): Report errors from
569 spu_elf_find_overlays.
570
571 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
572
573 PR ld/6766
574 * lexsup.c (parse_args): Call ldlang_add_undef for -e.
575
576 2009-03-18 Alan Modra <amodra@bigpond.net.au>
577
578 * ld.h: Remove alloca handling.
579
580 2009-03-17 Alan Modra <amodra@bigpond.net.au>
581
582 * emultempl/spu_icache.S: Add new entry to dummy handler.
583 * emultempl/spu_icache.o_c: Regenerate.
584 * emultempl/spuelf.em (params): Init new field.
585 (no_overlays): New static var.
586 (spu_before_allocation): Use it.
587 (OPTION_SPU_COMPACT_STUBS): Define.
588 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add compact-stubs.
589 (PARSE_AND_LIST_ARGS_CASES): Handle compact-stubs. Adjust no-overlays
590 handling.
591
592 2009-03-17 Alan Modra <amodra@bigpond.net.au>
593
594 * configure.host (HOSTING_LIBS): Two dollars on shell variable
595 expansion to suit make.
596
597 2009-03-17 Alan Modra <amodra@bigpond.net.au>
598
599 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
600 * Makefile.am (check-DEJAGNU): Set DO_COMPARE.
601 * aclocal.m4: Regenerate.
602 * configure: Regenerate.
603 * Makefile.in: Regenerate.
604
605 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
606
607 * emultempl/aix.em (auto_export_flags): New variable.
608 (explicit_auto_export_flags): Likewise.
609 (OPTION_EXPALL, OPTION_EXPFULL): New enum values.
610 (OPTION_NOEXPALL, OPTION_NOEXPFULL): Likewise.
611 (gld${EMULATION_NAME}_add_options): Add -bexpall, -bexpfull,
612 -bnoexpall and -bnoexpfull.
613 (gld${EMULATION_NAME}_handle_option): Handle them.
614 (gld${EMULATION_NAME}_before_allocation): Update the call to
615 bfd_size_dynamic_sections.
616
617 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
618
619 * emultempl/aix.em (gld${EMULATION_NAME}_handle_option): Make
620 -berok and -bernotok control link_info.unresolved_syms_in_objects
621 and link_info.unresolved_syms_in_shared_libs instead of
622 force_make_executable.
623
624 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
625
626 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Set
627 config.dynamic_link to TRUE.
628
629 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
630
631 * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Mark
632 .text, .data and .bss output sections as SEC_KEEP.
633
634 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
635
636 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
637
638 2009-03-14 Dave Korn <dave.korn.cygwin@gmail.com>
639 Danny Smith <dannysmith@users.sourceforge.net>
640
641 * emultmpl/pe.em (pe_dll_characteristics): New variable.
642 (OPTION_DYNAMIC_BASE, OPTION_FORCE_INTEGRITY, OPTION_NX_COMPAT,
643 OPTION_NO_ISOLATION. OPTION_NO_SEH, OPTION_NO_BIND,
644 OPTION_WDM_DRIVER, OPTION_TERMINAL_SERVER_AWARE):
645 New macros for options to set DllCharacteristics flag bits.
646 (gld${EMULATION_NAME}_add_options): Add dynamicbase, forceinteg,
647 nxcompat, no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
648 (init): Add DllCharacteristics field.
649 (gld_${EMULATION_NAME}_list_options): List new options.
650 (gld${EMULATION_NAME}_handle_option): Handle new options.
651 * emultmpl/pep.em (pe_dll_characteristics): New variable.
652 (OPTION_DYNAMIC_BASE, OPTION_FORCE_INTEGRITY, OPTION_NX_COMPAT,
653 OPTION_NO_ISOLATION. OPTION_NO_SEH, OPTION_NO_BIND,
654 OPTION_WDM_DRIVER, OPTION_TERMINAL_SERVER_AWARE):
655 New macros for options to set DllCharacteristics flags.
656 (gld${EMULATION_NAME}_add_options): Add dynamicbase, forceinteg,
657 nxcompat,no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
658 (init): Add DllCharacteristics field.
659 (gld_${EMULATION_NAME}_list_options): List new options.
660 (gld${EMULATION_NAME}_handle_option): Handle new options.
661 * ldtexinfo : Document dynamicbase, forceinteg, nxcompat,
662 no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
663
664 2009-03-06 Nick Clifton <nickc@redhat.com>
665
666 * po/es.po: Updated Spanish translation.
667
668 2009-03-03 Dave Korn <dave.korn.cygwin@gmail.com>
669
670 * emultempl/pe.em (debug_section_p): New bfd_map_over_sections hook.
671 (gld_${EMULATION_NAME}_after_open): Use it to iterate all sections
672 of all input BFDs, looking for debug info. Enable long section names
673 if any found.
674 * emultempl/pe.em (debug_section_p): Likewise.
675 (gld_${EMULATION_NAME}_after_open): Likewise.
676 * NEWS: Retrospectively adjust news announcement.
677 * ld.texinfo: Update documentation to mention new behaviour.
678
679 2009-03-03 Alan Modra <amodra@bigpond.net.au>
680
681 * Makefile.am: Run "make dep-am".
682 * Makefile.in: Regenerate.
683
684 2009-03-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
685
686 * ldgram.y: Add support for REGION_ALIAS operator.
687 * ldlang.c: Likewise.
688 * ldlang.h: Likewise.
689 * ldlex.l: Likewise.
690 * NEWS: Mention the new feature.
691 * ld.texinfo: Document the new feature.
692
693 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
694
695 * Makefile.am: Replace score elf emulation with score3 and score7
696 emulations.
697 * Makefile.in: Regenerate,
698 * NEWS: Mention support for Score7 architecture.
699 * configure.tgt: Add score7 emulation to score-elf target.
700 * emulparams/scoreelf.sh: Add score7 support.
701 * emultempl/scoreelf.em: Likewise.
702
703 2009-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
704
705 * configure.tgt: Only use elf64hppa target emulation for hpux.
706 * emulparams/elf64hppa.sh: Don't include hppa64linux.sh.
707 (SCRIPT_NAME): Use new script elf64hppa.
708 (SCRIPT_NAME, ELFSIZE, NO_REL_RELOCS, ARCH, MACHINE, ENTRY,
709 TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT, OTHER_READONLY_SECTIONS,
710 OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS, OTHER_GOT_RELOC_SECTIONS,
711 DATA_START_SYMBOLS, OTHER_SYMBOLS, DATA_PLT, PLT_BEFORE_GOT,
712 TEXT_DYNAMIC): Define.
713 * emulparams/hppa64linux.sh: Adjust comments.
714 * scripttempl/elf64hppa.sc: New file.
715
716 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
717
718 * configure: Regenerate.
719
720 2009-02-27 Dave Korn <dave.korn.cygwin@gmail.com>
721
722 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Set
723 default state of auto-import flag based on $target.
724
725 2009-02-24 Joseph Myers <joseph@codesourcery.com>
726
727 * ld.texinfo (ARM): Document changed meaning of --stub-group-size.
728 * emultempl/armelf.em (hook_in_stub): Insert after the input section.
729 (elf32_arm_add_stub_section): Update comment.
730 (PARSE_AND_LIST_OPTIONS): Update help for --stub-group-size.
731
732 2009-02-24 Sandra Loosemore <sandra@codesourcery.com>
733
734 * ld.texinfo (Options): Correct typos in example. Recommend
735 using joined forms of syntax for passing options with arguments
736 from a driver.
737 (-a): Use consistent syntax for documenting option arguments.
738 Clean up indexing and markup.
739 (-A/--architecture): Likewise.
740 (-f/--auxiliary): Likewise.
741 (-F/--filter): Likewise.
742 (-fini): Likewise.
743 (-G/--gpsize): Likewise.
744 (-h/-soname):Likewise.
745 (-init): Likewise.
746 (-l/--library): Likewise.
747 (-L/--library-path): Likewise.
748 (-m): Likewise.
749 (--defsym): Likewise.
750 (-I/--dynamic-linker): Likewise.
751 (-Map): Likewise.
752 (--oformat): Likewise.
753 (--retain-symbols-file): Likewise.
754 (-rpath): Likewise.
755 (-rpath-link): Likewise.
756 (--sort-common): Likewise.
757 (--sort-section): Likewise.
758 (--split-by-file): Likewise.
759 (--split-by-reloc): Likewise.
760 (--sysroot): Likewise.
761 (--section-start): Likewise.
762 (-Tbss, -Tdata, -Ttext): Likewise.
763 (-Ttext-segment): Likewise.
764 (--version-script): Likewise.
765 (--wrap): Likewise.
766
767 2009-02-18 Dave Korn <dave.korn.cygwin@gmail.com>
768
769 * ld.texinfo: Update to mention long section name options.
770 * NEWS: Mention new behaviour and command-line options.
771 * pe-dll.c (pe_use_coff_long_section_names): New global variable.
772 (pe_output_file_set_long_section_names): New function.
773 (pe_dll_build_sections): Call it on output BFDs.
774 (pe_exe_build_sections): Likewise.
775 (pe_dll_fill_sections): Likewise.
776 (pe_exe_fill_sections): Likewise.
777 * pe-dll.h (pe_use_coff_long_section_names): Declare extern.
778 (pe_output_file_set_long_section_names): Add prototype.
779 * pep-dll.c (pe_use_coff_long_section_names): Define pep_ alias.
780 (pe_output_file_set_long_section_names): Likewise.
781 * pep-dll.h (pep_use_coff_long_section_names): Declare extern.
782 (pep_output_file_set_long_section_names): Add prototype.
783 * pe.em (OPTION_ENABLE_LONG_SECTION_NAMES): New getopt value macro.
784 (OPTION_DISABLE_LONG_SECTION_NAMES): Likewise.
785 (gld${EMULATION_NAME}_add_options): Add new options to xtra_long[].
786 (gld_${EMULATION_NAME}_list_options): Describe them.
787 (gld${EMULATION_NAME}_handle_option): Set or clear global
788 pe_use_coff_long_section_names flag when options recognised.
789 (gld_${EMULATION_NAME}_after_open): En/disable long section names
790 for main output bfd by calling pe_output_file_set_long_section_names.
791 * pep.em (enum options): Extend enum with new getopt option values.
792 (gld${EMULATION_NAME}_add_options): Add new options to xtra_long[].
793 (gld_${EMULATION_NAME}_list_options): Describe them.
794 (gld${EMULATION_NAME}_handle_option): Set or clear global
795 pe_use_coff_long_section_names flag when options recognised.
796 (gld_${EMULATION_NAME}_after_open): En/disable long section names
797 for main output bfd by calling pep_output_file_set_long_section_names.
798
799 2009-02-16 Dave Korn <dave.korn.cygwin@gmail.com>
800
801 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't emit
802 inadvertent .reloc sections caused by refactoring accident.
803
804 2009-02-16 Alan Modra <amodra@bigpond.net.au>
805
806 * ldlang.c (process_insert_statements): ASSERT that output section
807 statements are in order.
808
809 2009-02-16 Alan Modra <amodra@bigpond.net.au>
810
811 * ldlang.c (push_stat_ptr, pop_stat_ptr): New functions.
812 (stat_save, stat_save_ptr): New variables.
813 (lang_insert_orphan): Use push_stat_ptr and pop_stat_ptr.
814 (load_symbols): Likewise. Delete dead "bad_load" code.
815 (open_input_bfds): Warn on script containing output sections.
816 (lang_enter_output_section_statement): Use push_stat_ptr.
817 (lang_enter_group): Likewise.
818 (lang_leave_output_section_statement): Use pop_stat_ptr.
819 (lang_leave_group): Likewise.
820 * ldlang.h (push_stat_ptr, pop_stat_ptr): Declare.
821 * ldctor.c (ldctor_build_sets): Use push_stat_ptr and pop_stat_ptr.
822 * emultempl/beos.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
823 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
824 * emultempl/pep.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
825 * emultempl/spuelf.em (spu_place_special_section): Likewise.
826 * emultempl/xtensaelf.em (ld_xtensa_insert_page_offsets): Likewise.
827
828 2009-02-09 Nathan Sidwell <nathan@codesourcery.com>
829
830 Missing piece of 2009-01-26 commit
831 * ldlang.c (lang_process): Don't consider relocatable flag when
832 checking for overlap.
833
834 2009-02-05 Joseph Myers <joseph@codesourcery.com>
835
836 * emulparams/m68kelf.sh: Add newline at end of file.
837
838 2009-02-04 Nick Clifton <nickc@redhat.com>
839
840 PR 9805
841 * ld.texinfo (--allow-shlib-undefined): Correct description of
842 default settings and tidy up the rest of the entry.
843
844 2009-02-04 Alan Modra <amodra@bigpond.net.au>
845
846 * emultempl/spuelf.em (spu_after_open): Don't combine .text.ia.*
847 during relocatable link.
848
849 2009-02-03 Nick Clifton <nickc@redhat.com>
850
851 PR 9797
852 * ld.texinfo (Constants): Document the base-encoding suffixes
853 supported in linker scripts.
854
855 2009-02-03 Alan Modra <amodra@bigpond.net.au>
856
857 * NEWS: Mention --as-needed change.
858
859 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
860
861 * configure.in: AC_SUBST pdfdir.
862 * Makefile.am: Add install-pdf, install-pdf-am,
863 and install-pdf-recursive targets. Define pdf__strip_dir.
864 * po/Make-in: Add install-pdf target.
865 * configure: Regenerate.
866 * Makefile.in: Regenerate.
867
868 2009-01-31 Alan Modra <amodra@bigpond.net.au>
869
870 * ld.texinfo (--as-needed): Update.
871
872 2009-01-29 Andrew Jenner <andrew@codesourcery.com>
873
874 * emultempl/armelf.em: Correct formatting of help text for
875 --no-enum-size-warning option.
876
877 2009-01-26 Nathan Sidwell <nathan@codesourcery.com>
878
879 * lexsup.c (parse_args): Set check_section_addresses to 1 or 0.
880 * ld.h (args_type): Make check_section_addresses a char.
881 * ldmain.c (main): Default check_section_addresses to -1. Check it
882 for relocatable links.
883 * ld.texinfo (--check-sections): Update documentation.
884
885 2009-01-26 Kai Tietz <kai.tietz@onevision.com>
886
887 * pe-dll.c (tmp_seq2): New static variable.
888 (make_singleton_name_imp): New.
889 (make_import_fixup_entry): Use for v2 the _imp_<name> symbol and
890 avoid duplicate import table generation for same symbol.
891 (pe_create_runtime_relocator_reference): Make reference for
892 64-bit 8 bytes.
893
894 2009-01-21 Alan Modra <amodra@bigpond.net.au>
895
896 * emultempl/spuelf.em (params): Init new field.
897 (OPTION_SPU_NON_IA_TEXT): Define.
898 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --non-ia-text.
899 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_SPU_NON_IA_TEXT.
900
901 2009-01-16 H.J. Lu <hongjiu.lu@intel.com>
902
903 * lexsup.c (option_values): Add OPTION_TTEXT_SEGMENT.
904 (ld_options): Add -Ttext-segment.
905 (parse_args): Handle OPTION_TTEXT_SEGMENT.
906
907 * ld.texinfo: Document -Ttext-segment.
908
909 * NEWS: Mention -Ttext-segment.
910
911 * scripttempl/elf.sc (TEXT_START_ADDR): Use SEGMENT_START.
912 (SHLIB_TEXT_START_ADDR): Likewise.
913
914 2009-01-13 Alan Modra <amodra@bigpond.net.au>
915
916 * emultempl/spu_icache.o_c: Regenerate.
917
918 2009-01-12 Alan Modra <amodra@bigpond.net.au>
919
920 * emultempl/spuelf.em (params): Init new fields.
921 (num_lines_set, line_size_set, icache_mgr, icache_mgr_stream): New vars.
922 (spu_place_special_section): Adjust placement for soft-icache. Pad
923 soft-icache section to a fixed size. Clear addr_tree.
924 (spu_elf_load_ovl_mgr): Support soft-icache. Map overlay manager
925 sections a little more intelligently.
926 (gld${EMULATION_NAME}_finish): Don't call spu_elf_build_stubs.
927 (OPTION_SPU_NUM_LINES): Rename from OPTION_SPU_NUM_REGIONS.
928 (OPTION_SPU_SOFT_ICACHE, OPTION_SPU_LINE_SIZE): Define.
929 (OPTION_SPU_LRLIVE): Define.
930 (PARSE_AND_LIST_LONGOPTS): Add new soft-icache options.
931 (PARSE_AND_LIST_OPTIONS): Likewise.
932 (PARSE_AND_LIST_ARGS_CASES): Handle them.
933 * emultempl/spu_icache.S: Dummy file.
934 * emultempl/spu_icache.o_c: Regenerate.
935 * Makefile.am (eelf32_spu.c): Depend on spu_icache.o_c.
936 (spu_icache.o_c): Add rule to build.
937 (CLEANFILES): Zap temp files.
938 (EXTRA_DIST): Add spu_icache.o_c.
939 * Makefile.in: Regenerate.
940
941 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
942
943 * pe.em (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
944 (gld..._add_options): Add new option
945 --use-nul-prefixed-import-tables.
946 (gld..._handle_option): Likewise.
947 * pep.em: Same as for pe.em.
948 * ld.texinfo: Add new option documentation for
949 --use-nul-prefixed-import-tables.
950 * pe-dll.c (pe_use_nul_prefixed_import_tables): New.
951 (make_head): Make prefix leading zero prefix element for
952 idata$4 and idata$5 dependent to new flag.
953 (make_import_fixup_entry): Remove idata4/5 prefix.
954 * pe-dll.h (pe_use_nul_prefixed_import_tables): New.
955 * pep-dll.c (pe_use_nul_prefixed_import_tables): New.
956 * pep-dll.h (pep_use_nul_prefixed_import_tables): New.
957 * NEWS: Add new option.
958
959 2009-01-05 Kai Tietz <kai.tietz@onevision.com>
960
961 * emultempl/pe.em: Prefix dollar characters to be outputed in
962 generated C file.
963 * emultempl/pep.em: Likewise.
964
965 2009-01-03 Dave Korn <dave.korn.cygwin@gmail.com>
966
967 * NEWS: Mention new feature --exclude-modules-for-implib.
968 * ld.texinfo: Document new --exclude-modules-for-implib option.
969 * pe-dll.c (exclude_list_struct): Change type member from int to
970 new enumeration exclude_type.
971 (pe_dll_add_excludes): Accept exclude_type instead of int param.
972 (auto_export): Replace magic constants by exclude_type values and
973 handle new choice EXCLUDEFORIMPLIB.
974 (pe_dll_generate_implib): Accept a pointer to the link_info and
975 iterate all input BFDs looking for EXCLUDEFORIMPLIB modules; re-open
976 fresh BFDs for any found and link into import lib archive chain.
977 * pe-dll.h (exclude_type): Add new enumerated type to replace magic
978 constants previously used for exclude_list_struct type member.
979 (pe_dll_add_excludes, pe_dll_generate_implib): Update prototypes.
980 * pep-dll.h (exclude_type, pe_dll_add_excludes,
981 pe_dll_generate_implib): Likewise to all the above.
982 * emultempl/pe.em (OPTION_EXCLUDE_MODULES_FOR_IMPLIB): Define new
983 getopts long option code for new --exclude-modules-for-implib option.
984 (gld${EMULATION_NAME}_add_options): Add new entry to xtra_long[].
985 (gld_${EMULATION_NAME}_list_options): List usage for it.
986 (gld${EMULATION_NAME}_handle_option): Use exclude_type enumerated
987 values when calling pe_dll_add_excludes, and handle EXCLUDEFORIMPLIB.
988 (gld_${EMULATION_NAME}_finish): Pass pointer to link_info when
989 calling pe_dll_generate_implib.
990 * emultempl/pep.em (options): Define new enumerated value for getopts
991 long option code for new --exclude-modules-for-implib option.
992 (gld${EMULATION_NAME}_add_options, gld_${EMULATION_NAME}_list_options,
993 gld${EMULATION_NAME}_handle_option, gld_${EMULATION_NAME}_finish):
994 Again, likewise to all the above.
995
996 2009-01-03 Dave Korn <dave.korn.cygwin@gmail.com>
997
998 * pe-dll.c (autofilter_liblist): Add entry for shared libgcc.
999 (libnamencmp): New function.
1000 (auto_export): Use it in place of strncmp when filtering libraries.
1001
1002 For older changes see ChangeLog-2008
1003 \f
1004 Local Variables:
1005 mode: change-log
1006 left-margin: 8
1007 fill-column: 74
1008 version-control: never
1009 End:
This page took 0.050533 seconds and 4 git commands to generate.