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