*** empty log message ***
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
177b729b
ILT
12004-02-23 Ian Lance Taylor <ian@wasabisystems.com>
2
3 * ldlang.c (lang_check): Use %P, not %E, in error message.
4
1b493742
NS
52004-02-23 Nathan Sidwell <nathan@codesourcery.com>
6
7 * ldlang.h (struct lang_output_section_state): Change processed
8 field's type.
9 * ldexp.c (check, invalid): Remove.
10 (fold_name): Move valid_p assignments. Create undefined symbol
11 when needed. Directly exampine section's processd flag.
12 * ldlang.c (lang_output_section_statement_lookup): Adjust
13 processed field init.
14 (lang_size_sections_1): Allow LOADADDR when determining section's
15 VMA. Adjust error message. Fold data statement's expr.
16 (lang_size_sections): Correctly increment lang_statement_iteration.
17
182004-02-23 Alan Modra <amodra@bigpond.net.au>
19
20 * ldexp.c (fold_tree): Follow indirect symbols.
21
876f4090
NS
222004-02-20 Nathan Sidwell <nathan@codesourcery.com>
23
24 * ldgram.y (exp): Add two operand ALIGN.
25 * ldexp.c (fold_binary): Add ALIGN_K case.
26 * ld.texinfo (ALIGN): Document two operand version.
27
384d938f
NS
282004-02-19 Nathan Sidwell <nathan@codesourcery.com>
29
30 * ldlang.c (map_input_to_output_sections): Initialize sections
31 mentioned in a data statement expression.
32 (lang_do_assignments_1): Add data statement's expression's
33 section's vma.
34
b6ca8815
NS
352004-02-18 Nathan Sidwell <nathan@codesourcery.com>
36
37 * ldgram.y (statement_anywhere): Add assert rule.
38 * ldlang.c (exp_init_os): Add assert case.
39
c92c35e7
AC
402004-02-14 Andrew Cagney <cagney@redhat.com>
41
42 * ldmain.c (remove_output): Call bfd_cache_close.
43
9bf78c99
RS
442004-02-14 Richard Sandiford <rsandifo@redhat.com>
45
46 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
47 .MIPS.content* and .MIPS.events* sections.
48
f3806916
DJ
492004-02-09 Daniel Jacobowitz <drow@mvista.com>
50
51 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
52 .note.gnu.arm.ident to after allocated sections. Mark its
53 address as 0.
54
4c8e70d7
DJ
552004-02-09 Daniel Jacobowitz <drow@mvista.com>
56
57 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
58 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
59 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
60 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
61 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
62
ff71f4f7
NC
632004-02-05 Nick Clifton <nickc@redhat.com>
64
65 * emultempl/pe.em (_after_open): Fix typo in previous delta.
66
07a68a80
NC
672004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
68
69 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
70
1dd3bf68
AM
712004-01-28 Alan Modra <amodra@bigpond.net.au>
72
586196d5
AM
73 * genscripts.sh: Fix typo.
74
1dd3bf68
AM
75 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
76
13d9421f
JJ
772004-01-24 Jakub Jelinek <jakub@redhat.com>
78
79 * emulparams/elf64_ia64.sh: Put .rela.opd into
80 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
81
4d8907ac
DS
822004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
83
84 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
85 * ld.texinfo (--omagic): Note that writable text section
86 does not conform to published PE-COFF specs.
87 (--enable-auto-import): Likewise.
88
e5c60db5
AM
892004-01-15 Alan Modra <amodra@bigpond.net.au>
90
91 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
92
6bdafbeb
NC
932004-01-13 Nick Clifton <nickc@redhat.com>
94
95 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
96 which if true will prevent the LMA region being used as a
97 replacement for a default VMA region.
586196d5
AM
98 (lang_leave_output_section_statement): Pass extra parameter.
99 (lang_leave_overlay): Likewise.
100 * ld.texinfo (Output Section LMA): Document that the LMA
6bdafbeb
NC
101 region can be set to the VMA region if no VMA has been set.
102 * ldlang.h (struct lang_output_section_phdr_list): Create a
103 typedef for this type. Minor formatting fixes.
586196d5 104
9dfc8ab2
NC
1052004-01-13 Nick Clifton <nickc@redhat.com>
106
107 * ldlang.c (lang_size_sections_1): If dot is advanced, then
108 assume that the section should be allocated.
109
8325c4dd
AM
1102004-01-13 Alan Modra <amodra@bigpond.net.au>
111
112 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
113 sections. Do ignore SEC_NEVER_LOAD sections.
114 (lang_size_sections_1): Remove test made redundant with the above.
115
83490352
AM
1162004-01-09 Alan Modra <amodra@bigpond.net.au>
117
118 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
119 program_header_size.
120
005e1118
AO
1212004-01-06 Alexandre Oliva <aoliva@redhat.com>
122
123 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
124 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
125 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
126 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
127 (MAXPAGESIZE): Set to 64Kb.
128 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
129 __ROFIXUP_END__. Don't map .rofixup.got any more.
130 * emulparams/elf32frv.sh (NOP): Set.
131 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
132 * configure.tgt: Add frv-*-*linux*.
133 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
134 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
135 (eelf32frvfd.c): New.
136 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
137 * emulparams/elf32frv.sh: Reverted previous two patches.
138 * emulparams/elf32frvfd.sh: New.
139 * Makefile.in: Rebuilt.
140 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
141 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
142 .rofixup.got to .rofixup.
143 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
144 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
145 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
146
060feee5
JJ
1472004-01-05 Jakub Jelinek <jakub@redhat.com>
148
149 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
150 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
151
5e2f1575
AM
1522004-01-03 Alan Modra <amodra@bigpond.net.au>
153
e5caa5e0
AM
154 * ldexp.c (align_n): Make static.
155 * ldexp.h (align_n): Delete declaration.
156 * ldlang.h (lang_enter_output_section_statement): Remove
157 block_value param.
158 * ldlang.c (lang_enter_output_section_statement): Likewise.
159 (TO_ADDR, TO_SIZE): Define.
c2df3ea5 160 (opb_shift): New var.
e5caa5e0
AM
161 (init_opb): New function.
162 (print_input_section): Call init_opb and use TO_ADDR.
163 (print_data_statement, print_reloc_statement): Likewise.
164 (print_padding_statement): Likewise.
c2df3ea5 165 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
166 (lang_check_section_addresses): Likewise.
167 (lang_size_sections_1): Likewise.
168 (lang_do_assignments_1): Likewise.
169 (lang_set_startof): Likewise.
c2df3ea5 170 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 171 (lang_process): Call init_opb.
c2df3ea5 172 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
173 (lang_enter_overlay_section): Adjust
174 lang_enter_output_section_statement call.
175 * ldgram.y: Likewise.
176 * mri.c (mri_draw_tree): Likewise.
177 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
178 * emultempl/mmo.em (mmo_place_orphan): Likewise.
179 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
180
5e2f1575
AM
181 * ldfile.c (ldfile_set_output_arch): Add defarch param.
182 * ldfile.h (ldfile_set_output_arch): Ditto.
183 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
184 ldfile_set_output_arch.
185 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
186 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
187 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
188 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
189 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
190 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
191 * ldgram.y: Adjust ldfile_set_output_arch call.
192 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
193 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
194 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
195 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
196 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
197 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
198 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
199
b50c15dc
NC
2002004-01-02 Bernardo Innocenti <bernie@develer.com>
201
202 * configure.tgt: Add m68k-uClinux target.
6edf0760 203
c9e214e5 204For older changes see ChangeLog-0203
252b5132
RH
205\f
206Local Variables:
207mode: change-log
208left-margin: 8
209fill-column: 74
210version-control: never
211End:
This page took 0.320191 seconds and 4 git commands to generate.