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