Fix formating in copyright headers.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
cde7cb01
MR
12013-05-03 Alan Modra <amodra@gmail.com>
2
3 PR ld/15365
4 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
5 Restrict __ehdr_start's export class to no less than STV_HIDDEN.
6
a5382c42
MR
72013-05-03 Alan Modra <amodra@gmail.com>
8
9 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
10 Only call lang_for_each_statement if an ELF hash table is used.
11
13761a11
NC
122013-05-02 Nick Clifton <nickc@redhat.com>
13
14 * Makefile.am: Add emsp430X.c
15 * Makefine.in: Regenerate.
16 * configure.tgt (msp430): Add msp430X emulation.
17 * ldmain.c (multiple_definition): Only disable relaxation if it
18 was enabled by the user.
19 * ldmain.h (RELAXATION_ENABLED_BY_USER): New macro.
20 * emulparams/msp430all.sh: Add support for MSP430X.
21 * emultempl/generic.em: (before_parse): Enable relaxation for the
22 MSP430.
23 * scripttempl/msp430.sc: Reorganize sections. Add .rodata
24 section.
25 * scripttempl/msp430_3.sc: Likewise.
26 * NEWS: Mention support for MSP430X.
27
df26367c
MR
282013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
29
30 * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
31 alpha*-*-linux*ecoff*. Update the `sed' pattern used to convert
32 from alpha*-*-linux-* to alpha*-*-linux*ecoff*.
33
b4d040b1
MR
342013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
35
36 * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation):
37 Use is_elf_hash_table rather than a handcoded condition.
38
1ae5c3ae
NC
392013-04-30 Nick Clifton <nickc@redhat.com>
40
41 * ld.texinfo (SORT_BY_ALIGNMENT): Fix and clarify typo - sections
42 are sorted by descending order of alignment.
43
b40bf0a2
NC
442013-04-29 Nick Clifton <nickc@redhat.com>
45
46 * scripttempl/DWARF.sc: Add support for .debug_line.* and
47 .debug_line_end.
48
27320b85
NC
492013-04-29 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
50
51 * emultempl/pe.em [cygwin]: Do not merge rdata with v2
52 psuedo-relocs.
53
d061dfac
TS
542013-04-28 Thomas Schwinge <thomas@codesourcery.com>
55
56 * scripttempl/armbpabi.sc: Replace "source" usage with ".".
57 * scripttempl/avr.sc: Likewise.
58 * scripttempl/elf.sc: Likewise.
59 * scripttempl/elf32cr16.sc: Likewise.
60 * scripttempl/elf32crx.sc: Likewise.
61 * scripttempl/elf32msp430.sc: Likewise.
62 * scripttempl/elf32msp430_3.sc: Likewise.
63 * scripttempl/elf32sh-symbian.sc: Likewise.
64 * scripttempl/elf64hppa.sc: Likewise.
65 * scripttempl/elf_chaos.sc: Likewise.
66 * scripttempl/elfd10v.sc: Likewise.
67 * scripttempl/elfd30v.sc: Likewise.
68 * scripttempl/elfi370.sc: Likewise.
69 * scripttempl/elfm68hc11.sc: Likewise.
70 * scripttempl/elfm68hc12.sc: Likewise.
71 * scripttempl/elfxgate.sc: Likewise.
72 * scripttempl/elfxtensa.sc: Likewise.
73 * scripttempl/epiphany_4x4.sc: Likewise.
74 * scripttempl/i386beos.sc: Likewise.
75 * scripttempl/i386go32.sc: Likewise.
76 * scripttempl/ia64vms.sc: Likewise.
77 * scripttempl/ip2k.sc: Likewise.
78 * scripttempl/iq2000.sc: Likewise.
79 * scripttempl/mep.sc: Likewise.
80 * scripttempl/mmo.sc: Likewise.
81 * scripttempl/v850.sc: Likewise.
82 * scripttempl/v850_rh850.sc: Likewise.
83 * scripttempl/xstormy16.sc: Likewise.
84
778ee4a6
NC
852013-04-26 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
86
87 * scripttempl/avr.sc: Add ALIGN directive after *(.progmem*).
88
4706eab9
AM
892013-04-26 Alan Modra <amodra@gmail.com>
90
91 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Test
92 unresolved_syms_in_shared_libs rather than !executable to
93 determine whether to load DT_NEEDED libraries.
94
49926cd0
AM
952013-04-25 Alan Modra <amodra@gmail.com>
96
97 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32lppclinux.c.
98 (eelf32lppclinux.c): New rule.
99 * Makefile.in: Regenerate.
100 * configure.tgt: Merge powerpc-linux and other powerpc-elf targets
101 with corresponding little-endian targets.
102 * emulparams/elf32lppc.sh: Update comment.
103 * emulparams/elf32lppclinux.sh: New.
104
05567e3d
L
1052013-04-24 H.J. Lu <hongjiu.lu@intel.com>
106
107 * configure.tgt (targ_extra_emuls): Adds elf32_x86_64 for
108 x86_64-*-elf*.
109 (targ_extra_libpath): Likewise.
110 (tdir_elf_i386): Replace x86_64 with i386 for x86_64-*-elf*.
111
4390599b
YZ
1122013-04-24 Yufeng Zhang <yufeng.zhang@arm.com>
113
114 * emulparams/aarch64elf.sh: Define ELFSIZE=64.
115 * emulparams/aarch64linux.sh: Ditto.
116 * emultempl/aarch64elf.em (aarch64_elf_before_allocation):
117 Replace elf64 with elf${ELFSIZE}.
118 (elf64_aarch64_add_stub_section): Likewise.
119 (build_section_lists): Likewise.
120 (gld${EMULATION_NAME}_after_allocation): Likewise.
121 (gld${EMULATION_NAME}_finish): Likewise.
122 (aarch64_elf_create_output_section_statements): Likewise.
123
2cfa18a9
NC
1242013-04-24 Nick Clifton <nickc@redhat.com>
125
126 PR ld/15389
127 * scripttempl/avr.sc: Add .note.gnu.build-id section.
128
bfeb4a28
AM
1292013-04-22 Alan Modra <amodra@gmail.com>
130
131 * emultempl/ppc64elf.em (ppc_create_output_section_statements):
132 Check return from ppc64_elf_init_stub_bfd.
133
ceb0a680
NC
1342013-04-15 Nick Clifton <nickc@redhat.com>
135
cb1238c0
NC
136 * Makefile.am (ELF_DEPS): Add a dependency upon
137 scripttempl/DWARF.sc.
138 (ELF_GEN_DEPS): Likewise.
ec05a26b 139 (emmo.c): Likewise.
cb1238c0
NC
140 * Makefile.in: Regenerate.
141
ceb0a680
NC
142 * scripttempl/armbpabi.sc: Replace DWARF sections with an
143 inclusion of DWARF.sc.
144 * scripttempl/avr.sc: Likewise.
145 * scripttempl/elf.sc: Likewise.
146 * scripttempl/elf32cr16.sc: Likewise.
147 * scripttempl/elf32crx.sc: Likewise.
148 * scripttempl/elf32msp430.sc: Likewise.
149 * scripttempl/elf32msp430_3.sc: Likewise.
150 * scripttempl/elf32sh-symbian.sc: Likewise.
151 * scripttempl/elf64hppa.sc: Likewise.
152 * scripttempl/elf_chaos.sc: Likewise.
153 * scripttempl/elfd10v.sc: Likewise.
154 * scripttempl/elfd30v.sc: Likewise.
155 * scripttempl/elfi370.sc: Likewise.
156 * scripttempl/elfm68hc11.sc: Likewise.
157 * scripttempl/elfm68hc12.sc: Likewise.
158 * scripttempl/elfxgate.sc: Likewise.
159 * scripttempl/elfxtensa.sc: Likewise.
160 * scripttempl/epiphany_4x4.sc: Likewise.
161 * scripttempl/i386beos.sc: Likewise.
162 * scripttempl/i386go32.sc: Likewise.
163 * scripttempl/ia64vms.sc: Likewise.
164 * scripttempl/ip2k.sc: Likewise.
165 * scripttempl/iq2000.sc: Likewise.
166 * scripttempl/mep.sc: Likewise.
167 * scripttempl/mmo.sc: Likewise.
168 * scripttempl/v850.sc: Likewise.
169 * scripttempl/v850_rh850.sc: Likewise.
170 * scripttempl/xstormy16.sc: Likewise.
171 * scripttempl/DWARF.sc: New.
172
8ff4c1f3
AM
1732013-04-04 Alan Modra <amodra@gmail.com>
174
175 * ldlang.c (load_symbols): Report "error adding symbols" on
176 bfd_link_add_symbols failure.
177 * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Likewise.
178 * emultempl/sunos.em (gld${EMULATION_NAME}_after_open): Likewise.
179 (gld${EMULATION_NAME}_try_needed): Likewise.
180
861319c9
NC
1812013-03-27 Georg-Johann Lay <gjl@gcc.gnu.org>
182
183 PR ld/13812
184 * scripttempl/avr.sc: Place trampolines before .progmem section.
185
676ee43b
KT
1862013-03-25 Kai Tietz <ktietz@redhat.com>
187
188 * ld.texinfo (--disable-runtime-pseudo-reloc): Adjust default.
189
81f5558e
NC
1902013-03-21 Michael Schewe <michael.schewe@gmx.net>
191
192 * ld.texinfo (H8/300): Add description of relaxation of
193 mov @(disp:32,ERx) to mov @(disp:16,ERx).
194
31fd86f1
KT
1952013-03-21 Kai Tietz <ktietz@redhat.com>
196
197 * pe-dll.c (process_def_file_and_drectve): Don't handle VC
198 generated C++-symbols as stdcall/fastcall.
199
ffa9430d
AM
2002013-03-18 Alan Modra <amodra@gmail.com>
201
202 * ld.texinfo (--as-needed): Update.
203
6f2ef5f5
JJ
2042013-03-14 Jakub Jelinek <jakub@redhat.com>
205
206 * emulparams/aarch64linux.sh (LIBPATH_SUFFIX): Set to 64 for
207 aarch64linux* emulations.
208
3ab6909a
AM
2092013-03-07 Alan Modra <amodra@gmail.com>
210
211 * ldfile.c (ldfile_open_command_file_1): Return after einfo
212 to avoid warning.
213
a07ee50e
CV
2142013-03-05 Corinna Vinschen <vinschen@redhat.com>
215
216 * configure.host: Add x86_64-*-cygwin* as valid host.
217 * configure.tgt: Add x86_64-*-cygwin* as valid target.
218 * emultempl/pep.em: Handle different requirements for Cygwin in terms
219 of start addresses for executables and DLLs, based on memory model in
220 http://cygwin.com/ml/cygwin-developers/2013-02/msg00027.html
221
13762d2e
AM
2222013-03-05 Alan Modra <amodra@gmail.com>
223
224 PR ld/15222
225 * ldlang.c (lang_size_sections_1): When given an lma_region align
226 LMA as per VMA only if lma_region is the same as region.
227
727f7031
NC
2282013-02-27 Nick Clifton <nickc@redhat.com>
229
230 * scripttempl/elf32msp430.sc: Add placement of .data.* sections.
231 Add alignment of .bss section.
232 * scripttempl/elf32msp430_3.sc: Likewise.
233
56dd11f0
NC
2342013-02-26 Nick Clifton <nickc@redhat.com>
235
236 PR ld/15188
237 * ld.texinfo: Fix typos.
238
7c00cf68
AM
2392013-02-21 Alan Modra <amodra@gmail.com>
240
241 * scripttempl/elf.sc (.init_array, .fini_array): Don't sort all
242 .init_array/.fini_array input sections before .ctors/.dtors input
243 sections.
244 (CTORS_IN_INIT_ARRAY, DTORS_IN_INIT_ARRAY): Adjust to suit.
245
c0355132
AM
2462013-02-21 Alan Modra <amodra@gmail.com>
247
248 * emultempl/elf32.em (write_build_id, setup_build_id): Adjust
249 for elf_tdata changes.
250
12bd6957
AM
2512013-02-21 Alan Modra <amodra@gmail.com>
252
253 * emultempl/elf-generic.em: Use newly defined elf_obj_tdata
254 accessor macros.
255
a582ed93
AM
2562013-02-20 Alan Modra <amodra@gmail.com>
257
258 * Makefile.am: Use $(ELF_DEPS) on a number of eelf*.c rules.
259 * Makefile.in: Regenerate.
260
46fed7f7
SL
2612013-02-19 Sandra Loosemore <sandra@codesourcery.com>
262
263 PR ld/15146
264 * plugin.c (plugin_notice): Add null check before dereferencing
265 pointer.
266
30e8ee25
AM
2672013-02-19 Alan Modra <amodra@gmail.com>
268
269 * emultempl/elf32.em (emit_note_gnu_build_id): New static var.
270 Replace all info->emit_note_gnu_build_id refs.
271 (id_note_section_size): Rename from
272 gld${EMULATION_NAME}_id_note_section_size.
273 (struct build_id_info): Delete.
274 (write_build_id): Rename from
275 gld${EMULATION_NAME}_write_build_id_section.
276 Update elf_tdata usage. Style, formatting.
277 (setup_build_id): New function.
278 (gld${EMULATION_NAME}_after_open): Use setup_build_id.
279
3d5bef4c
L
2802013-02-16 H.J. Lu <hongjiu.lu@intel.com>
281
282 PR ld/15146
283 * plugin.c (plugin_notice): Replace the undefined dummy bfd with
284 the real one.
285
4a2b04a7
L
2862013-02-16 H.J. Lu <hongjiu.lu@intel.com>
287
288 PR ld/15141
289 * plugin.c (plugin_notice): Also trace symbol from the IR bfd.
290
b138e9bf
KT
2912013-02-15 Kai Tietz <ktietz@redhat.com>
292
293 * scripttempl/pep.sc (.xdata): Merge .xdata* into .xdata section.
294 (.pdata): Merge .pdata* into .pdata section.
295
61087d8c
AM
2962013-02-11 Alan Modra <amodra@gmail.com>
297
298 * ldlang.c (get_init_priority): Comment typo.
299 (lang_finish): Free link_info.hash and lang_definedness_table.
300 (lang_end): Delete lang_definedness_table comment.
301
a1b8d843
AM
3022013-02-11 Alan Modra <amodra@gmail.com>
303
304 PR ld/15130
305 * ld.texinfo (-rpath-link): Typo fix.
306
20855e86
NC
3072013-02-08 Markos Chandras <markos.chandras@imgtec.com>
308
309 * emultempl/metagelf.em (build_section_lists): Use sec_info_type
310 rather than userdata->flags.just_syms.
311
36591ba1 3122013-02-06 Sandra Loosemore <sandra@codesourcery.com>
4a2b04a7 313 Andrew Jenner <andrew@codesourcery.com>
36591ba1
SL
314
315 Based on patches from Altera Corporation.
316
317 * Makefile.am (enios2elf.c): New rule.
318 * Makefile.in: Regenerated.
319 * configure.tgt: Add case for nios2*-*-*.
320 * emulparams/nios2elf.sh: New file.
321 * NEWS: Note Altera Nios II support.
322
4d4ef6fd
AM
3232013-02-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
324
325 * emultempl/avrelf.em (avr_elf_before_parse): New function.
326 (LDEMUL_BEFORE_PARSE): Define.
327
eeaa4577
AM
3282013-02-06 Alan Modra <amodra@gmail.com>
329
330 PR ld/15096
331 * emultempl/elf32.em: Revert 2013-02-04, 2013-01-22 and 2013-01-21.
332 * emultempl/alphaelf.em: Revert 2013-02-04.
333 * emultempl/cr16elf.em: Likewise.
334 * emultempl/crxelf.em: Likewise.
335 * emultempl/hppaelf.em: Likewise.
336 * emultempl/ia64elf.em: Likewise.
337 * emultempl/mipself.em: Likewise.
338 * NEWS: Revert 2013-01-21.
339
663fa543
L
3402013-02-04 H.J. Lu <hongjiu.lu@intel.com>
341
342 PR ld/15096
343 * emultempl/alphaelf.em (alpha_after_parse): Call
344 gld${EMULATION_NAME}_after_parse instead of after_parse_default.
345 * emultempl/cr16elf.em (cr16elf_after_parse): Likewise.
346 * emultempl/crxelf.em (crxelf_after_parse): Likewise.
347 * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
348 * emultempl/mipself.em (mips_after_parse): Likewise.
349
350 * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Renamed
351 to ...
352 (gld_${EMULATION_NAME}_after_parse): This. Call
353 gld${EMULATION_NAME}_after_parse instead of after_parse_default.
354 (LDEMUL_AFTER_PARSE): Set to gld_${EMULATION_NAME}_after_parse.
355
356 * emultempl/elf32.em (new_dtags_set): New variable.
357 (gld${EMULATION_NAME}_before_parse): Don't set link_info.new_dtags
358 here.
359 (gld${EMULATION_NAME}_after_parse): New function.
360 (ld_${EMULATION_NAME}_emulation): Replace after_parse_default'
361 with gld${EMULATION_NAME}_after_parse.
362 (gld${EMULATION_NAME}_handle_option): Set new_dtags_set to TRUE
363 when setting link_info.new_dtags.
364
0a4e6638
KT
3652013-01-25 Kai Tietz <ktietz@redhat.com>
366
367 * deffilep.y (def_image_name): Adjust type of base-address
368 argument.
369 (%union): Add new type bfd_vma as vma.
370 (VMA): New rule.
371 (opt_base): Use VMA instead of NUMBER rule to evaluate value.
372 (def_file_print): Use bfd's fprintf_vma to output base-address.
373
78c8d46c
NC
3742013-01-24 Nick Clifton <nickc@redhat.com>
375
376 * NEWS: Mention support for V850E3V5 architecture.
377
f5c66ab0
NC
3782013-01-23 Martin Koegler <martin.koegler@chello.at>
379
380 PR ld/15041
381 * scripttempl/pep.sc (.pdata): Only accept .pdata sections.
382 (.xdata): Similarly.
383 (.debug_frame): Similarly.
384
b176ded1
NC
3852013-01-23 Georg-Johann Lay <avr@gjlay.de>
386
387 PR ld/15037
388 * scripttempl/avr.sc (.eeprom): Keep it.
389
a6dea726
AM
3902013-01-23 Leif Ekblad <leif@rdos.net>
391
392 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64rdos.c.
393 (eelf64rdos.c): New rule.
394 * emulparams/elf64rdos.sh: New file.
395 * configure.tgt (x86_64-*-rdos*): Use above.
396 * Makefile.in: Regenerate.
397
f0fe23c2
RM
3982013-01-22 Roland McGrath <mcgrathr@google.com>
399
400 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
401 new_dtags to TRUE for *-*-nacl* targets.
402
4032013-01-21 Mike Frysinger <vapier@gentoo.org>
822b8bf4
MF
404
405 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
406 link_info.new_dtags to TRUE for linux/gnu targets.
407 * NEWS: Mention new dtags default.
408
6738cadc
L
4092013-01-19 H.J. Lu <hongjiu.lu@intel.com>
410
411 * Makefile.am (HOSTING_SCRT0): New.
412
413 * configure.host (HOSTING_SCRT0): New. Used for PIE.
414
415 * configure.in (HOSTING_SCRT0): New AC_SUBST.
416
417 * Makefile.in: Regenerated.
418 * configure: Likewise.
419
b1b00fcc
MF
4202013-01-18 Mike Frysinger <vapier@gentoo.org>
421
422 * NEWS: Mention change in behavior with --enable-new-dtags.
423 * ld.texinfo (Options): Clarify --enable-new-dtags behavior.
424
0d705e9f
AM
4252013-01-14 Leif Ekblad <leif@rdos.net>
426 Alan Modra <amodra@gmail.com>
427
428 * ld.texinfo (-Tldata-segment): Describe.
429 * ldlex.h (OPTION_TLDATA_SEGMENT): New enum value.
430 * lexsup.c (ld_options): Add -Tldata-segment.
431 (parse_args): Handle OPTION_TLDATA_SEGMENT.
432 * scripttempl/elf.sc: Support LARGE_DATA_ADDR.
433
e4492aa0
L
4342013-01-10 H.J. Lu <hongjiu.lu@intel.com>
435
436 * deffilep.y: Remove trailing white spaces.
437 * elf-hints-local.h: Likewise.
438 * ldexp.c: Likewise.
439 * ldlang.h: Likewise.
440 * ldmisc.c: Likewise.
441 * ldwrite.c: Likewise.
442 * pe-dll.c: Likewise.
443 * emulparams/criself.sh: Likewise.
444 * emulparams/crislinux.sh: Likewise.
445 * emulparams/elf32_tic6x_le.sh: Likewise.
446 * emulparams/elf32bmipn32-defs.sh: Likewise.
447 * emulparams/elf32mb_linux.sh: Likewise.
448 * emulparams/elf32mep.sh: Likewise.
449 * emulparams/elf32microblaze.sh: Likewise.
450 * emulparams/elf32ppc.sh: Likewise.
451 * emulparams/elf64_s390.sh: Likewise.
452 * emulparams/elf64alpha.sh: Likewise.
453 * emulparams/elf_s390.sh: Likewise.
454 * emulparams/elf_x86_64.sh: Likewise.
455 * emulparams/tic80coff.sh: Likewise.
456 * emultempl/aix.em: Likewise.
457 * emultempl/avrelf.em: Likewise.
458 * emultempl/cr16elf.em: Likewise.
459 * emultempl/pe.em: Likewise.
460 * emultempl/pep.em: Likewise.
461 * emultempl/spuelf.em: Likewise.
462 * emultempl/tic6xdsbt.em: Likewise.
463
a3c62988
NC
4642013-01-10 Will Newton <will.newton@imgtec.com>
465
466 * Makefile.am: Add Meta.
467 * Makefile.in: Regenerate.
468 * configure.tgt: Add Meta.
469 * emulparams/elf32metag.sh: New file.
470 * emultempl/metagelf.em: New file.
471
134960cc
AM
4722013-01-09 Alan Modra <amodra@gmail.com>
473
474 * emulparams/elf_x86_64.sh (LARGE_BSS_AFTER_BSS): Define.
475 * emulparams/elf32_x86_64.sh: Likewise.
476 * emulparams/elf_k1om.sh: Likewise.
477 * emulparams/elf_l1om.sh: Likewise.
478 * scripttempl/elf.sc (LARGE_BSS): Define rather than appending to
479 OTHER_BSS_SECTIONS. Substitute in script.
480
34d56033
AM
4812013-01-08 Leif Ekblad <leif@rdos.net>
482
483 * scripttempl/elf.sc (RODATA_ADDR): Typo fix.
484
d5c8b1f8
AM
4852013-01-08 Alan Modra <amodra@gmail.com>
486
487 * emultempl/elf32.em (gld${EMULATION_NAME}_check_ld_so_conf): Replace
98e38512 488 "name" param with a bfd_link_needed_list pointer. Update caller.
d5c8b1f8
AM
489 (gld${EMULATION_NAME}_check_ld_elf_hints): Likewise.
490
cc382d46
AM
4912013-01-08 Alan Modra <amodra@gmail.com>
492
493 * Makefile.am (ALL_EMULATION_SOURCES): Correct eavrxmega entries.
494 * Makefile.in: Regenerate.
495
add24320
L
4962013-01-07 H.J. Lu <hongjiu.lu@intel.com>
497
498 * lexsup.c (ld_options): Add fuse-ld= for GCC linker option
499 compatibility.
500
7ca01ed9
NC
5012013-01-07 Patrice Dumas <pertusus@free.fr>
502
503 * ld.texinfo: Replace @ with @@ when it is part of the text.
504 Correct ordering of M68HC11 entry.
505
e407c74b
NC
5062013-01-04 Juergen Urban <JuergenUrban@gmx.de>
507
508 * configure.tgt: Support ELF files for Sony Playstation 2 (for
509 ps2dev and ps2sdk).
510 * emulparams/elf32lr5900n32.sh: Create linker script for Sony
511 Playstation 2 ELF files using MIPS ABI n32.
512 * emulparams/elf32lr5900.sh: Create linker script for Sony
513 Playstation 2 ELF files using MIPS ABI o32.
514 * Makefile.am: Add linker scripts for Sony Playstation 2 ELF
515 files.
516
62658407
L
5172013-01-02 H.J. Lu <hongjiu.lu@intel.com>
518
519 * ldver.c (ldversion): Update copyright year to 2013.
520
4e5f3f9d 521For older changes see ChangeLog-2012
252b5132 522\f
4e5f3f9d 523Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
524
525Copying and distribution of this file, with or without modification,
526are permitted in any medium without royalty provided the copyright
527notice and this notice are preserved.
528
252b5132
RH
529Local Variables:
530mode: change-log
531left-margin: 8
532fill-column: 74
533version-control: never
534End:
This page took 0.965298 seconds and 4 git commands to generate.