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