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