oops - forgot to commit with the previous delta
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2009-01-13 Alan Modra <amodra@bigpond.net.au>
2
3 * emultempl/spu_icache.o_c: Regenerate.
4
5 2009-01-12 Alan Modra <amodra@bigpond.net.au>
6
7 * emultempl/spuelf.em (params): Init new fields.
8 (num_lines_set, line_size_set, icache_mgr, icache_mgr_stream): New vars.
9 (spu_place_special_section): Adjust placement for soft-icache. Pad
10 soft-icache section to a fixed size. Clear addr_tree.
11 (spu_elf_load_ovl_mgr): Support soft-icache. Map overlay manager
12 sections a little more intelligently.
13 (gld${EMULATION_NAME}_finish): Don't call spu_elf_build_stubs.
14 (OPTION_SPU_NUM_LINES): Rename from OPTION_SPU_NUM_REGIONS.
15 (OPTION_SPU_SOFT_ICACHE, OPTION_SPU_LINE_SIZE): Define.
16 (OPTION_SPU_LRLIVE): Define.
17 (PARSE_AND_LIST_LONGOPTS): Add new soft-icache options.
18 (PARSE_AND_LIST_OPTIONS): Likewise.
19 (PARSE_AND_LIST_ARGS_CASES): Handle them.
20 * emultempl/spu_icache.S: Dummy file.
21 * emultempl/spu_icache.o_c: Regenerate.
22 * Makefile.am (eelf32_spu.c): Depend on spu_icache.o_c.
23 (spu_icache.o_c): Add rule to build.
24 (CLEANFILES): Zap temp files.
25 (EXTRA_DIST): Add spu_icache.o_c.
26 * Makefile.in: Regenerate.
27
28 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
29
30 * pe.em (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
31 (gld..._add_options): Add new option
32 --use-nul-prefixed-import-tables.
33 (gld..._handle_option): Likewise.
34 * pep.em: Same as for pe.em.
35 * ld.texinfo: Add new option documentation for
36 --use-nul-prefixed-import-tables.
37 * pe-dll.c (pe_use_nul_prefixed_import_tables): New.
38 (make_head): Make prefix leading zero prefix element for
39 idata$4 and idata$5 dependent to new flag.
40 (make_import_fixup_entry): Remove idata4/5 prefix.
41 * pe-dll.h (pe_use_nul_prefixed_import_tables): New.
42 * pep-dll.c (pe_use_nul_prefixed_import_tables): New.
43 * pep-dll.h (pep_use_nul_prefixed_import_tables): New.
44 * NEWS: Add new option.
45
46 2009-01-05 Kai Tietz <kai.tietz@onevision.com>
47
48 * emultempl/pe.em: Prefix dollar characters to be outputed in
49 generated C file.
50 * emultempl/pep.em: Likewise.
51
52 2009-01-03 Dave Korn <dave.korn.cygwin@gmail.com>
53
54 * NEWS: Mention new feature --exclude-modules-for-implib.
55 * ld.texinfo: Document new --exclude-modules-for-implib option.
56 * pe-dll.c (exclude_list_struct): Change type member from int to
57 new enumeration exclude_type.
58 (pe_dll_add_excludes): Accept exclude_type instead of int param.
59 (auto_export): Replace magic constants by exclude_type values and
60 handle new choice EXCLUDEFORIMPLIB.
61 (pe_dll_generate_implib): Accept a pointer to the link_info and
62 iterate all input BFDs looking for EXCLUDEFORIMPLIB modules; re-open
63 fresh BFDs for any found and link into import lib archive chain.
64 * pe-dll.h (exclude_type): Add new enumerated type to replace magic
65 constants previously used for exclude_list_struct type member.
66 (pe_dll_add_excludes, pe_dll_generate_implib): Update prototypes.
67 * pep-dll.h (exclude_type, pe_dll_add_excludes,
68 pe_dll_generate_implib): Likewise to all the above.
69 * emultempl/pe.em (OPTION_EXCLUDE_MODULES_FOR_IMPLIB): Define new
70 getopts long option code for new --exclude-modules-for-implib option.
71 (gld${EMULATION_NAME}_add_options): Add new entry to xtra_long[].
72 (gld_${EMULATION_NAME}_list_options): List usage for it.
73 (gld${EMULATION_NAME}_handle_option): Use exclude_type enumerated
74 values when calling pe_dll_add_excludes, and handle EXCLUDEFORIMPLIB.
75 (gld_${EMULATION_NAME}_finish): Pass pointer to link_info when
76 calling pe_dll_generate_implib.
77 * emultempl/pep.em (options): Define new enumerated value for getopts
78 long option code for new --exclude-modules-for-implib option.
79 (gld${EMULATION_NAME}_add_options, gld_${EMULATION_NAME}_list_options,
80 gld${EMULATION_NAME}_handle_option, gld_${EMULATION_NAME}_finish):
81 Again, likewise to all the above.
82
83 2009-01-03 Dave Korn <dave.korn.cygwin@gmail.com>
84
85 * pe-dll.c (autofilter_liblist): Add entry for shared libgcc.
86 (libnamencmp): New function.
87 (auto_export): Use it in place of strncmp when filtering libraries.
88
89 For older changes see ChangeLog-2008
90 \f
91 Local Variables:
92 mode: change-log
93 left-margin: 8
94 fill-column: 74
95 version-control: never
96 End:
This page took 0.03156 seconds and 4 git commands to generate.