]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
2007-10-31 Markus Deuling <deuling@de.ibm.com>
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
ebc056ca
AM
12007-10-31 Alan Modra <amodra@bigpond.net.au>
2
3 * readelf.c (debug_apply_rela_addends): Clarify FIXME.
4
3730236a
NC
52007-10-29 Nick Clifton <nickc@redhat.com>
6
7 * readelf.c (is_32bit_abs_reloc): Add knowledge of reloc used by
8 IA64.
9 (is_64bit_abs_reloc): Likewise.
10
aca88567
NC
112007-10-28 Nick Clifton <nickc@redhat.com>
12
13 * dwarf.c (process_debug_info): Check for corrupt lengths.
14 * readelf.c (get_reloc_type): New function. Returns the reloc
15 number extracted from the info field of a reloc.
16 (get_reloc_symindex): New function. Returns the symbol index
17 extracted from the info field of a reloc.
18 (dump_relocations): Use the new functions.
19 (slurp_ia64_unwind_table): Use the new functions.
20 (slurp_hppa_unwind_table): Use the new functions.
21 (dump_section_as_bytes): Use the new functions.
22 (get_reloc_size): Delete function.
23 (is_32bit_abs_reloc): New function. Determines if a given reloc
24 type is a 32-bit absolute relocation.
25 (is_32bit_pcrel_reloc): New function. Like is_32bit_abs_reloc but
26 for pc-relative relocations.
27 (is_64bit_abs_reloc): New function. Like is_32bit_abs_reloc but
28 for 64-bit absolute relocations.
29 (is_16bit_abs_reloc): New function. Like is_32bit_abs_reloc but
30 for 32-bit absolute relocations.
31 (debug_apply_rela_addends): Use the new functions. Skip and warn
32 about any unrecognised relocations.
33
e016ec1f
NC
342007-10-26 Karl Berry <karl@freefriends.org>
35
36 * doc/binutils.texi: Move top stuff to the top.
37 Use @direntry/@dircategory, format entries to play nicely with
38 others.
39 Avoid duplicate copying strings.
40 Don't misspell "Texinfo".
41
c6e65352
DJ
422007-10-25 Daniel Jacobowitz <dan@codesourcery.com>
43
44 * readelf.c (display_power_gnu_attribute): Add support for
45 Tag_GNU_Power_ABI_Vector.
46
e1e95dec
AM
472007-10-25 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
48
49 * readelf.c (get_note_type): Handle NT_PPC_VMX.
50
ee1dbd7d
AM
512007-10-24 Alan Modra <amodra@bigpond.net.au>
52
53 * Makefile.am: Run "make dep-am".
54 * Makefile.in: Regenerate.
55 * po/POTFILES.in: Regenerate.
56
50e3244d
AM
572007-10-24 Alan Modra <amodra@bigpond.net.au>
58
59 * strings.c (print_strings): Don't use %L, use %ll in printf
60 format strings.
61
20737c13
AM
622007-10-24 Tristan Gingold <gingold@adacore.com>
63 Alan Modra <amodra@bigpond.net.au>
64
65 * readelf.c (process_program_headers): Use dynamic segment unless
66 dynamic section is found.
67
928a4139
BW
682007-10-16 Bob Wilson <bob.wilson@acm.org>
69
70 * doc/binutils.texi (objcopy, strip): Replace hyphens with em-dashes.
71 (objdump, strip, c++filt): Correct punctuation for "e.g." and "i.e."
72 and change to spell out "for example" in two places.
73
003bc0ba
NC
742007-10-16 Nick Clifton <nickc@redhat.com>
75
76 * configure.in: Build windows tools for --enable-targets=all.
77 * configure: Regenerate.
78
615f3149
AM
792007-10-15 Alan Modra <amodra@bigpond.net.au>
80
81 * objdump.c (print_line): Check fwrite return value.
82 * srconv.c (checksum, wr_tr, wr_cs): Likewise.
83 * sysdump.c (fillup): Return zero on getc or fread EOF. Return count
84 read.
85
6523721c
JB
862007-10-10 Jim Blandy <jimb@codesourcery.com>
87
750f03b7
JB
88 * dwarf.c (process_debug_info): Line up section offsets of
89 attribute values with those of dies.
90 (read_and_display_attr): Reduce spacing here.
91
6523721c
JB
92 * dwarf.c (display_debug_lines): Print the offset of each line
93 number program header.
94
6bd1a22c
L
952007-10-09 H.J. Lu <hongjiu.lu@intel.com>
96
97 PR binutils/4476
98 * readelf.c (print_dynamic_symbol): New.
99 (process_symbol_table): Handle DT_GNU_HASH for dynamic symbols.
100
944d6884
CD
1012007-10-08 Carlos O'Donell <carlos@codesourcery.com>
102
103 * resrc.c (read_rc_file): Rename e to edit, and c to dir.
104 Pass dir to windres_add_include_dir. Add comments.
105 (close_input_stream): Check pclose error, and call fatal if
106 the preprocessor failed.
107 * windres.c (windres_add_include_dir): Assert that p is non-NULL,
108 and not an empty string.
109
ea6e992c
NC
1102007-10-04 Nick Clifton <nickc@redhat.com>
111
112 PR binutils/5098
113 * dlltool.c: Fix spelling typos.
114
6f08d80e
AM
1152007-10-03 Masaki Muranaka <monaka@monami-software.com>
116
117 * readelf.c (dump_section_as_strings): Use %6tx instead of %6zx.
118
45781998
NC
1192007-09-25 Thien-Thi Nguyen <ttn@gnuvola.org>
120
121 * MAINTAINERS: Fix typo.
122
4145f1d5
NC
1232007-09-17 Shen Feng <shen@cn.fujitsu.com>
124
125 * readelf.c (do_archive_index): New.
126 (options): Add -c and --archive-index option.
127 (usage): Add -c option.
128 (parse_args): Add c option parsing.
129 (process_archive): Dump archive index.
130 * NEWS: Mention the new feature.
131 * doc/binutils.texi: Document the new feature.
132
7f396d02
NC
1332007-09-17 Nick Clifton <nickc@redhat.com>
134
135 * po/es.po: Updated Spanish translation.
136
af3e16d9
NC
1372007-09-17 Nick Clifton <nickc@redhat.com>
138
139 * doc/binutils.texi (objdump): Describe the output of the --syms
140 option in more detail.
141
a1039809
NC
1422007-09-17 Alon Bar-Lev <alon.barlev@gmail.com>
143
144 PR binutils/4987
145 * resrc.c: (read_rc_file): Move 'filename' default initialization
146 to start of function.
147
85f10a01
MM
1482007-08-31 Michael Meissner <michael.meissner@amd.com>
149 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
150
151 * NEWS: Add note about SSE5 being added on i386.
152
39dbeff8
AM
1532007-09-13 Alan Modra <amodra@bigpond.net.au>
154 Zhou Drangon <drangon.mail@gmail.com>
155
156 * nm.c (value_format_64bit, set_print_radix, print_value): Handle
157 BFD_HOST_64BIT_LONG_LONG.
158 * readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG.
159 (print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
160 (dump_relocations): Likewise. Expand _bfd_int64_low in a
161 number of places.
162
d6d25f20
KT
1632007-09-11 Kai Tietz <kai.tietz@onevision.com>
164
165 * rcparse.y: (string_data): Removed ill token removal.
166
54806181
AM
1672007-09-10 Alan Modra <amodra@bigpond.net.au>
168
169 PR 5011
170 * readelf.c (process_version_sections): Don't read past end of
171 various section buffers.
172
f469d32b
L
1732007-08-31 H.J. Lu <hongjiu.lu@intel.com>
174
175 * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
176 * Makefile.in: Regenerated.
177
178 * sysdep.h: Include "config.h" first.
179
30b0f203
NC
1802007-08-31 Nick Clifton <nickc@redhat.com>
181
182 * po/sk.po: New Slovakian translation.
183 * configure.in (LINGUAS): Add sk.
184 * configure: Regenerate.
185
09c11c86
NC
1862007-08-30 Nick Clifton <nickc@redhat.com>
187
188 * readelf.c (dump_type): New type used to classify the kinds of
189 dump requested by the user.
190 (dump_sects, cmdline_dump_sects): Use the new type.
191 (options): Add --string-dump option.
192 (request_dump): Rename to request_dump_bynumber. Use dump_type.
193 (request_dump_byname): Use dump_type.
194 (parse_args): Parse --string-dump option.
195 (process_section_headers): Fix calls to request_dump.
196 (initialise_dumps_byname): Likewise.
197 (dump_section): Rename to dump_section_as_bytes.
198 (dump_section_as_strings): New function. Display the contents of
199 a section as printable strings.
200 (process_section_contents): String dump the section if requested.
201 (process_object): Use dump_type.
202 (main): Likewise.
203 * Makefile.am: Add dependency for readelf.c on safe-ctype.h.
204 * Makefile.in: Regenerate.
205 * NEWS: Mention the new feature.
206 * doc/binutils.texi: Document the new feature.
207
2db6cde7
NS
2082007-08-30 Nathan Sidwell <nathan@codesourcery.com>
209
210 * bucomm.c (bfd_nonfatal_message): New.
211 * bucomm.h (bfd_nonfatal_message): Declare.
212 * objcopy.c (RETURN_NONFATAL): Take BFD not NAME, use
213 bfd_nonfatal_message.
214 (copy_unknown_object): Adjust bfd_nonfatal and RETURN_NONFATAL
215 calls, or replace with bfd_nonfatal_message calls as appropriate.
216 (copy_object, copy_archive, copy_file, setup_section,
217 copy_section, write_debugging_info): Likewise.
218
ad71ef64
NC
2192007-08-28 Nick Clifton <nickc@redhat.com>
220
221 * NEWS: Mention Coverity's contribution.
222
b15fa79e
AM
2232007-08-25 Ulrich Weigand <uweigand@de.ibm.com>
224
225 * readelf.c (process_note): Recognize SPU core file notes.
226
59678365
DJ
2272007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
228
229 * configure.in: Install embedspu on powerpc*-*-eabi* also.
230 * configure: Regenerated.
231
b0b8c9e0
DJ
2322007-08-24 Daniel Jacobowitz <dan@codesourcery.com>
233
234 * po/uk.po: Updated Ukrainian translation.
235
c3d65c1c
BE
2362007-08-22 Ben Elliston <bje@au.ibm.com>
237
238 * doc/binutils.texi (objdump): Document -Mppcps.
239
e9f27433
AM
2402007-08-17 Alan Modra <amodra@bigpond.net.au>
241
242 * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
243
2b05f1b7
L
2442007-08-16 H.J. Lu <hongjiu.lu@intel.com>
245
246 * readelf.c: Revert last change.
247
94b11780
L
2482007-08-16 H.J. Lu <hongjiu.lu@intel.com>
249
250 * readelf.c (get_segment_type): Change PT_GNU_STACK to
251 PT_GNU_ATTR.
252
876c34bf
DJ
2532007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
254
255 * NEWS: Add a marker for the 2.18 features.
256
9975e4c4
DJ
2572007-08-12 Matthias Klose <doko@ubuntu.com>
258
259 * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
260 $(top_srcdir)/../../bfd/doc.
261 * doc/Makefile.in: Regenerate.
262
ec8cbbf6
NC
2632007-08-10 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
264
265 * MAINTAINERS: Add myself as CR16 support maintainer and
266 update myself as CRX support maintainer.
267
d02756e7
NC
2682007-08-10 Nick Clifton <nickc@redhat.com>
269
270 * po/fi.po: Updated Finnish translation.
271 * po/vi.po: Updated Vietnamese translation.
272
bd37ed49
KT
2732007-08-10 Kai Tietz <kai.tietz@onevision.com>
274
275 * doc/binutils.texi: (windmc): Correct incorrect desciption.
276
66125551
AM
2772007-08-04 Alan Modra <amodra@bigpond.net.au>
278
279 PR 4888
280 * objcopy.c (setup_section): Do modify section flags for ELF
281 STRIP_NONDEBUG (reverting part of 2007-05-30 change). Prevent
282 header rewrite by twiddling input section flags instead.
283 Simplify code setting SHT_NOBITS.
284
bd5a94b0
CF
2852007-07-28 Christopher Faylor <me+binutils@cgf.cx>
286
287 * MAINTAINERS: Update my email address.
288
317e5c40
AN
2892007-07-26 Adam Nemet <anemet@caviumnetworks.com>
290
291 * readelf.c (process_archive): Also skip Irix6-style archive symbol
292 tables.
293
60bca95a
NC
2942007-07-24 Nick Clifton <nickc@redhat.com>
295
296 * readelf.c (NUM_ELEM): Remove redundant macro; replace references
297 to it with references to ARRAY_SIZE.
298 Add support for CR16.
299 Fix formatting.
300
0e51e555
NC
3012007-07-19 Nick Clifton <nickc@redhat.com>
302
303 PR binutils/4802
304 * srconv.c (strip_suffix): Add const qualifier to argument.
305
80f2eaf0
NC
3062007-07-16 Nick Clifton <nickc@redhat.com>
307
7be360d1 308 * po/uk.po: New Ukrainian translation.
80f2eaf0
NC
309 * configure.in (ALL_LINGUAS): Add 'uk'.
310 * configure: Regenerate.
311
5184c2ae
AM
3122007-07-10 Alan Modra <amodra@bigpond.net.au>
313
314 * objdump.c (dump_dwarf): Correct setting of is_relocatable.
315
fd2f25da
RM
3162007-07-09 Roland McGrath <roland@redhat.com>
317
318 * readelf.c (get_gnu_elf_note_type): New function.
319 (process_note): Use it for "GNU" name.
320
f51a0672
AS
3212007-07-08 Andreas Schwab <schwab@suse.de>
322
323 * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.
324 (CFILES): Add unwind-ia64.c.
325 Regenerate dependencies.
326 * Makefile.in: Regenerate.
327
32866df7
NC
3282007-07-05 Nick Clifton <nickc@redhat.com>
329
330 * addr2line.c: Update copyright notice to refer to GPLv3.
331 * ar.c, arlex.l, arparse.y, arsup.c, arsup.h, bin2c.c, binemul.c,
332 binemul.h, bucomm.c, bucomm.h, budbg.h, coffdump.c, coffgrok.c,
333 coffgrok.h, cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y,
334 dlltool.c, dlltool.h, dllwrap.c, dwarf.c, dwarf.h, embedspu.sh,
335 emul_aix.c, emul_vanilla.c, filemode.c, ieee.c, mclex.c,
336 mcparse.y, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
337 objdump.c, prdbg.c, rclex.c, rcparse.y, rdcoff.c, rddbg.c,
338 readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
339 size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c,
340 sysinfo.y, syslex.l, unwind-ia64.c, unwind-ia64.h, version.c,
341 windint.h, windmc.c, windmc.h, windres.c, windres.h, winduni.c,
342 winduni.h, wrstabs.c: Likewise.
343 * is-ranlib.c, is-strip.c, maybe-ranlib.c, maybe-strip.c,
344 not-ranlib.c, not-strip.c, ranlib.sh, sanity.sh: Add a copyright
345 notice.
346 * NEWS: Mention that the sources are now released under GPLv3.
347 Add a marker for the changes that went into v2.17.
348 * version.c (print_version): Specify that the program is released
349 under version 3 of the GPL.
350
c6998d15
NC
3512007-07-05 Kai Tietz <kai.tietz@onevision.com>
352
5184c2ae 353 * resrc.c: (read_rc_file): Add include path of user passed rc
c6998d15 354 input file.
5184c2ae
AM
355 * windres.c: (windres_add_include_dir): New.
356 (main): Use of windres_add_include_dir.
357 * windres.h: (windres_add_include_dir): Add prototype.
c6998d15 358
29422971
AM
3592007-07-05 Alan Modra <amodra@bigpond.net.au>
360
361 * doc/binutils.texi (size): Document --common.
362 * size.c: Make a number of vars static. Delete unnecessary
363 function declarations.
364 (show_common, common_size): New vars.
365 (usage): Describe --common.
366 (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use.
367 (long_options): Add common.
368 (calculate_common_size): New function.
369 (print_berkeley_format): Add common_size to bsssize.
370 (sysv_one_line): New function split out from..
371 (sysv_internal_printer): ..here.
372 (print_sysv_format): Handle display of *COM*.
373 (print_sizes): Call calculate_common_size.
374
c3de112b
AM
3752007-07-05 Alan Modra <amodra@bigpond.net.au>
376
377 * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
378
e205a099
AM
3792007-07-02 Alan Modra <amodra@bigpond.net.au>
380
381 PR 4716
382 * objcopy.c (filter_symbols): Correct relocatable file test.
383
ae351704
AM
3842007-07-02 Alan Modra <amodra@bigpond.net.au>
385
386 * Makefile.am: Run "make dep-am".
387 * Makefile.in: Regenerate.
388 * aclocal.m4: Regenerate.
389 * config.in: Regenerate.
390 * doc/Makefile.in: Regenerate.
391 * po/POTFILES.in: Regenerate.
392 * po/binutils.pot: Regenerate.
393
86b57e31
L
3942007-06-30 H.J. Lu <hongjiu.lu@intel.com>
395
396 * aclocal.m4: Regenerated.
397 * doc/Makefile.in: Likewise.
398 * Makefile.in: Likewise.
399
34c8bcba
JM
4002007-06-29 Joseph Myers <joseph@codesourcery.com>
401
402 * readelf.c (display_power_gnu_attribute, process_power_specific):
403 New.
404 (process_arch_specific): Call process_power_specific.
405
2cf19d5c
JM
4062007-06-29 Joseph Myers <joseph@codesourcery.com>
407
408 * readelf.c (display_mips_gnu_attribute): New.
409 (process_mips_specific): Call process_attributes.
410
104d59d1
JM
4112007-06-29 Joseph Myers <joseph@codesourcery.com>
412
413 * readelf.c (display_gnu_attribute): New.
414 (process_arm_specific): Rearrange as process_attributes.
415 (process_arm_specific): Replace by wrapper of process_attributes.
416
1ac7d223
RM
4172007-06-28 Roland McGrath <roland@frob.com>
418
419 * objcopy.c (setup_section): Don't reset ELF section type to
420 SHT_NOBITS when it is SHT_NOTE.
421 * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
422
cc481421
AM
4232007-06-27 Alan Modra <amodra@bigpond.net.au>
424
425 * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
426 * arsup.c: Likewise.
427 * binemul.c: Likewise.
428 * objcopy.c: Likewise.
429 * dlltool.c: Likewise.
430
cd6a2ed0
NC
4312007-06-26 Shantonu Sen <ssen@apple.com>
432
433 PR binutils/4693
434 * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
435 dependency on $(LIBICONV) to ...
436 (windres_LDADD, windmc_LDADD) ... here.
437 * Makefile.in: Regenerate.
438
daaf07b2
AM
4392007-06-21 Alan Modra <amodra@bigpond.net.au>
440
441 * embedspu.sh (relas): Correct sh_info parsing.
442
b1364e8f 4432007-06-19 Danny Smith <dannysmith@users.sourceforge.net>
1ac7d223 444
5184c2ae 445 * objdump.c: Include sys/stat.h.
b1364e8f 446
cd6a2ed0 4472007-06-19 Kai Tietz <kai.tietz@onevision.com>
692ed3e7 448
5184c2ae
AM
449 * Makefile.am: Add windmc tool.
450 * Makefile.in: Regenerate.
451 * configure.in: Add windmc tool.
452 * configure: Regenerate.
453 * mclex.c: New.
454 * mcparse.y: New.
455 * windmc.c: New.
456 * windmc.h: New.
457 * doc/Makefile.am: Add windmc tool.
458 * doc/Makefile.in: Regenerate.
459 * doc/binutils.texi: Add windmc documentation.
692ed3e7
NC
460 * NEWS: Mention new tool.
461
e8f5eee4
NC
4622007-06-18 Andi Kleen <ak@suse.de>
463
1ac7d223 464 * objdump.c: Include sys/mman.h
e8f5eee4
NC
465 (print_file_list): Remove f, add map, mapsize, linemap, maxline,
466 last_line, first fields.
467 (slurp_file): Add.
468 (index_file): Add.
469 (print_file_open): Call slurp_file and index_file. Initialize new
470 fields.
471 (skip_to_line): Rename to print_line and write only single line.
472 (dump_line): Add.
473 (show_line): Change to new algorithm.
474
03997556
NC
4752007-06-18 Thomas Weidenmueller <w3seek@reactos.org>
476
477 * resres.c (probe_binary): Fix test for badly formatted headers.
478
d856f2dd
NC
4792007-06-18 Kai Tietz <Kai.Tietz@onevision.com>
480
481 * rclex.c: (cpp_line): Add code_page pragma support.
482 * windres.c: (usage, long_options, main): Add new option
483 --codepage or -c.
484 * winduni.c: (wind_default_codepage, wind_current_codepage): New.
485 (unicode_from_ascii, ascii_from_unicode): Use
486 wind_current_codepage as codepage parameter.
487 (unicode_print): Print 4 characters for hexadecimal values in
488 unicode strings.
489 * winduni.h: (wind_default_codepage, wind_current_codepage):
490 Export.
491 * doc/binutils.texi: Document new option.
692ed3e7 492 * NEWS: Mention new features of windres.
d856f2dd 493
daaf07b2 4942007-06-18 Brian D. Watt <bwatt@us.ibm.com>
dbdca70b
AM
495
496 * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
497
79887925
L
4982007-06-14 H.J. Lu <hongjiu.lu@intel.com>
499
500 * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
501
502 * acinclude.m4: Removed.
503
504 * Makefile.in: Regenerated.
505 * aclocal.m4: Likewise.
506 * configure: Likewise.
507
a87b0a59
NS
5082007-06-11 Nathan Sidwell <nathan@codesourcery.com>
509
510 * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
511
4b2c5b4a
NC
5122007-06-06 Kai Tietz <Kai.Tietz@onevision.com>
513
514 PR binutils/4356 binutils/591
515 * resrc.c (filename_need_quotes): New function.
516 (look_for_default): If filename_need_quotes is true then quote the
517 filename in the command line being created.
518 (read_rc_file): Likewise.
519
3cc78305
BE
5202007-06-06 Ben Elliston <bje@au.ibm.com>
521
522 * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
523
4b2c5b4a 5242007-06-05 Kai Tietz <Kai.Tietz@onevision.com>
5ba684e2 525
8fd9b8a4
L
526 * Makefile.am: Add LIBICONV to windres.
527 * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
528 * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
529 * config.in: Add ICONV defines.
530 * aclocal.m4: Regenerate.
531 * confugure: Regenerate.
532 * winduni.c: (local_iconv_map codepages, wind_language_t,
5ba684e2
NC
533 languages, unicode_is_valid_codepage, wind_find_language_by_id,
534 wind_find_language_by_codepage, wind_find_codepage_info,
535 unicode_from_codepage, codepage_from_unicode, iconv_onechar,
536 wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
8fd9b8a4
L
537 New.
538 (ascii_from_unicode): Use codepage_from_unicode.
539 (ascii_from_unicode): Use unicode_from_codepage.
540 Use for cygwin windows API for unicode transformation.
541 * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
5ba684e2 542 macros.
8fd9b8a4
L
543 (wind_language_t, local_iconv_map): New types.
544 (wind_find_language_by_id, wind_find_language_by_codepage,
545 unicode_is_valid_codepage, wind_find_codepage_info,
546 unicode_from_codepage, codepage_from_unicode): New
547 prototypes.
5ba684e2 548
73545089
AM
5492007-06-05 Alan Modra <amodra@bigpond.net.au>
550
551 * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
552
42bb2e33
AM
5532007-05-30 Alan Modra <amodra@bigpond.net.au>
554
555 * objcopy.c (copy_object): Revert 2007-05-11 change. Don't
556 avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
557 (setup_section): Don't modify flags, and don't avoid calling
558 bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
559 * readelf.c (process_program_headers): Ignore .dynamic of type
560 SHT_NOBITS.
561
3ba20bde
AM
5622007-05-29 Alan Modra <amodra@bigpond.net.au>
563
564 * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
565 pic or pie and image needs relocs.
566
37ad9514
SE
5672007-05-24 Steve Ellcey <sje@cup.hp.com>
568
569 * Makefile.in: Regenerate.
570 * configure: Regenerate.
571 * aclocal.m4: Regenerate.
572 * doc/Makefile.in: Regenerate.
573
fc108f8f
NC
5742007-05-24 Kai Tietz <Kai.Tietz@onevision.com>
575
576 * rcparse.y: Join strings for elements having no side-effects in
577 "rc"-grammar.
578
4a594fce
NC
5792007-05-23 Kai Tietz <Kai.Tietz@onevision.com>
580
581 * rclex.c: New file replacing rclex.l.
582 * rclex.l: Removed.
583 * windint.h: New file holding common structure and type
584 definitions.
585 * Makefile.am: Added new header windint.h and exchanged rclex.l by
586 rclex.c.
587 * Makefile.in: Regenerate.
588 * rcparse.y: Renamed some structures.
589 Use in internal representation always bfd_vma instead of long or
590 int.
591 Removed from %union unused stringtable.
592 Added to %union suni structure for unicode strings.
593 Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
594 DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
595 TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
596 Added support for these new rc file tokens.
597 * resbin.c: Rewrote using bfd and binary structures, and support
598 new resource types.
599 * rescoff.c: Likewise.
600 * resres.c: Likewise.
601 * resrc.c: Likewise. Dumps as RC are now recompilable.
602 * windres.c: As above. Using bfd for res and provide target
603 specific endianess support.
604 * windres.h: Use windint.h as include. Additionally removed K&R
605 syntax.
606 * winduni.c: New printing and unichar support routines.
607 * winduni.h: Prototypes for new unichar helpers.
608 * windint.h: New file.
609
e39ff52a
PB
6102007-05-22 Paul Brook <paul@codesourcery.com>
611
612 * objdump.c (find_symbol_for_address): Merge section and target
613 specific filtering code.
614
0e9517a9
NC
6152007-05-22 Nick Clifton <nickc@redhat.com>
616
617 * doc/binutils.texi: Use @copying around the copyright notice.
618
7df428b1
RS
6192007-05-21 Richard Sandiford <richard@codesourcery.com>
620
621 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
622 for executables and shared libraries.
623
12f498a7
NS
6242007-05-18 Nathan Sidwell <nathan@codesourcery.com>
625
626 * objcopy.c (strip_main): Detect identical input and output file
627 names.
628 (copy_main): Refactor tempname detection and use.
629
d5737601
NC
6302007-05-17 Nick Clifton <nickc@redhat.com>
631
632 * objdump.c (load_debug_section): Select bias for DWARF debug
633 addresses based on the flavour of the bfd.
634
8adb2e35
AM
6352007-05-11 Alan Modra <amodra@bigpond.net.au>
636
637 PR 4479
638 * objcopy.c (copy_object): Don't copy ELF program headers for
639 --only-keep-debug.
640
ece5ef60
AM
6412007-05-11 Alan Modra <amodra@bigpond.net.au>
642
643 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
644 over one found on the users path.
645 (main): Generate .reloc for each R_SPU_PPU* reloc.
646
e74ecdb3
AM
6472007-04-28 Alan Modra <amodra@bigpond.net.au>
648
649 * prdbg.c (tg_variable): Adjust for changed demangler.
650 (tg_start_function): Likewise.
651
eddc20ad
AM
6522007-04-27 Alan Modra <amodra@bigpond.net.au>
653
654 * bucumm.h: Split off host dependencies to..
655 * sysdep.h: ..here.
656 Many files: Include sysdep.h. Remove duplicate headers and reorder.
657 * Makefile.am: Run "make dep-am".
658 * Makefile.in: Regenerate.
659
1a0a850d
NC
6602007-04-24 Nick Clifton <nickc@redhat.com>
661
662 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
663
312aaa3c
NC
6642007-04-24 Nathan Froyd <froydnj@codesourcery.com>
665 Phil Edwards <phil@codesourcery.com>
666
667 * objcopy.c (filter_symbols): Explicitly stripping a symbol
668 used in relocations is an error.
669 Retype 'keep' to bfd_boolean.
670
55da90a3
AM
6712007-04-24 Alan Modra <amodra@bigpond.net.au>
672
673 * Makefile.in: Regenerate.
674 * doc/Makefile.in: Regenerate.
675
9e48b4c6
NC
6762007-04-20 Nathan Froyd <froydnj@codesourcery.com>
677 Phil Edwards <phil@codesourcery.com>
678 Thomas de Lellis <tdel@windriver.com>
679
680 * objcopy.c (reverse_bytes): New variable.
681 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
682 (copy_options, copy_usage): Add "reverse-bytes" entry.
683 (copy_section): Reverse bytes within output sections.
684 * doc/binutils.texi: Document new objcopy option.
685
c6e15d68
NC
6862007-04-20 Nick Clifton <nickc@redhat.com>
687
688 * rclex.l: Allow underscores at the start of identifiers.
689
ed180cc5
AM
6902007-04-19 Alan Modra <amodra@bigpond.net.au>
691
692 * budemang.c: Delete.
693 * budemang.h: Delete.
694 * addr2line.c (translate_addresses): Call bfd_demangle rather than
695 demangle.
696 * nm.c (print_symname): Likewise.
697 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
698 (dump_bfd): Likewise.
699 * prdbg.c (struct pr_handle <demangler>): Add int param.
700 (tg_variable, tg_start_function): Adjust demangler calls.
701 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
702 * Makefile.in: Regenerate.
703 * po/POTFILES.in: Regenerate.
704
d45dc31f
SE
7052007-04-14 Steve Ellcey <sje@cup.hp.com>
706
707 * Makefile.am: Add ACLOCAL_AMFLAGS.
708 * configure.in: Change macro call order.
709 * Makefile.in: Regenerate.
710 * configure: Regenerate.
711
79e341d9
NS
7122007-04-13 Nathan Sidwell <nathan@codesourcery.com>
713
714 * Makefile.am (TOOL_PROGS): Add objcopy.
715 * Makefile.in: Rebuilt.
716
1aa9ef63
L
7172007-04-12 H.J. Lu <hongjiu.lu@intel.com>
718
719 PR binutils/4348
720 * objcopy.c (copy_object): Don't stop when there are no
721 sections to be copied.
722
9fbad737
VP
7232007-04-10 Vladimir Prus <vladimir@codesourcery.com>
724
725 * NEWS: Mention disjoint histograms support in
726 gprof.
727
6eef1355
DJ
7282007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
729
730 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
731 DW_TAG_inlined_subroutine.
732
5ad507ee
MT
7332007-04-06 Matt Thomas <matt@netbsd.org>
734
735 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
736
be26064b
AM
7372007-04-05 Alan Modra <amodra@bigpond.net.au>
738
739 PR binutils/4292
740 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
741 value_format_32bit.
742
970ccc77
NC
7432007-04-02 Nick Clifton <nickc@redhat.com>
744
745 PR binutils/4292
746 * nm.c (value_format): Replace with value_format_32bit and
747 value_format_64bit.
748 (set_radix): Update setting of value_format.
749 (set_print_width): New function. Compute the address size of a
750 given bfd and set the print_width global appropriately.
751 (display_archive): Use set_print_width.
752 (display_file): Likewise,
753 (print_object_filename_sysv): Update use of print_width.
754 (print_archive_member_sysv): Likewise.
755 (print_symbol_filename_posix): Likewise.
756 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
757
4ecceb71
RS
7582007-03-28 Richard Sandiford <richard@codesourcery.com>
759 Phil Edwards <phil@codesourcery.com>
760
761 * doc/binutils.texi: Put the contents after the title page rather
762 than at the end of the document.
763
331e5c3c
NC
7642007-03-28 Nick Clifton <nickc@redhat.com>
765
766 * readelf.c (slurp_rela_relocs): Add newline to end of error
767 messages.
768 (slurp_rel_relocs, request_dump, request_dump_byname,
769 process_program_headers, process_dynamic_section,
770 process_symbol_table, process_mips_specific, main): Likewise.
771
eacf2b70
AM
7722007-03-28 Alan Modra <amodra@bigpond.net.au>
773
774 * MAINTAINERS: Update mailing list addresses. Add myself
775 as PPC maintainer.
776
48d8dc64
AM
7772007-03-27 Alan Modra <amodra@bigpond.net.au>
778
779 * embedspu.sh: Correct toe_addr quoting.
780
88948ad0
AM
7812007-03-27 Alan Modra <amodra@bigpond.net.au>
782
783 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
784 .toe section and .toe address checks. Use .reloc for _EAR*
785 symbols defined in non-BSS sections. Build table for _SPUEAR_
786 symbols.
787
6528d0cb
KK
7882007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
789
790 PR gas/3811
791 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
792
e49e529d
JM
7932007-03-22 Joseph Myers <joseph@codesourcery.com>
794
795 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
796 version.
797
591a748a
NC
7982007-03-16 Kai Tietz <Kai.Tietz@onevision.com>
799
800 * dlltool.c (make_one_lib_file): Use pc-relative relocation
801 instead of an absolute relocation for x86_64-pc-mingw32 target.
802
c428fa83
L
8032007-03-15 H.J. Lu <hongjiu.lu@intel.com>
804
805 * Makefile.am (REPORT_BUGS_TO): Removed.
806 (INCLUDES): Remove -DREPORT_BUGS_TO.
807 * Makefile.in: Regenerated.
808
809 * bucomm.c: Don't include bfdver.h.
810 * objdump.c: Likewise.
811 * version.c: Likewise.
812
813 * bucomm.h: Include bfdver.h.
814
815 * configure.in (--with-bugurl): Removed.
816 * configure: Regenerated.
817
818 * doc/Makefile.am (binutils_TEXINFOS): Removed.
819 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
820 (TEXI2DVI): Likewise.
821 (config.texi): Removed.
822 (MOSTLYCLEANFILES): Remove config.texi.
823 * doc/Makefile.in: Regenerated.
824
825 * doc/binutils.texi: Include bfdver.texi instead of
826 config.texi.
827
35d9dd2f
NC
8282007-03-13 Nick Clifton <nickc@redhat.com>
829
830 * readelf.c (dump_section): Also test for SHT_REL sections when
831 producing the warning about unapplied relocs.
832
ad22bfe8
JM
8332007-03-07 Joseph Myers <joseph@codesourcery.com>
834
835 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
836 bug-reporting URL.
837 * doc/Makefile.am (config.texi): Define BUGURL.
838 * doc/binutils.texi: Use BUGURL. Remove text about large files
839 and uuencoding.
840 * Makefile.in, configure, doc/Makefile.in: Regenerate.
841
d3e52d40
RS
8422007-03-01 Phil Edwards <phil@codesourcery.com>
843 Richard Sandiford <richard@codesourcery.com>
844
845 * NEWS: Mention addition of --extract-symbol.
846 * doc/binutils.texi: Document it.
847 * objcopy.c (extract_symbol): New variable.
848 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
849 (copy_options): Add an entry for --extract-symbol.
850 (copy_usage): Mention --extract-symbol.
851 (copy_object): Set the start address to zero for --extract-symbol.
852 Do not copy private BFD data in that case.
853 (setup_section): Set the size, LMA and VMA to zero for
854 --extract-symbol. Do not copy private BFD data in that case.
855 (copy_section): Do not copy section contents if --extract-symbol
856 is passed.
857 (copy_main): Set extract_symbol to TRUE if --extract-symbol
858 is passed.
859
336becc7
PB
8602007-03-01 Paul Brook <paul@codesourcery.com>
861
862 * MAINTAINERS: Update my entry.
863
066c2a57
JM
8642007-03-01 Joseph Myers <joseph@codesourcery.com>
865
866 * version.c: Update copyright date.
867
a7186e88
DJ
8682007-03-01 Daniel Jacobowitz <dan@codesourcery.com>
869
870 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
871 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
872 * Makefile.in, doc/Makefile.in: Regenerate.
873
11d5fa89
AM
8742007-03-01 Alan Modra <amodra@bigpond.net.au>
875
876 * embedspu.sh: Set type and size of global program handle symbol.
877
b125d98b
AM
8782007-02-28 Alan Modra <amodra@bigpond.net.au>
879
880 * Makefile.am (PROGS): Delete.
881 (RENAMED_PROGS): Define. Extracted from..
882 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
883 (install-exec-local): Adjust.
884 * Makefile.in: Regenerate.
885
1d97d67f
AM
8862007-02-28 Alan Modra <amodra@bigpond.net.au>
887
888 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
889 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
890 (EXTRA_PROGRAMS): Remove bin2c.
891 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
892 (bin2c_SOURCES): Delete.
893 (DISTCLEANFILES): Remove sysinfo.
894 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
895 bin2c$(EXEEXT_FOR_BUILD).
896 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
897 Move embedspu to..
898 (BUILD_INSTALL_MISC): ..here.
899 * Makefile.in: Regenerate.
900 * configure: Regenerate.
901
cd14b966
AM
9022007-02-27 Alan Modra <amodra@bigpond.net.au>
903
904 * bin2c.c: New file.
905 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
906 (CFILES): Add bin2c.c.
907 (bin2c_SOURCES): Define.
908 (bin2c.o): Dependencies from "make dep-am".
909 * configure.in (BUILD_MISC): Add bin2c.
910 * version.c: Update year.
911 * po/POTFILES.in: Regenerate.
912 * Makefile.in: Regenerate.
913 * configure: Regenerate.
914
92f01d61 9152007-02-17 Mark Mitchell <mark@codesourcery.com>
8fd9b8a4
L
916 Nathan Sidwell <nathan@codesourcery.com>
917 Vladimir Prus <vladimir@codesourcery.com
918 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
919
920 * configure.in (--with-bugurl): New option.
921 * configure: Regenerate.
922 * Makefile.am (REPORT_BUGS_TO): Define.
923 (INCLUDES): Define REPORT_BUGS_TO.
924 Regenerate dependencies.
925 * Makefile.in: Regenerate.
926 * doc/Makefile.in: Regenerate.
927 * bucomm.h: Remove include of bin-bugs.h.
928 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
929 * ar.c (usage): Pass s to list_supported_targets. Don't print
930 empty REPORT_BUGS_TO.
931 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
932 * cxxfilt.c (usage): Print bug url when giving help.
933 * dlltool.c (usage): Likewise.
934 * dllwrap.c (usage): Likewise.
935 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
936 * nm.c (usage): Likewise.
937 * objcopy.c (copy_usage, strip_usage): Likewise.
938 * objdump.c (usage): Likewise.
939 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
940 callers.
941 * size.c (usage): Don't print empty REPORT_BUGS_TO.
942 * srconv.c (show_usage): Likewise.
943 * strings.c (usage): Likewise.
944 * sysdymp.c (show_usage): Likewise.
945 * windres.c (usage): Likewise.
946
41160f02
AM
9472007-02-13 Alan Modra <amodra@bigpond.net.au>
948
949 * embedspu.sh: Add -W to readelf invocation.
950
7358e3f7
DB
9512007-02-06 Dave Brolley <brolley@redhat.com>
952
953 * MAINTAINERS: Add myself as the maintainer of the MeP port.
954
4b78141a
NC
9552007-02-06 Nick Clifton <nickc@redhat.com>
956
957 PR gas/3800
958 * readelf.c: Include elf/h8.h twice. The first time in order to
959 get the reloc numbers, the second time in order to get the reloc
960 decoder function.
961 (dump_section): Tell the user if the section being displayed has
962 unprocessed relocs associated with it.
963 (get_reloc_size): New function - returns the size of a reloc.
964 (debug_apply_rela_addends): Use get_reloc_size().
965 * dwarf.c (read_and_display_attr_value): Extend number of
966 languages known for the DW_AT_language attribute.
967 (process_debug_info): Display the attribute offset before decoding
968 the attribute, in case there are problems.
969
15ab5209
DB
9702007-02-05 Dave Brolley <brolley@redhat.com>
971
972 * readelf.c (dump_relocations): Don't check for
973 (rtype == NULL && type == R_RELC).
974
9752007-02-05 Dave Brolley <brolley@redhat.com>
976
d66340fc
DB
977 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
978 * Makefile.in: Regenerated.
15ab5209
DB
979 * Contribute the following changes:
980 2003-10-29 Dave Brolley <brolley@redhat.com>
981
982 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
983 * configure: Regenerated.
984
985 2001-04-03 Ben Elliston <bje@redhat.com>
986
987 * readelf.c: Include "elf/mep.h".
988 (guess_is_rela): Handle EM_CYGNUS_MEP.
989 (get_machine_name): Ditto.
990 (dump_relocations): Ditto.
991
fc523535 9922007-02-02 H.J. Lu <hongjiu.lu@intel.com>
bffa52b3
L
993
994 * MAINTAINERS: Add a space between H.J. and Lu.
995
fc523535 9962007-02-02 H.J. Lu <hongjiu.lu@intel.com>
f59a29b9
L
997
998 * doc/binutils.texi (objdump): Document the new addr64 option
999 for i386 disassembler.
1000
fc523535 10012007-02-02 H.J. Lu <hongjiu.lu@intel.com>
7aad4c3d
L
1002
1003 PR binutils/3945
1004 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
1005 target.
1006 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
1007 * configure: Regenerated.
1008
1009 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
1010
e5ce8970
NC
10112007-02-02 Nick Clifton <nickc@redhat.com>
1012
1013 * doc/binutils.texi (objdump): Document support for disassembling
1014 the 440 PowerPC architecture.
1015
460c89ff
NS
10162007-01-31 Nathan Sidwell <nathan@codesourcery.com>
1017
1018 * dwarf.c (process_debug_info): Protect against bogus length and
1019 abbrev offsets.
1020
84f1d826
KH
10212007-01-25 Kazu Hirata <kazu@codesourcery.com>
1022
1023 * ar.c (print_contents, extract_file): Cast the return value
1024 of fwrite to size_t.
1025
7bd7b3ef
AM
10262007-01-12 Alan Modra <amodra@bigpond.net.au>
1027
1028 * ar.c (open_inarch): Check fwrite return. Use size_t.
1029 (extract_file): Likewise. Remove test for "negative" file size.
1030 * readelf.c (process_program_headers): Check fscanf return.
1031
2946671e
L
10322007-01-11 H.J. Lu <hongjiu.lu@intel.com>
1033
1034 * bucomm.c (template_in_dir): Fix typo.
1035
669a9a2a
AM
10362007-01-11 Alan Modra <amodra@bigpond.net.au>
1037
1038 * embedspu.sh: New file.
1039 * Makefile.am (embedspu): Add rule.
1040 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
1041 * Makefile.in: Regenerate.
1042 * configure: Regenerate.
1043
485be063
AM
10442007-01-11 Alan Modra <amodra@bigpond.net.au>
1045
1046 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
1047 * bucomm.c (template_in_dir): New function, split out from..
1048 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
1049 (make_tempdir): Use template_in_dir. Handle directory creation
1050 when !HAVE_MKDTEMP.
1051 * objcopy.c (MKDIR): Don't define.
1052 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
1053 error message.
1054
3bdcfdf4
KH
10552007-01-08 Kazu Hirata <kazu@codesourcery.com>
1056
1057 * readelf.c (get_machine_flags): Treat Fido as an architecture
1058 by itself.
1059
42037fe5
NC
10602007-01-08 Kai Tietz <kai.tietz@onevision.com>
1061
1062 * configure.in: Renamed target x86_64-*-mingw64 to
1063 x86_64-*-mingw*.
1064 * configure: Regenerated.
1065
20414cab
AM
10662007-01-05 Alan Modra <amodra@bigpond.net.au>
1067
1068 * readelf.c (dump_section): Don't print 32-bit values, which
1069 were done incorrectly for little-endian. Instead print bytes.
1070
10a2343e 1071For older changes see ChangeLog-2006
252b5132
RH
1072\f
1073Local Variables:
1074mode: change-log
1075left-margin: 8
1076fill-column: 74
1077version-control: never
1078End: