* elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Clear
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
b6ca8815
NS
12004-02-18 Nathan Sidwell <nathan@codesourcery.com>
2
3 * ldgram.y (statement_anywhere): Add assert rule.
4 * ldlang.c (exp_init_os): Add assert case.
5
c92c35e7
AC
62004-02-14 Andrew Cagney <cagney@redhat.com>
7
8 * ldmain.c (remove_output): Call bfd_cache_close.
9
9bf78c99
RS
102004-02-14 Richard Sandiford <rsandifo@redhat.com>
11
12 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard
13 .MIPS.content* and .MIPS.events* sections.
14
f3806916
DJ
152004-02-09 Daniel Jacobowitz <drow@mvista.com>
16
17 * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move
18 .note.gnu.arm.ident to after allocated sections. Mark its
19 address as 0.
20
4c8e70d7
DJ
212004-02-09 Daniel Jacobowitz <drow@mvista.com>
22
23 * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB.
24 * emulparams/elf32bmip.sh (COMMONPAGESIZE): Likewise.
25 * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Likewise.
26 * emulparams/elf32btsmipn32.sh (COMMONPAGESIZE): Likewise.
27 * emulparams/shlelf_linux.sh (COMMONPAGESIZE): Likewise.
28
ff71f4f7
NC
292004-02-05 Nick Clifton <nickc@redhat.com>
30
31 * emultempl/pe.em (_after_open): Fix typo in previous delta.
32
07a68a80
NC
332004-02-04 Danny Smith <dannysmith@users.sourceforge.net>
34
35 * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
36
1dd3bf68
AM
372004-01-28 Alan Modra <amodra@bigpond.net.au>
38
586196d5
AM
39 * genscripts.sh: Fix typo.
40
1dd3bf68
AM
41 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
42
13d9421f
JJ
432004-01-24 Jakub Jelinek <jakub@redhat.com>
44
45 * emulparams/elf64_ia64.sh: Put .rela.opd into
46 OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
47
4d8907ac
DS
482004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
49
50 * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag.
51 * ld.texinfo (--omagic): Note that writable text section
52 does not conform to published PE-COFF specs.
53 (--enable-auto-import): Likewise.
54
e5c60db5
AM
552004-01-15 Alan Modra <amodra@bigpond.net.au>
56
57 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
58
6bdafbeb
NC
592004-01-13 Nick Clifton <nickc@redhat.com>
60
61 * ldlang.c (lang_get_regions): Add extra parameter 'have_vma'
62 which if true will prevent the LMA region being used as a
63 replacement for a default VMA region.
586196d5
AM
64 (lang_leave_output_section_statement): Pass extra parameter.
65 (lang_leave_overlay): Likewise.
66 * ld.texinfo (Output Section LMA): Document that the LMA
6bdafbeb
NC
67 region can be set to the VMA region if no VMA has been set.
68 * ldlang.h (struct lang_output_section_phdr_list): Create a
69 typedef for this type. Minor formatting fixes.
586196d5 70
9dfc8ab2
NC
712004-01-13 Nick Clifton <nickc@redhat.com>
72
73 * ldlang.c (lang_size_sections_1): If dot is advanced, then
74 assume that the section should be allocated.
75
8325c4dd
AM
762004-01-13 Alan Modra <amodra@bigpond.net.au>
77
78 * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD
79 sections. Do ignore SEC_NEVER_LOAD sections.
80 (lang_size_sections_1): Remove test made redundant with the above.
81
83490352
AM
822004-01-09 Alan Modra <amodra@bigpond.net.au>
83
84 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
85 program_header_size.
86
005e1118
AO
872004-01-06 Alexandre Oliva <aoliva@redhat.com>
88
89 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
90 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
91 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
92 * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
93 (MAXPAGESIZE): Set to 64Kb.
94 (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
95 __ROFIXUP_END__. Don't map .rofixup.got any more.
96 * emulparams/elf32frv.sh (NOP): Set.
97 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
98 * configure.tgt: Add frv-*-*linux*.
99 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
100 * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
101 (eelf32frvfd.c): New.
102 * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
103 * emulparams/elf32frv.sh: Reverted previous two patches.
104 * emulparams/elf32frvfd.sh: New.
105 * Makefile.in: Rebuilt.
106 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
107 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
108 .rofixup.got to .rofixup.
109 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
110 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
111 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
112
060feee5
JJ
1132004-01-05 Jakub Jelinek <jakub@redhat.com>
114
115 * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
116 * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
117
5e2f1575
AM
1182004-01-03 Alan Modra <amodra@bigpond.net.au>
119
e5caa5e0
AM
120 * ldexp.c (align_n): Make static.
121 * ldexp.h (align_n): Delete declaration.
122 * ldlang.h (lang_enter_output_section_statement): Remove
123 block_value param.
124 * ldlang.c (lang_enter_output_section_statement): Likewise.
125 (TO_ADDR, TO_SIZE): Define.
c2df3ea5 126 (opb_shift): New var.
e5caa5e0
AM
127 (init_opb): New function.
128 (print_input_section): Call init_opb and use TO_ADDR.
129 (print_data_statement, print_reloc_statement): Likewise.
130 (print_padding_statement): Likewise.
c2df3ea5 131 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
132 (lang_check_section_addresses): Likewise.
133 (lang_size_sections_1): Likewise.
134 (lang_do_assignments_1): Likewise.
135 (lang_set_startof): Likewise.
c2df3ea5 136 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 137 (lang_process): Call init_opb.
c2df3ea5 138 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
139 (lang_enter_overlay_section): Adjust
140 lang_enter_output_section_statement call.
141 * ldgram.y: Likewise.
142 * mri.c (mri_draw_tree): Likewise.
143 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
144 * emultempl/mmo.em (mmo_place_orphan): Likewise.
145 * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
146
5e2f1575
AM
147 * ldfile.c (ldfile_set_output_arch): Add defarch param.
148 * ldfile.h (ldfile_set_output_arch): Ditto.
149 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
150 ldfile_set_output_arch.
151 * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
152 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
153 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
154 * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
155 * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
156 * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
157 * ldgram.y: Adjust ldfile_set_output_arch call.
158 * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
159 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
160 * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
161 * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
162 * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
163 * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
164 * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
165
b50c15dc
NC
1662004-01-02 Bernardo Innocenti <bernie@develer.com>
167
168 * configure.tgt: Add m68k-uClinux target.
6edf0760 169
c9e214e5 170For older changes see ChangeLog-0203
252b5132
RH
171\f
172Local Variables:
173mode: change-log
174left-margin: 8
175fill-column: 74
176version-control: never
177End:
This page took 0.273683 seconds and 4 git commands to generate.