* gdb.texinfo (KOD): Document "show os". Add index entries for
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
4d8907ac
DS
12004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
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
82004-01-15 Alan Modra <amodra@bigpond.net.au>
9
10 * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define.
11
6bdafbeb
NC
122004-01-13 Nick Clifton <nickc@redhat.com>
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
242004-01-13 Nick Clifton <nickc@redhat.com>
25
26 * ldlang.c (lang_size_sections_1): If dot is advanced, then
27 assume that the section should be allocated.
28
8325c4dd
AM
292004-01-13 Alan Modra <amodra@bigpond.net.au>
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
352004-01-09 Alan Modra <amodra@bigpond.net.au>
36
37 * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
38 program_header_size.
39
005e1118
AO
402004-01-06 Alexandre Oliva <aoliva@redhat.com>
41
42 2003-11-28 Alexandre Oliva <aoliva@redhat.com>
43 * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
44 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
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 <aoliva@redhat.com>
51 * configure.tgt: Add frv-*-*linux*.
52 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
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 <aoliva@redhat.com>
60 * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
61 .rofixup.got to .rofixup.
62 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
63 * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
64 (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
65
060feee5
JJ
662004-01-05 Jakub Jelinek <jakub@redhat.com>
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
712004-01-03 Alan Modra <amodra@bigpond.net.au>
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
1192004-01-02 Bernardo Innocenti <bernie@develer.com>
120
121 * configure.tgt: Add m68k-uClinux target.
6edf0760 122
c9e214e5 123For older changes see ChangeLog-0203
252b5132
RH
124\f
125Local Variables:
126mode: change-log
127left-margin: 8
128fill-column: 74
129version-control: never
130End:
This page took 0.338169 seconds and 4 git commands to generate.