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