* emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
[binutils.git] / ld / ChangeLog
blobe6c03c8fd4bb3bfe4428f505160e7e810c9056df
1 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
3         * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
4         program_header_size.
6 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
8         2003-11-28  Alexandre Oliva  <aoliva@redhat.com>
9         * emulparams/elf32frvfd.sh (EMBEDDED): Clear.
10         2003-11-05  Alexandre Oliva  <aoliva@redhat.com>
11         * emulparams/elf32frvfd.sh (STACK_ADDR): Unset.
12         (MAXPAGESIZE): Set to 64Kb.
13         (OTHER_READONLY_SECTIONS): Define __ROFIXUP_LIST__ and
14         __ROFIXUP_END__.  Don't map .rofixup.got any more.
15         * emulparams/elf32frv.sh (NOP): Set.
16         2003-10-31  Alexandre Oliva  <aoliva@redhat.com>
17         * configure.tgt: Add frv-*-*linux*.
18         2003-09-30  Alexandre Oliva  <aoliva@redhat.com>
19         * Makefile.am (ALL_EMULATIONS): Added eelf32frvfd.o.
20         (eelf32frvfd.c): New.
21         * configure.tgt <frv-*-*>: Added it to targ_extra_emuls.
22         * emulparams/elf32frv.sh: Reverted previous two patches.
23         * emulparams/elf32frvfd.sh: New.
24         * Makefile.in: Rebuilt.
25         2003-09-18  Alexandre Oliva  <aoliva@redhat.com>
26         * emulparams/elf32frv.sh (OTHER_READONLY_SECTIONS): Added
27         .rofixup.got to .rofixup.
28         2003-09-15  Alexandre Oliva  <aoliva@redhat.com>
29         * emulparams/elf32frv.sh (MAXPAGESIZE): Make it 256KiB, not 256B.
30         (TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT): Set.
32 2004-01-05  Jakub Jelinek  <jakub@redhat.com>
34         * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes.
35         * emulparams/elf64_s390.sh (NO_SMALL_DATA): Set to yes.
37 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
39         * ldexp.c (align_n): Make static.
40         * ldexp.h (align_n): Delete declaration.
41         * ldlang.h (lang_enter_output_section_statement): Remove
42         block_value param.
43         * ldlang.c (lang_enter_output_section_statement): Likewise.
44         (TO_ADDR, TO_SIZE): Define.
45         (opb_shift): New var.
46         (init_opb): New function.
47         (print_input_section): Call init_opb and use TO_ADDR.
48         (print_data_statement, print_reloc_statement): Likewise.
49         (print_padding_statement): Likewise.
50         (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
51         (lang_check_section_addresses): Likewise.
52         (lang_size_sections_1): Likewise.
53         (lang_do_assignments_1): Likewise.
54         (lang_set_startof): Likewise.
55         (lang_one_common): Likewise.  Combine power_of_two and opb_shift align.
56         (lang_process): Call init_opb.
57         (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
58         (lang_enter_overlay_section): Adjust
59         lang_enter_output_section_statement call.
60         * ldgram.y: Likewise.
61         * mri.c (mri_draw_tree): Likewise.
62         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
63         * emultempl/mmo.em (mmo_place_orphan): Likewise.
64         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
66         * ldfile.c (ldfile_set_output_arch): Add defarch param.
67         * ldfile.h (ldfile_set_output_arch): Ditto.
68         * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
69         ldfile_set_output_arch.
70         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
71         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
72         * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
73         * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
74         * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
75         * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
76         * ldgram.y: Adjust ldfile_set_output_arch call.
77         * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
78         * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
79         * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
80         * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
81         * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
82         * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
83         * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
85 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
87         * configure.tgt: Add m68k-uClinux target.
89 For older changes see ChangeLog-0203
91 Local Variables:
92 mode: change-log
93 left-margin: 8
94 fill-column: 74
95 version-control: never
96 End: