* config/tc-xtensa.c (init_op_placement_info_table): Check for formats
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2006-04-01 Danny Smith <dannysmith@users.sourceforge.net>
2
3 * deffilep.y (def_image_name): If LIBRARY or NAME statement
4 specifies an empty string, retain the name specified on command
5 line.
6 * ld.texinfo: Document above.
7
8 2006-03-31 Jakub Jelinek <jakub@redhat.com>
9
10 * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If
11 bfd_find_nearest_line succeeded for %C or %D, but filename
12 is NULL, print section+offset at the end.
13
14 2006-03-25 Bernd Schmidt <bernd.schmidt@analog.com>
15
16 * emulparams/elf32bfinfd.sh: New file.
17 * emultempl/bfin.em: Delete.
18 * emulparams/bfin.sh: Lose reference to bfin.em.
19 * Makefile.am (eelf32bfin.c): Likewise.
20 (eelf32bfinfd.c): New.
21 * Makefile.in: Regenerate.
22 * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
23 targ_extra_emuls.
24
25 2006-03-22 Richard Sandiford <richard@codesourcery.com>
26 Daniel Jacobowitz <dan@codesourcery.com>
27 Phil Edwards <phil@codesourcery.com>
28 Zack Weinberg <zack@codesourcery.com>
29 Mark Mitchell <mark@codesourcery.com>
30 Nathan Sidwell <nathan@codesourcery.com>
31
32 * configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
33 separate VxWorks emulations.
34 * emulparams/elf32ebmipvxworks.sh: New file.
35 * emulparams/elf32elmipvxworks.sh: New file.
36 * Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
37 eelf32elmipvxworks.o.
38 (eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
39 * Makefile.in: Regenerate.
40
41 2006-03-16 Alan Modra <amodra@bigpond.net.au>
42
43 PR 2434
44 * ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
45 * ldlang.c (output_statement_table_init, lang_init): Likewise.
46 * ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
47 (undefined_symbol): Likewise.
48
49 2006-03-07 Richard Sandiford <richard@codesourcery.com>
50 Daniel Jacobowitz <dan@codesourcery.com>
51 Zack Weinberg <zack@codesourcery.com>
52 Nathan Sidwell <nathan@codesourcery.com>
53 Paul Brook <paul@codesourcery.com>
54 Ricardo Anguiano <anguiano@codesourcery.com>
55 Phil Edwards <phil@codesourcery.com>
56
57 * emulparams/armelf_vxworks.sh: Include vxworks.sh.
58 (MAXPAGESIZE): Define.
59 * emulparams/vxworks.sh: Undefine EMBEDDED.
60 * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
61 * Makefile.in: Regenerate.
62
63 2006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
64
65 * scripttempl/avr.sc: Add *(.jumptables) *(.lowtext) sections.
66 Add KEEP() directives.
67 Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
68 .bss output sections.
69
70 2006-03-03 Richard Sandiford <richard@codesourcery.com>
71
72 * emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
73 (EXTRA_EM_FILE): Define.
74 * emultempl/vxworks.em: New file.
75 * ld.texinfo (--force-dynamic): Document.
76 * Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
77 on vxworks.em.
78 * Makefile.in: Regenerate.
79
80 2006-03-02 Richard Sandiford <richard@codesourcery.com>
81
82 * emulparams/elf32ppccommon.sh: New file, extracted from...
83 * emulparams/elf32ppc.sh: ...here.
84 * emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
85 instead of elf32ppc.sh.
86 (BSS_PLT): Remove override.
87 * Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
88 (eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
89 (eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
90 (eelf32ppclinux.c): Likewise.
91 (eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency.
92 * Makefile.in: Regenerate.
93
94 2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
95
96 * Makefile.am: Add html target.
97 * Makefile.in: Regenerate.
98 * po/Make-in: Add html target.
99
100 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
101 Anil Paranjape <anilp1@kpitcummins.com>
102 Shilin Shakti <shilins@kpitcummins.com>
103
104 * scripttemp/elf32xc16x.sc: Default linker script for tiny model.
105 * scripttemp/elf32xc16xl.sc: Default linker script for large model.
106 * scripttemp/elf32xc16xs.sc: Default linker script for small model.
107 * emulparams/elf32xc16x.sh: Emulation script for tiny model.
108 * emulparams/elf32xc16xl.sh: Emulation script for large model.
109 * emulparams/elf32xc16xs.sh: Emulation script for small model.
110 * Makefile.am: Add entry to make xc16x target.
111 * Makefile.in: Regenerate.
112 * configure.tgt: Specify default and other emulation parameters
113 for xc16x.
114 * NEWS: Announce the support for the new target.
115
116 2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
117
118 * configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
119 Use the traditional target.
120
121 2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
122
123 * configure.tgt (arm*b-*-linux-gnueabi): Change to
124 arm*b-*-linux-*eabi.
125 (arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
126
127 2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
128
129 PR ld/2290
130 * NEWS: Updated for the Linux linker search order change.
131
132 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
133 gld${EMULATION_NAME}_check_ld_so_conf before checking default
134 search directories for DT_NEEDED entries.
135
136 2006-02-07 Paul Brook <paul@codesourcery.com>
137
138 * emultempl/armelf.em: Include elf/arm.h.
139 (arm_elf_finish): Set low address bit if enty point is a Thumb
140 function.
141
142 2006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
143
144 * deffilep.y (def_image_name): If the image name does not have
145 a suffix, append the default.
146 * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
147
148 2006-01-31 Danny Smith dannysmith@users.sourceforge.net
149
150 * NEWS: Mention support for forward exports in PE-COFF dll's.
151 * ld.texinfo: Expand documentation of EXPORT statements in
152 PE-COFF .def files.
153
154 2006-01-31 Filip Navara <navaraf@reactos.com>
155
156 * deffile.h (struct def_file_export): Add field flag_forward.
157 * pe-dll.c (process_def_file): Check for forward exports.
158 (generate_edata): Generate forward export symbols.
159 (fill_edata): Emit them.
160
161 * pe-dll.c (process_def_file): Don't crash on malformed
162 fastcall symbol names in .def file.
163
164 2006-01-30 Nick Clifton <nickc@redhat.com>
165
166 * po/vi.po: Updated Vietnamese translation.
167
168 2006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
169
170 * pe-dll.c (pe_dll_generate_implib): Issue "Creating library
171 file:" as informational message, not a warning.
172
173 2006-01-18 Roger Sayle <roger@eyesopen.com>
174
175 * emultempl/irix.em: Use lbasename instead of basename.
176
177 2006-01-16 Nick Clifton <nickc@redhat.com>
178
179 * po/zh_CN.po: New Chinese (simplified) translation.
180 * configure.in (ALL_LINGUAS): Add "zh_CH".
181 * configure: Regenerate.
182
183 2006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
184
185 * ld.texinfo (Options): Fix typo.
186
187 For older changes see ChangeLog-2005
188 \f
189 Local Variables:
190 mode: change-log
191 left-margin: 8
192 fill-column: 74
193 version-control: never
194 End:
This page took 0.068529 seconds and 4 git commands to generate.