Fix thinko checking for dlls in archives.
[binutils.git] / ld / ChangeLog
blobdf0c6bb774abd8bc73e8f05d6ddd3e8eef544fa7
1 2004-02-04  Danny Smith  <dannysmith@users.sourceforge.net>
3         * emultempl/pe.em (_after_open): Fix thinko in 2003-12-18 patch.
5 2004-01-28  Alan Modra  <amodra@bigpond.net.au>
7         * genscripts.sh: Fix typo.
9         * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.
11 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
13         * emulparams/elf64_ia64.sh: Put .rela.opd into
14         OTHER_GOT_RELOC_SECTIONS instead of OTHER_PLT_RELOC_SECTIONS.
16 2004-01-20  Danny Smith  <dannysmith@users.sourceforge.net>
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.
23 2004-01-15  Alan Modra  <amodra@bigpond.net.au>
25         * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
27 2004-01-13  Nick Clifton  <nickc@redhat.com>
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.
32         (lang_leave_output_section_statement): Pass extra parameter.
33         (lang_leave_overlay): Likewise.
34         * ld.texinfo (Output Section LMA): Document that the LMA
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.
39 2004-01-13  Nick Clifton  <nickc@redhat.com>
41         * ldlang.c (lang_size_sections_1): If dot is advanced, then
42         assume that the section should be allocated.
44 2004-01-13  Alan Modra  <amodra@bigpond.net.au>
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.
50 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
52         * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
53         program_header_size.
55 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
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.
81 2004-01-05  Jakub Jelinek  <jakub@redhat.com>
83         * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
84         * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
86 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
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.
94         (opb_shift): New var.
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.
99         (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
100         (lang_check_section_addresses): Likewise.
101         (lang_size_sections_1): Likewise.
102         (lang_do_assignments_1): Likewise.
103         (lang_set_startof): Likewise.
104         (lang_one_common): Likewise.  Combine power_of_two and opb_shift align.
105         (lang_process): Call init_opb.
106         (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
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.
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.
134 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
136         * configure.tgt: Add m68k-uClinux target.
138 For older changes see ChangeLog-0203
140 Local Variables:
141 mode: change-log
142 left-margin: 8
143 fill-column: 74
144 version-control: never
145 End: