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