PR bootstrap/11932, PR bootstrap/11933
[binutils.git] / ld / ChangeLog
blobd89e9f352f13e4b9c6e076116a468c46858d5f83
1 2004-01-03  Alan Modra  <amodra@bigpond.net.au>
3         * ldexp.c (align_n): Make static.
4         * ldexp.h (align_n): Delete declaration.
5         * ldlang.h (lang_enter_output_section_statement): Remove
6         block_value param.
7         * ldlang.c (lang_enter_output_section_statement): Likewise.
8         (TO_ADDR, TO_SIZE): Define.
9         (opb_shift): New var.
10         (init_opb): New function.
11         (print_input_section): Call init_opb and use TO_ADDR.
12         (print_data_statement, print_reloc_statement): Likewise.
13         (print_padding_statement): Likewise.
14         (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.
15         (lang_check_section_addresses): Likewise.
16         (lang_size_sections_1): Likewise.
17         (lang_do_assignments_1): Likewise.
18         (lang_set_startof): Likewise.
19         (lang_one_common): Likewise.  Combine power_of_two and opb_shift align.
20         (lang_process): Call init_opb.
21         (lang_abs_symbol_at_end_of): Use TO_ADDR and global opb_shift.
22         (lang_enter_overlay_section): Adjust
23         lang_enter_output_section_statement call.
24         * ldgram.y: Likewise.
25         * mri.c (mri_draw_tree): Likewise.
26         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Likewise.
27         * emultempl/mmo.em (mmo_place_orphan): Likewise.
28         * emultempl/pe.em (gld${EMULATION_NAME}_place_orphan): Likewise.
30         * ldfile.c (ldfile_set_output_arch): Add defarch param.
31         * ldfile.h (ldfile_set_output_arch): Ditto.
32         * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Use
33         ldfile_set_output_arch.
34         * emultempl/beos.em (gld${EMULATION_NAME}_before_parse): Ditto.
35         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Ditto.
36         * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Ditto.
37         * emultempl/mipsecoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
38         * emultempl/pe.em (gld${EMULATION_NAME}_before_parse): Ditto.
39         * emultempl/sunos.em (gld${EMULATION_NAME}_before_parse): Ditto.
40         * ldgram.y: Adjust ldfile_set_output_arch call.
41         * emultempl/armcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
42         * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Ditto.
43         * emultempl/armelf_oabi.em (gld${EMULATION_NAME}_before_parse): Ditto.
44         * emultempl/generic.em (gld${EMULATION_NAME}_before_parse): Ditto.
45         * emultempl/gld960c.em (gld960_set_output_arch): Ditto.
46         * emultempl/m68kcoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
47         * emultempl/ticoff.em (gld${EMULATION_NAME}_before_parse): Ditto.
49 2004-01-02  Bernardo Innocenti  <bernie@develer.com>
51         * configure.tgt: Add m68k-uClinux target.
53 For older changes see ChangeLog-0203
55 Local Variables:
56 mode: change-log
57 left-margin: 8
58 fill-column: 74
59 version-control: never
60 End: