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