* elf32-spu.c (spu_elf_build_stubs): Define __icache_neg_log2_linesize.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
8a308ae8
NC
12009-02-03 Nick Clifton <nickc@redhat.com>
2
3 PR 9797
4 * ld.texinfo (Constants): Document the base-encoding suffixes
5 supported in linker scripts.
6
28024d9d
L
72009-02-03 Alan Modra <amodra@bigpond.net.au>
8
9 * NEWS: Mention --as-needed change.
10
31dd3154
JM
112009-02-03 Carlos O'Donell <carlos@codesourcery.com>
12
13 * configure.in: AC_SUBST pdfdir.
14 * Makefile.am: Add install-pdf, install-pdf-am,
15 and install-pdf-recursive targets. Define pdf__strip_dir.
16 * po/Make-in: Add install-pdf target.
17 * configure: Regenerate.
18 * Makefile.in: Regenerate.
19
010e5ae2
AM
202009-01-31 Alan Modra <amodra@bigpond.net.au>
21
22 * ld.texinfo (--as-needed): Update.
23
893dcb0e
JM
242009-01-29 Andrew Jenner <andrew@codesourcery.com>
25
26 * emultempl/armelf.em: Correct formatting of help text for
27 --no-enum-size-warning option.
28
02b0b1aa
NS
292009-01-26 Nathan Sidwell <nathan@codesourcery.com>
30
31 * lexsup.c (parse_args): Set check_section_addresses to 1 or 0.
32 * ld.h (args_type): Make check_section_addresses a char.
33 ldlang.c (lang_process): Don't consider relocatable flag when
34 checking for overlap.
35 * ldmain.c (main): Default check_section_addresses to -1. Check it
36 for relocatable links.
37 * ld.texinfo (--check-sections): Update documentation.
38
9382254d
KT
392009-01-26 Kai Tietz <kai.tietz@onevision.com>
40
41 * pe-dll.c (tmp_seq2): New static variable.
42 (make_singleton_name_imp): New.
43 (make_import_fixup_entry): Use for v2 the _imp_<name> symbol and
44 avoid duplicate import table generation for same symbol.
45 (pe_create_runtime_relocator_reference): Make reference for
46 64-bit 8 bytes.
47
fb266b8b
AM
482009-01-21 Alan Modra <amodra@bigpond.net.au>
49
50 * emultempl/spuelf.em (params): Init new field.
51 (OPTION_SPU_NON_IA_TEXT): Define.
52 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --non-ia-text.
53 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_SPU_NON_IA_TEXT.
54
258795f5
L
552009-01-16 H.J. Lu <hongjiu.lu@intel.com>
56
57 * lexsup.c (option_values): Add OPTION_TTEXT_SEGMENT.
58 (ld_options): Add -Ttext-segment.
59 (parse_args): Handle OPTION_TTEXT_SEGMENT.
60
61 * ld.texinfo: Document -Ttext-segment.
62
63 * NEWS: Mention -Ttext-segment.
64
65 * scripttempl/elf.sc (TEXT_START_ADDR): Use SEGMENT_START.
66 (SHLIB_TEXT_START_ADDR): Likewise.
67
8d8047c4
AM
682009-01-13 Alan Modra <amodra@bigpond.net.au>
69
70 * emultempl/spu_icache.o_c: Regenerate.
71
cd4a7468
AM
722009-01-12 Alan Modra <amodra@bigpond.net.au>
73
74 * emultempl/spuelf.em (params): Init new fields.
75 (num_lines_set, line_size_set, icache_mgr, icache_mgr_stream): New vars.
76 (spu_place_special_section): Adjust placement for soft-icache. Pad
77 soft-icache section to a fixed size. Clear addr_tree.
78 (spu_elf_load_ovl_mgr): Support soft-icache. Map overlay manager
79 sections a little more intelligently.
80 (gld${EMULATION_NAME}_finish): Don't call spu_elf_build_stubs.
81 (OPTION_SPU_NUM_LINES): Rename from OPTION_SPU_NUM_REGIONS.
82 (OPTION_SPU_SOFT_ICACHE, OPTION_SPU_LINE_SIZE): Define.
83 (OPTION_SPU_LRLIVE): Define.
84 (PARSE_AND_LIST_LONGOPTS): Add new soft-icache options.
85 (PARSE_AND_LIST_OPTIONS): Likewise.
86 (PARSE_AND_LIST_ARGS_CASES): Handle them.
87 * emultempl/spu_icache.S: Dummy file.
88 * emultempl/spu_icache.o_c: Regenerate.
89 * Makefile.am (eelf32_spu.c): Depend on spu_icache.o_c.
90 (spu_icache.o_c): Add rule to build.
91 (CLEANFILES): Zap temp files.
92 (EXTRA_DIST): Add spu_icache.o_c.
93 * Makefile.in: Regenerate.
94
ce11ba6c
KT
952009-01-08 Kai Tietz <kai.tietz@onevision.com>
96
97 * pe.em (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
98 (gld..._add_options): Add new option
99 --use-nul-prefixed-import-tables.
100 (gld..._handle_option): Likewise.
101 * pep.em: Same as for pe.em.
102 * ld.texinfo: Add new option documentation for
103 --use-nul-prefixed-import-tables.
104 * pe-dll.c (pe_use_nul_prefixed_import_tables): New.
105 (make_head): Make prefix leading zero prefix element for
106 idata$4 and idata$5 dependent to new flag.
107 (make_import_fixup_entry): Remove idata4/5 prefix.
108 * pe-dll.h (pe_use_nul_prefixed_import_tables): New.
109 * pep-dll.c (pe_use_nul_prefixed_import_tables): New.
110 * pep-dll.h (pep_use_nul_prefixed_import_tables): New.
111 * NEWS: Add new option.
112
d34c1c51
KT
1132009-01-05 Kai Tietz <kai.tietz@onevision.com>
114
115 * emultempl/pe.em: Prefix dollar characters to be outputed in
116 generated C file.
117 * emultempl/pep.em: Likewise.
118
e1c37eb5
DK
1192009-01-03 Dave Korn <dave.korn.cygwin@gmail.com>
120
121 * NEWS: Mention new feature --exclude-modules-for-implib.
122 * ld.texinfo: Document new --exclude-modules-for-implib option.
123 * pe-dll.c (exclude_list_struct): Change type member from int to
124 new enumeration exclude_type.
125 (pe_dll_add_excludes): Accept exclude_type instead of int param.
126 (auto_export): Replace magic constants by exclude_type values and
127 handle new choice EXCLUDEFORIMPLIB.
128 (pe_dll_generate_implib): Accept a pointer to the link_info and
129 iterate all input BFDs looking for EXCLUDEFORIMPLIB modules; re-open
130 fresh BFDs for any found and link into import lib archive chain.
131 * pe-dll.h (exclude_type): Add new enumerated type to replace magic
132 constants previously used for exclude_list_struct type member.
133 (pe_dll_add_excludes, pe_dll_generate_implib): Update prototypes.
134 * pep-dll.h (exclude_type, pe_dll_add_excludes,
135 pe_dll_generate_implib): Likewise to all the above.
136 * emultempl/pe.em (OPTION_EXCLUDE_MODULES_FOR_IMPLIB): Define new
137 getopts long option code for new --exclude-modules-for-implib option.
138 (gld${EMULATION_NAME}_add_options): Add new entry to xtra_long[].
139 (gld_${EMULATION_NAME}_list_options): List usage for it.
140 (gld${EMULATION_NAME}_handle_option): Use exclude_type enumerated
141 values when calling pe_dll_add_excludes, and handle EXCLUDEFORIMPLIB.
142 (gld_${EMULATION_NAME}_finish): Pass pointer to link_info when
143 calling pe_dll_generate_implib.
144 * emultempl/pep.em (options): Define new enumerated value for getopts
145 long option code for new --exclude-modules-for-implib option.
146 (gld${EMULATION_NAME}_add_options, gld_${EMULATION_NAME}_list_options,
147 gld${EMULATION_NAME}_handle_option, gld_${EMULATION_NAME}_finish):
148 Again, likewise to all the above.
149
81b07b16 1502009-01-03 Dave Korn <dave.korn.cygwin@gmail.com>
84e94c90 151
81b07b16
DK
152 * pe-dll.c (autofilter_liblist): Add entry for shared libgcc.
153 (libnamencmp): New function.
154 (auto_export): Use it in place of strncmp when filtering libraries.
84e94c90 155
81b07b16 156For older changes see ChangeLog-2008
252b5132
RH
157\f
158Local Variables:
159mode: change-log
160left-margin: 8
161fill-column: 74
162version-control: never
163End:
This page took 0.529681 seconds and 4 git commands to generate.