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