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