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