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