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