Support for Toshiba MeP.
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2007-02-05 Dave Brolley <brolley@redhat.com>
2
3 * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
4 * configure.tgt: Likewise.
5 * scripttempl/mep.sc: New file.
6 * emulparams/elf32mep.sh: New file.
7 * Makefile.in: Regenerate.
8
9 2006-01-29 Julian Brown <julian@codesourcery.com>
10
11 * NEWS: Mention --vfp11-denorm-fix option.
12 * ld.texinfo: Document above.
13 * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
14 .vfp11_veneer section.
15 * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
16 * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
17 (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
18 bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
19 (arm_elf_after_allocation): New function. Call
20 bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
21 (arm_elf_create_output_section_statements): Pass vfp11 fix command
22 line option to BFD.
23 (OPTION_VFP11_DENORM_FIX): New option.
24 (PARSE_AND_LIST_LONGOPTS): Handle new option.
25 (PARSE_AND_LIST_OPTIONS): Likewise.
26 (PARSE_AND_LIST_ARGS_CASES): Likewise.
27 (LDEMUL_AFTER_ALLOCATION): Define.
28
29 2007-01-24 H.J. Lu <hongjiu.lu@intel.com>
30
31 * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
32 (DEFSYMEND): Likewise.
33 (NAME): Likewise.
34 (LNAME): Likewise.
35
36 2007-01-19 Murali Vemulapati <murali.vemulapati@gmail.com>
37
38 * pe-dll.c: (make_one) Conditionally include jump stubs.
39 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
40 redundant jump stubs from import libraries and exclude them from
41 link.
42
43 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
44
45 * ld.h (args_type): Add new symbolic and dynamic_list fields.
46
47 * ld.texinfo: Update -Bsymbolic-functions.
48
49 * ldmain.c (main): Initialize command_line.symbolic to
50 symbolic_unset and command_line.dynamic_list to
51 dynamic_list_unset. Check -Bsymbolic, -Bsymbolic-functions and
52 --dynamic-list* before setting link_info.symbolic,
53 link_info.dynamic and link_info.dynamic_data.
54
55 * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
56 (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
57 -Bsymbolic-functions.
58 (parse_args): Handle -Bsymbolic-functions. Don't set
59 link_info.dynamic, link_info.dynamic_data and link_info.symbolic
60 here. Set command_line.symbolic for -Bsymbolic. Set
61 command_line.dynamic_list and command_line.symbolic for
62 --dynamic-list-data, --dynamic-list-cpp-new,
63 --dynamic-list-cpp-typeinfo and --dynamic-list.
64
65 2007-01-19 Jakub Jelinek <jakub@redhat.com>
66 H.J. Lu <hongjiu.lu@intel.com>
67
68 * emultempl/elf32.em (handle_option): Make sure -z max-page-size
69 or -z common-page-size argument is a power of 2. Call
70 bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
71
72 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
73
74 * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
75 bfd_emul_set_commonpagesize.
76
77 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
78
79 * NEWS: Mention --default-script/-dT.
80
81 * ld.h (args_type): Add a default_script field.
82
83 * ld.texinfo: Document --default-script/-dT.
84
85 * ldmain.c (main): Handle command_line.default_script.
86
87 * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
88 (ld_options): Add entries for --default-script and -dT.
89 (parse_args): Handle --default-script/-dT.
90
91 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
92
93 PR ld/3831
94 * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
95 --dynamic-list-cpp-new.
96
97 * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
98 and --dynamic-list-cpp-new.
99
100 * ldlang.c (lang_append_dynamic_list_cpp_new): New.
101 (lang_process): Change link_info.dynamic to
102 link_info.dynamic_list.
103 (lang_append_dynamic_list): Likewise.
104 * ldmain.c (main): Likewise. Initialize link_info.dynamic and
105 link_info.dynamic_data to FALSE.
106
107 * ldlang.h (lang_append_dynamic_list_cpp_new): New.
108
109 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
110 OPTION_DYNAMIC_LIST_CPP_NEW.
111 (ld_options): Add entries for -Bsymbolic-functions,
112 --dynamic-list-data and --dynamic-list-cpp-new. Make
113 -Bsymbolic-functions an alias of --dynamic-list-data.
114 (parse_args): Change link_info.dynamic to link_info.dynamic_list.
115 Set link_info.dynamic to TRUE for --dynamic-list and
116 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and
117 --dynamic-list-cpp-new.
118
119 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
120
121 * emultempl/elf-generic.em (gdl_map_segments): Only allow header
122 shrinkage for the first few iterations.
123
124 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
125
126 * configure.tgt: Renamed target x86_64-*-mingw64 to
127 x86_64-*-mingw*.
128
129 2007-01-08 Pedro Alves <pedro_alves@portugalmail.pt>
130
131 * configure.host: Add i[3-7]86-*-mingw* case.
132
133 2007-01-08 Nick Clifton <nickc@redhat.com>
134
135 * pep-dll.h (pep_bfd_is_dll): Add prototype.
136
137 2007-01-08 Aurelien Jarno <aurelien@aurel32.net>
138
139 PR ld/3843
140 * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
141 tdir_elf_i386_fbsd.
142
143 2007-01-06 Nathan Sidwell <nathan@codesourcery.com>
144
145 * ldexp.c (fold_name): Issue error on undefined sections.
146
147 2007-01-02 Alan Modra <amodra@bigpond.net.au>
148
149 * pe-dll.c: Include pe-dll.h.
150 * pep-dll.c (pe_bfd_is_dll): Define.
151
152 For older changes see ChangeLog-2006
153 \f
154 Local Variables:
155 mode: change-log
156 left-margin: 8
157 fill-column: 74
158 version-control: never
159 End:
This page took 0.031571 seconds and 4 git commands to generate.