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