* ldexp.c (fold_name <LOADADDR>): Ensure result is always absolute.
[binutils.git] / ld / ChangeLog
blobcbe05449797d707bcf4bc66ced1fef985e55ea97
1 2007-02-20  Alan Modra  <amodra@bigpond.net.au>
3         * ldexp.c (fold_name <LOADADDR>): Ensure result is always absolute.
5 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
6             Nathan Sidwell  <nathan@codesourcery.com>
7             Vladimir Prus  <vladimir@codesourcery.com
8             Joseph Myers  <joseph@codesourcery.com>
10         * configure.in (--with-bugurl): New option.
11         * configure: Regenerate.
12         * Makefile.am (REPORT_BUGS_TO): Define.
13         (INCLUDES): Define REPORT_BUGS_TO.
14         Regenerate dependencies.
15         * Makefile.in: Regenerate.
16         * ld.h: Remove include of bin-bugs.h.
17         * lexsup.c (help): Don't print empty REPORT_BUGS_TO.
19 2007-02-17  Alan Modra  <amodra@bigpond.net.au>
21         * ldcref.c (check_reloc_refs): Compare section for local syms.
23 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
25         * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
26         (__ovly_load_event): Define.
27         (size): Rename to osize.
28         * emultempl/spu_ovl.o: Regenerate.
30 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
32         * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Add ".branch_lt".
33         * emultempl/ppc64elf.em (ppc_add_stub_section): Create without
34         SEC_RELOC flag set.
36 2007-02-09  H.J. Lu  <hongjiu.lu@intel.com>
38         * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
39         want64 is true.
40         (targ_extra_libpath): Add $targ64_extra_libpath if want64 is
41         true
42         * configure: Regenerated.
44         * configure.tgt (targ_extra_libpath): Initialize.
45         (targ64_extra_emuls): New. Document. Initialize.
46         (targ64_extra_libpath): Likewise.
47         (i[3-7]86-*-linux-*): Set targ64_extra_emuls and
48         targ64_extra_libpath.
49         (powerpc*-*-linux*): Likewise.
50         (s390-*-linux*): Likewise.
52 2007-02-07  Paul Brook  <paul@codesourcery.com>
54         * configure.tgt: Add arm*-*-uclinux-*eabi.
56 2007-02-06  H.J. Lu  <hongjiu.lu@intel.com>
58         * ldlang.c (lang_size_sections_1): Add a missing `)'.
60 2007-02-06  Alan Modra  <amodra@bigpond.net.au>
62         PR ld/3966
63         * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
64         move unless section size is non-zero.
66 2007-02-05  Dave Brolley  <brolley@redhat.com>
68         * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
69         * configure.tgt: Likewise.
70         * scripttempl/mep.sc: New file.
71         * emulparams/elf32mep.sh: New file.
72         * Makefile.in: Regenerate.
74 2006-01-29  Julian Brown  <julian@codesourcery.com>
76         * NEWS: Mention --vfp11-denorm-fix option.
77         * ld.texinfo: Document above.
78         * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
79         .vfp11_veneer section.
80         * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
81         * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
82         (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
83         bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
84         (arm_elf_after_allocation): New function. Call
85         bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
86         (arm_elf_create_output_section_statements): Pass vfp11 fix command
87         line option to BFD.
88         (OPTION_VFP11_DENORM_FIX): New option.
89         (PARSE_AND_LIST_LONGOPTS): Handle new option.
90         (PARSE_AND_LIST_OPTIONS): Likewise.
91         (PARSE_AND_LIST_ARGS_CASES): Likewise.
92         (LDEMUL_AFTER_ALLOCATION): Define.
94 2007-01-24  H.J. Lu  <hongjiu.lu@intel.com>
96         * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
97         (DEFSYMEND): Likewise.
98         (NAME): Likewise.
99         (LNAME): Likewise.
101 2007-01-19  Murali Vemulapati  <murali.vemulapati@gmail.com>
103         * pe-dll.c: (make_one) Conditionally include jump stubs.
104         * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
105         redundant jump stubs from import libraries and exclude them from 
106         link.
108 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
110         * ld.h (args_type): Add new symbolic and dynamic_list fields.
112         * ld.texinfo: Update -Bsymbolic-functions.
114         * ldmain.c (main): Initialize command_line.symbolic to
115         symbolic_unset and command_line.dynamic_list to
116         dynamic_list_unset.  Check -Bsymbolic, -Bsymbolic-functions and
117         --dynamic-list* before setting link_info.symbolic,
118         link_info.dynamic and link_info.dynamic_data. 
120         * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
121         (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
122         -Bsymbolic-functions.
123         (parse_args): Handle -Bsymbolic-functions.  Don't set
124         link_info.dynamic, link_info.dynamic_data and link_info.symbolic
125         here.  Set command_line.symbolic for -Bsymbolic.  Set
126         command_line.dynamic_list and command_line.symbolic for
127         --dynamic-list-data, --dynamic-list-cpp-new,
128         --dynamic-list-cpp-typeinfo and --dynamic-list.
130 2007-01-19  Jakub Jelinek  <jakub@redhat.com>
131             H.J. Lu  <hongjiu.lu@intel.com>
133         * emultempl/elf32.em (handle_option): Make sure -z max-page-size
134         or -z common-page-size argument is a power of 2.  Call
135         bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
137 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
139         * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
140         bfd_emul_set_commonpagesize.
142 2007-01-19  H.J. Lu  <hongjiu.lu@intel.com>
144         * NEWS: Mention --default-script/-dT.
146         * ld.h (args_type): Add a default_script field.
148         * ld.texinfo: Document --default-script/-dT.
150         * ldmain.c (main): Handle command_line.default_script.
152         * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
153         (ld_options): Add entries for --default-script and -dT.
154         (parse_args): Handle --default-script/-dT.
156 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
158         PR ld/3831
159         * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
160         --dynamic-list-cpp-new.
162         * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
163         and --dynamic-list-cpp-new.
165         * ldlang.c (lang_append_dynamic_list_cpp_new): New.
166         (lang_process): Change link_info.dynamic to
167         link_info.dynamic_list.
168         (lang_append_dynamic_list): Likewise.
169         * ldmain.c (main): Likewise.  Initialize link_info.dynamic and
170         link_info.dynamic_data to FALSE.
172         * ldlang.h (lang_append_dynamic_list_cpp_new): New.
174         * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
175         OPTION_DYNAMIC_LIST_CPP_NEW.
176         (ld_options): Add entries for -Bsymbolic-functions,
177         --dynamic-list-data and --dynamic-list-cpp-new.  Make
178         -Bsymbolic-functions an alias of --dynamic-list-data.
179         (parse_args): Change link_info.dynamic to link_info.dynamic_list.
180         Set link_info.dynamic to TRUE for --dynamic-list and
181         --dynamic-list-cpp-typeinfo.  Handle --dynamic-list-data and
182         --dynamic-list-cpp-new.
184 2007-01-11  Nathan Sidwell  <nathan@codesourcery.com>
186         * emultempl/elf-generic.em (gdl_map_segments): Only allow header
187         shrinkage for the first few iterations.
189 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
191         * configure.tgt: Renamed target x86_64-*-mingw64 to
192         x86_64-*-mingw*.
194 2007-01-08  Pedro Alves  <pedro_alves@portugalmail.pt>
196         * configure.host: Add i[3-7]86-*-mingw* case.
198 2007-01-08  Nick Clifton  <nickc@redhat.com>
200         * pep-dll.h (pep_bfd_is_dll): Add prototype.
202 2007-01-08  Aurelien Jarno  <aurelien@aurel32.net>
204         PR ld/3843
205         * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
206         tdir_elf_i386_fbsd.
208 2007-01-06  Nathan Sidwell  <nathan@codesourcery.com>
210         * ldexp.c (fold_name): Issue error on undefined sections.
212 2007-01-02  Alan Modra  <amodra@bigpond.net.au>
214         * pe-dll.c: Include pe-dll.h.
215         * pep-dll.c (pe_bfd_is_dll): Define.
217 For older changes see ChangeLog-2006
219 Local Variables:
220 mode: change-log
221 left-margin: 8
222 fill-column: 74
223 version-control: never
224 End: