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