* dwarf2read.c (read_func_scope): Re-indent comment.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
13d9421f
JJ
12004-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
4d8907ac
DS
62004-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
e5c60db5
AM
132004-01-15 Alan Modra <amodra@bigpond.net.au>
14
15 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
16
6bdafbeb
NC
172004-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
9dfc8ab2
NC
292004-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
8325c4dd
AM
342004-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
83490352
AM
402004-01-09 Alan Modra <amodra@bigpond.net.au>
41
42 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
43 program_header_size.
44
005e1118
AO
452004-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
060feee5
JJ
712004-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
5e2f1575
AM
762004-01-03 Alan Modra <amodra@bigpond.net.au>
77
e5caa5e0
AM
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.
c2df3ea5 84 (opb_shift): New var.
e5caa5e0
AM
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.
c2df3ea5 89 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
e5caa5e0
AM
90 (lang_check_section_addresses): Likewise.
91 (lang_size_sections_1): Likewise.
92 (lang_do_assignments_1): Likewise.
93 (lang_set_startof): Likewise.
c2df3ea5 94 (lang_one_common): Likewise. Combine power_of_two and opb_shift align.
e5caa5e0 95 (lang_process): Call init_opb.
c2df3ea5 96 (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
e5caa5e0
AM
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
5e2f1575
AM
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
b50c15dc
NC
1242004-01-02 Bernardo Innocenti <bernie@develer.com>
125
126 * configure.tgt: Add m68k-uClinux target.
6edf0760 127
c9e214e5 128For older changes see ChangeLog-0203
252b5132
RH
129\f
130Local Variables:
131mode: change-log
132left-margin: 8
133fill-column: 74
134version-control: never
135End:
This page took 0.289342 seconds and 4 git commands to generate.