1*ed0d50c3Schristos2012-12-17  Nick Clifton  <nickc@redhat.com>
2*ed0d50c3Schristos
3*ed0d50c3Schristos	* BRANCHES: Add copyright notice.
4*ed0d50c3Schristos	* MAINTAINERS: Likewise.
5*ed0d50c3Schristos	* Makefile.am: Likewise.
6*ed0d50c3Schristos	* NEWS: Likewise.
7*ed0d50c3Schristos	* README: Likewise.
8*ed0d50c3Schristos	* configure.com: Likewise.
9*ed0d50c3Schristos	* configure.in: Likewise.
10*ed0d50c3Schristos	* configure.tgt: Likewise.
11*ed0d50c3Schristos	* dwarf-mode.el: Likewise.
12*ed0d50c3Schristos	* makefile.vms: Likewise.
13*ed0d50c3Schristos	* syslex_wrap.c: Likewise.
14*ed0d50c3Schristos	* doc/Makefile.am: Likewise.
15*ed0d50c3Schristos	* Makefile.in: Regenerate.
16*ed0d50c3Schristos	* doc/Makefile.in: Regenerate.
17*ed0d50c3Schristos
18*ed0d50c3Schristos2012-11-27  Kai Tietz  <ktietz@redhat.com>
19*ed0d50c3Schristos
20*ed0d50c3Schristos	* resbin.c (bin_to_res_version):  Correct offset
21*ed0d50c3Schristos	and length calculation of resource.
22*ed0d50c3Schristos	(get_version_header): Apply alignement of 4 to len.
23*ed0d50c3Schristos
24*ed0d50c3Schristos2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
25*ed0d50c3Schristos
26*ed0d50c3Schristos	* readelf.c (process_dynamic_section): Correct DF_1_CONFALT.
27*ed0d50c3Schristos	Also dump DF_1_ENDFILTEE, DF_1_DISPRELDNE, DF_1_NODIRECT,
28*ed0d50c3Schristos	DF_1_IGNMULDEF, DF_1_NOKSYMS, DF_1_NOHDR, DF_1_EDITED,
29*ed0d50c3Schristos	DF_1_NORELOC, DF_1_SYMINTPOSE, DF_1_GLOBAUDIT and DF_1_SINGLETON.
30*ed0d50c3Schristos
31*ed0d50c3Schristos2012-11-14  Tristan Gingold  <gingold@adacore.com>
32*ed0d50c3Schristos
33*ed0d50c3Schristos	* od-macho.c (bfd_mach_o_load_command_name): Add new definitions.
34*ed0d50c3Schristos	(dump_load_command): Handle BFD_MACH_O_LC_SOURCE_VERSION
35*ed0d50c3Schristos	and BFD_MACH_O_LC_MAIN.
36*ed0d50c3Schristos
37*ed0d50c3Schristos2012-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
38*ed0d50c3Schristos
39*ed0d50c3Schristos	* readelf.c (get_machine_flags) <EM_MIPS, EM_MIPS_RS3_LE>: Move
40*ed0d50c3Schristos	code to handle EF_SH_PIC and EF_SH_FDPIC...
41*ed0d50c3Schristos	<EM_SH>: ... here.
42*ed0d50c3Schristos
43*ed0d50c3Schristos2012-11-09  Nick Clifton  <nickc@redhat.com>
44*ed0d50c3Schristos
45*ed0d50c3Schristos	* readelf.c (get_machine_flags): Add support for E_FLAG_RX_ABI.
46*ed0d50c3Schristos	(guess_is_rela): Add EM_V800.
47*ed0d50c3Schristos	(dump_relocations): Likewise.
48*ed0d50c3Schristos	(get_machine_name): Update EM_V800.
49*ed0d50c3Schristos	(get_machine_flags): Add support for RH850 ABI flags.
50*ed0d50c3Schristos	(is_32bit_abs_reloc): Add support for RH850 ABI reloc.
51*ed0d50c3Schristos
52*ed0d50c3Schristos2012-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53*ed0d50c3Schristos
54*ed0d50c3Schristos	* coffgrok.c (coff_grok): Remove trailing redundant `;'.
55*ed0d50c3Schristos	* resrc.c (open_input_stream): Likewise.
56*ed0d50c3Schristos
57*ed0d50c3Schristos2012-11-08  Alan Modra  <amodra@gmail.com>
58*ed0d50c3Schristos
59*ed0d50c3Schristos	* po/POTFILES.in: Regenerate.
60*ed0d50c3Schristos
61*ed0d50c3Schristos2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
62*ed0d50c3Schristos
63*ed0d50c3Schristos	* objcopy.c (copy_section): Don't read beyond section end.
64*ed0d50c3Schristos
65*ed0d50c3Schristos2012-11-06  H.J. Lu  <hongjiu.lu@intel.com>
66*ed0d50c3Schristos
67*ed0d50c3Schristos	PR binutils/14567
68*ed0d50c3Schristos	* Makefile.am (BFDTEST2_PROG): New.
69*ed0d50c3Schristos	(bfdtest2_DEPENDENCIES): Likewise.
70*ed0d50c3Schristos	(TEST_PROGS): Add $(BFDTEST2_PROG).
71*ed0d50c3Schristos	* Makefile.in: Regenerated.
72*ed0d50c3Schristos	* bfdtest2.c: New file.
73*ed0d50c3Schristos
74*ed0d50c3Schristos2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
75*ed0d50c3Schristos
76*ed0d50c3Schristos	* MAINTAINERS: Update my email address.
77*ed0d50c3Schristos
78*ed0d50c3Schristos2012-11-05  Alan Modra  <amodra@gmail.com>
79*ed0d50c3Schristos
80*ed0d50c3Schristos	* configure.in: Apply 2012-09-10 change to config.in here.  Add
81*ed0d50c3Schristos	__CONFIG_H__ check.
82*ed0d50c3Schristos	* config.in: Regenerate.
83*ed0d50c3Schristos
84*ed0d50c3Schristos2012-11-01  Tom Tromey  <tromey@redhat.com>
85*ed0d50c3Schristos
86*ed0d50c3Schristos	* readelf.c (get_note_type): Handle NT_386_TLS, NT_386_IOPERM.
87*ed0d50c3Schristos
88*ed0d50c3Schristos2012-10-30  Nick Clifton  <nickc@redhat.com>
89*ed0d50c3Schristos
90*ed0d50c3Schristos	PR binutils/14779
91*ed0d50c3Schristos	* configure.in: Add checks for wchar.h and mbstate_t.
92*ed0d50c3Schristos	* config.in: Regenerate.
93*ed0d50c3Schristos	* configure: Regenerate.
94*ed0d50c3Schristos	* readelf.c: Conditionally include wchar.h.
95*ed0d50c3Schristos	(print_symbol): Conditionally use mbstate_t.
96*ed0d50c3Schristos
97*ed0d50c3Schristos2012-10-30  	Steve McIntyre  <steve.mcintyre@linaro.org>
98*ed0d50c3Schristos
99*ed0d50c3Schristos	* readelf.c (decode_ARM_machine_flags): Recognise and display the
100*ed0d50c3Schristos	new ARM hard-float/soft-float ABI flags for EABI_VER5. Split out
101*ed0d50c3Schristos	the code for EABI_VER4 and EABI_VER5 to allow this.
102*ed0d50c3Schristos
103*ed0d50c3Schristos2012-10-29  Alan Modra  <amodra@gmail.com>
104*ed0d50c3Schristos
105*ed0d50c3Schristos	* dlltool.c (INIT_SEC_DATA): Move.
106*ed0d50c3Schristos	(secdata <DLLTOOL_PPC>): Use here too.
107*ed0d50c3Schristos
108*ed0d50c3Schristos2012-10-26  Nick Clifton  <nickc@redhat.com>
109*ed0d50c3Schristos
110*ed0d50c3Schristos	* po/hr.po: New Croation translation.
111*ed0d50c3Schristos	* configure.in (ALL_LINGUAS): Add hr.
112*ed0d50c3Schristos	* configure: Regenerate.
113*ed0d50c3Schristos
114*ed0d50c3Schristos2012-10-23  Cary Coutant  <ccoutant@google.com>
115*ed0d50c3Schristos
116*ed0d50c3Schristos	* dwarf.c (do_debug_addr, do_debug_cu_index): New global flags.
117*ed0d50c3Schristos	(load_debug_info): Fix typo.
118*ed0d50c3Schristos	(cu_tu_indexes_read, shndx_pool, shndx_pool_size, shndx_pool_used):
119*ed0d50c3Schristos	New global variables.
120*ed0d50c3Schristos	(prealloc_cu_tu_list, add_shndx_to_cu_tu_entry, end_cu_tu_entry)
121*ed0d50c3Schristos	(process_cu_tu_index, load_cu_tu_indexes, find_cu_tu_set)
122*ed0d50c3Schristos	(display_cu_index): New functions.
123*ed0d50c3Schristos	(dwarf_select_sections_by_names): Add "debug_addr", "cu_index".
124*ed0d50c3Schristos	Sort entries alphabetically.
125*ed0d50c3Schristos	(dwarf_select_sections_all): Set do_debug_addr, do_debug_cu_index.
126*ed0d50c3Schristos	(debug_displays): Add .debug_cu_index, .debug_tu_index.
127*ed0d50c3Schristos	Clean up formatting.
128*ed0d50c3Schristos	* dwarf.h (dwarf_section_display_enum): Add dwp_cu_index,
129*ed0d50c3Schristos	dwp_tu_index.
130*ed0d50c3Schristos	(do_debug_addr, do_debug_cu_index): New global flags.
131*ed0d50c3Schristos	(find_cu_tu_set): New function declaration.
132*ed0d50c3Schristos	* objdump.c (usage): Add --dwarf=addr, --dwarf=cu_index.
133*ed0d50c3Schristos	* readelf.c (find_section_in_set): New function.
134*ed0d50c3Schristos	(usage): Add --debug-dump=addr, --debug_dump=cu_index.
135*ed0d50c3Schristos	(process_section_headers): Check do_debug_addr and do_debug_cu_index.
136*ed0d50c3Schristos	(section_subset): New global variable.
137*ed0d50c3Schristos	(load_debug_section): Restrict search to section subset.
138*ed0d50c3Schristos	(display_debug_section): Add section index as paramter.  Select subset
139*ed0d50c3Schristos	of sections when dumping a .dwp file.  Update caller.
140*ed0d50c3Schristos
141*ed0d50c3Schristos2012-10-23  Tom Tromey  <tromey@redhat.com>
142*ed0d50c3Schristos
143*ed0d50c3Schristos	* readelf.c (get_note_type): Handle NT_SIGINFO, NT_FILE.
144*ed0d50c3Schristos	(print_core_note): New function.
145*ed0d50c3Schristos	(process_note): Call it.
146*ed0d50c3Schristos
147*ed0d50c3Schristos2012-10-21  H.J. Lu  <hongjiu.lu@intel.com>
148*ed0d50c3Schristos
149*ed0d50c3Schristos	* objdump.c (dump_dwarf): Handle bfd_mach_x64_32 and
150*ed0d50c3Schristos	bfd_mach_x64_32_intel_syntax.
151*ed0d50c3Schristos
152*ed0d50c3Schristos2012-10-21  Alan Modra  <amodra@gmail.com>
153*ed0d50c3Schristos
154*ed0d50c3Schristos	* objdump.c (load_specific_debug_section): Use
155*ed0d50c3Schristos	bfd_cache_section_contents.
156*ed0d50c3Schristos
157*ed0d50c3Schristos2012-10-18  Kai Tietz  <ktietz@redhat.com>
158*ed0d50c3Schristos
159*ed0d50c3Schristos	* objdump.c (dump_bfd): Call dump headers after
160*ed0d50c3Schristos	call of slurp_symtab.
161*ed0d50c3Schristos
162*ed0d50c3Schristos	* objcopy.c (is_strip_section_1): Don't strip
163*ed0d50c3Schristos	.reloc section by default.
164*ed0d50c3Schristos
165*ed0d50c3Schristos2012-10-11  Doug Evans  <dje@google.com>
166*ed0d50c3Schristos
167*ed0d50c3Schristos	* dwarf.c (display_gdb_index): Include static/global information
168*ed0d50c3Schristos	of each symbol.
169*ed0d50c3Schristos
170*ed0d50c3Schristos2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
171*ed0d50c3Schristos
172*ed0d50c3Schristos	* configure: Regenerate.
173*ed0d50c3Schristos
174*ed0d50c3Schristos2012-09-10  Matthias Klose  <doko@ubuntu.com>
175*ed0d50c3Schristos
176*ed0d50c3Schristos	* config.in: Disable sanity check for kfreebsd.
177*ed0d50c3Schristos
178*ed0d50c3Schristos2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
179*ed0d50c3Schristos
180*ed0d50c3Schristos	* configure: Regenerated.
181*ed0d50c3Schristos
182*ed0d50c3Schristos2012-09-06  Cary Coutant  <ccoutant@google.com>
183*ed0d50c3Schristos
184*ed0d50c3Schristos	* dwarf.c (decode_location_expression): Add
185*ed0d50c3Schristos	DW_OP_GNU_const_index.
186*ed0d50c3Schristos
187*ed0d50c3Schristos2012-09-06  Nick Clifton  <nickc@redhat.com>
188*ed0d50c3Schristos
189*ed0d50c3Schristos	* doc/binutils.texi (nm): Alpha-sort the option descriptions.
190*ed0d50c3Schristos	Add description of the --synthetic option.
191*ed0d50c3Schristos
192*ed0d50c3Schristos2012-09-04  H.J. Lu  <hongjiu.lu@intel.com>
193*ed0d50c3Schristos
194*ed0d50c3Schristos	PR binutils/14493
195*ed0d50c3Schristos	* readelf.c (get_symbol_index_type): Check bad section index.
196*ed0d50c3Schristos
197*ed0d50c3Schristos2012-08-24  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
198*ed0d50c3Schristos
199*ed0d50c3Schristos	* readelf.c (arm_attr_tag_CPU_arch): Update for ARMv8.
200*ed0d50c3Schristos	(arm_attr_tag_FP_arch): Likewise.
201*ed0d50c3Schristos	(arm_attr_tag_Advanced_SIMD_arch): Likewise.
202*ed0d50c3Schristos
203*ed0d50c3Schristos2012-08-17  Yuri Chornoivan  <yurchor@ukr.net>
204*ed0d50c3Schristos
205*ed0d50c3Schristos	* doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
206*ed0d50c3Schristos
207*ed0d50c3Schristos2012-08-16  H.J. Lu  <hongjiu.lu@intel.com>
208*ed0d50c3Schristos
209*ed0d50c3Schristos	PR binutils/14481
210*ed0d50c3Schristos	* Makefile.am (BFDTEST1_PROG): New.
211*ed0d50c3Schristos	(TEST_PROGS): Likewise.
212*ed0d50c3Schristos	(bfdtest1_DEPENDENCIES): Likewise.
213*ed0d50c3Schristos	(noinst_PROGRAMS): Add $(TEST_PROGS).
214*ed0d50c3Schristos	* Makefile.in: Regenerated.
215*ed0d50c3Schristos
216*ed0d50c3Schristos	* bfdtest1.c: New file.
217*ed0d50c3Schristos
218*ed0d50c3Schristos2012-08-13  Ian Bolton  <ian.bolton@arm.com>
219*ed0d50c3Schristos	    Laurent Desnogues  <laurent.desnogues@arm.com>
220*ed0d50c3Schristos	    Jim MacArthur  <jim.macarthur@arm.com>
221*ed0d50c3Schristos	    Marcus Shawcroft  <marcus.shawcroft@arm.com>
222*ed0d50c3Schristos	    Nigel Stephens  <nigel.stephens@arm.com>
223*ed0d50c3Schristos	    Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
224*ed0d50c3Schristos	    Richard Earnshaw  <rearnsha@arm.com>
225*ed0d50c3Schristos	    Sofiane Naci  <sofiane.naci@arm.com>
226*ed0d50c3Schristos	    Tejas Belagod  <tejas.belagod@arm.com>
227*ed0d50c3Schristos	    Yufeng Zhang  <yufeng.zhang@arm.com>
228*ed0d50c3Schristos
229*ed0d50c3Schristos	* readelf.c (guess_is_rela): Handle EM_AARCH64.
230*ed0d50c3Schristos	(get_machine_name): Likewise.
231*ed0d50c3Schristos	(get_aarch64_segment_type): New function.
232*ed0d50c3Schristos	(get_segment_type): Handle EM_AARCH64 by calling the new function.
233*ed0d50c3Schristos	(get_aarch64_section_type_name): New function.
234*ed0d50c3Schristos	(get_section_type_name): Handle EM_AARCH64 by calling the new function.
235*ed0d50c3Schristos	(is_32bit_abs_reloc): Handle EM_AARCH64.
236*ed0d50c3Schristos	(is_32bit_pcrel_reloc): Likewise.
237*ed0d50c3Schristos	(is_64bit_abs_reloc): Likewise.
238*ed0d50c3Schristos	(is_64bit_pcrel_reloc): Likewise.
239*ed0d50c3Schristos	(is_none_reloc): Likewise.
240*ed0d50c3Schristos
241*ed0d50c3Schristos2012-08-09  Nick Clifton  <nickc@redhat.com>
242*ed0d50c3Schristos
243*ed0d50c3Schristos	* po/vi.po: Updated Vietnamese translation.
244*ed0d50c3Schristos
245*ed0d50c3Schristos2012-08-03  Tom Tromey  <tromey@redhat.com>
246*ed0d50c3Schristos
247*ed0d50c3Schristos	* dlltool.c (scan_obj_file): Close arfile after calling
248*ed0d50c3Schristos	bfd_openr_next_archived_file.
249*ed0d50c3Schristos
250*ed0d50c3Schristos2012-08-02  H.J. Lu  <hongjiu.lu@intel.com>
251*ed0d50c3Schristos
252*ed0d50c3Schristos	PR binutils/14420
253*ed0d50c3Schristos	* dwarf.c (process_abbrev_section): Add attribute terminator.
254*ed0d50c3Schristos	Warn missing section terminator.
255*ed0d50c3Schristos	(get_FORM_name): Special check for 0 value.
256*ed0d50c3Schristos	(get_AT_name): Likewise.
257*ed0d50c3Schristos	(process_debug_info): Display zero abbrev number.  Check
258*ed0d50c3Schristos	attribute terminator.
259*ed0d50c3Schristos
260*ed0d50c3Schristos2012-07-30  Nick Clifton  <nickc@redhat.com>
261*ed0d50c3Schristos
262*ed0d50c3Schristos	* po/binutils.pot: Updated template.
263*ed0d50c3Schristos	* po/bg.po: Updated Bulgarian translation.
264*ed0d50c3Schristos	* po/es.po: Updated Spanish translation.
265*ed0d50c3Schristos	* po/fi.po: Updated Finnish translation.
266*ed0d50c3Schristos	* po/fr.po: Updated French translation.
267*ed0d50c3Schristos	* po/uk.po: Updated Ukranian translation.
268*ed0d50c3Schristos
269*ed0d50c3Schristos2012-07-28  Kai Tietz  <ktietz@redhat.com>
270*ed0d50c3Schristos
271*ed0d50c3Schristos	* rcparse.y (FILEVERSION): Use optcnumexpr instead of cnumexpr.
272*ed0d50c3Schristos	(PRODUCTVERSION): Likewise.
273*ed0d50c3Schristos
274*ed0d50c3Schristos2012-07-27  Mike Frysinger  <vapier@gentoo.org>
275*ed0d50c3Schristos
276*ed0d50c3Schristos	* configure.in (BFD_VERSION): Run bfd/configure --version and
277*ed0d50c3Schristos	parse the output of that.
278*ed0d50c3Schristos	* configure: Regenerate.
279*ed0d50c3Schristos
280*ed0d50c3Schristos2012-07-27  Tristan Gingold  <gingold@adacore.com>
281*ed0d50c3Schristos
282*ed0d50c3Schristos	* NEWS: Add marker for 2.23.
283*ed0d50c3Schristos
284*ed0d50c3Schristos2012-07-24  Teresa Johnson  <tejohnson@google.com>
285*ed0d50c3Schristos
286*ed0d50c3Schristos	* addr2line.c (find_address_in_section): Invoke
287*ed0d50c3Schristos	bfd_find_nearest_line_discriminator to get the discriminator.
288*ed0d50c3Schristos	(find_offset_in_section): Likewise.
289*ed0d50c3Schristos	(translate_addresses): Print discriminator if it is non-zero.
290*ed0d50c3Schristos	* objdump.c (show_line): Invoke
291*ed0d50c3Schristos	bfd_find_nearest_line_discriminator to get the discriminator,
292*ed0d50c3Schristos	and keep track of prev_discriminator. Print discriminator
293*ed0d50c3Schristos	if it is non-zero.
294*ed0d50c3Schristos	(disassemble_data): Initialize prev_discriminator.
295*ed0d50c3Schristos	(dump_reloc_set): Invoke bfd_find_nearest_line_discriminator
296*ed0d50c3Schristos	to get the discriminator, and keep track of last_discriminator.
297*ed0d50c3Schristos	Print discriminator if it is non-zero.
298*ed0d50c3Schristos
299*ed0d50c3Schristos2012-07-17  Nick Clifton  <nickc@redhat.com>
300*ed0d50c3Schristos
301*ed0d50c3Schristos	* elfcomm.c (setup_archive): Extract index table and symbol table
302*ed0d50c3Schristos	scanning code into...
303*ed0d50c3Schristos	(process_archive_index_and_symbols): ... this function and add
304*ed0d50c3Schristos	support for 64-bit index tables.
305*ed0d50c3Schristos	* elfcomm.h (struct archive_info): Change type of index_num and
306*ed0d50c3Schristos	index_array to elf_vma.
307*ed0d50c3Schristos	Add 'uses_64bit_indicies' field.
308*ed0d50c3Schristos	* readelf.c (process_archive): Fix support for 64-bit indicies.
309*ed0d50c3Schristos
310*ed0d50c3Schristos2012-07-03  Nick Clifton  <nickc@redhat.com>
311*ed0d50c3Schristos
312*ed0d50c3Schristos	* readelf.c (process_archive): Display member indicies when
313*ed0d50c3Schristos	dumping index.
314*ed0d50c3Schristos
315*ed0d50c3Schristos2012-07-02  Tom Tromey  <tromey@redhat.com>
316*ed0d50c3Schristos
317*ed0d50c3Schristos	* dwarf.c: Include gdb-index.h.
318*ed0d50c3Schristos	(display_gdb_index): Handle version 7.
319*ed0d50c3Schristos
320*ed0d50c3Schristos2012-06-29  H.J. Lu  <hongjiu.lu@intel.com>
321*ed0d50c3Schristos
322*ed0d50c3Schristos	* nm.c (filter_symbols): Simplify global symbol handling.
323*ed0d50c3Schristos
324*ed0d50c3Schristos2012-06-29  Francois Gouget  <fgouget@codeweavers.com>
325*ed0d50c3Schristos
326*ed0d50c3Schristos	PR binutils/14302
327*ed0d50c3Schristos	* bucomm.c (print_arelt_descr): Correctly report the archive size
328*ed0d50c3Schristos	field (for 'ar tv').
329*ed0d50c3Schristos	* ar.c (print_contents): Use correct types for archive element
330*ed0d50c3Schristos	sizes (for 'ar p').
331*ed0d50c3Schristos	(extract_file): Likewise (for 'ar x').
332*ed0d50c3Schristos
333*ed0d50c3Schristos2012-06-29  Alan Modra  <amodra@gmail.com>
334*ed0d50c3Schristos
335*ed0d50c3Schristos	* readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc.
336*ed0d50c3Schristos
337*ed0d50c3Schristos2012-06-12  Tom Tromey  <tromey@redhat.com>
338*ed0d50c3Schristos
339*ed0d50c3Schristos	* dwarf-mode.el: Add final comment.  Bump version.
340*ed0d50c3Schristos	(dwarf-insert-substructure-button): Use string-to-number.
341*ed0d50c3Schristos	(dwarf-browse): Fix autoload cookie.
342*ed0d50c3Schristos
343*ed0d50c3Schristos2012-06-08  Jakub Jelinek  <jakub@redhat.com>
344*ed0d50c3Schristos
345*ed0d50c3Schristos	* dwarf.c (read_and_display_attr_value): Handle
346*ed0d50c3Schristos	DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt.
347*ed0d50c3Schristos	(display_debug_macro): Handle DW_MACRO_GNU_define_indirect_alt,
348*ed0d50c3Schristos	DW_MACRO_GNU_undef_indirect_alt and
349*ed0d50c3Schristos	DW_MACRO_GNU_transparent_include_alt.
350*ed0d50c3Schristos
351*ed0d50c3Schristos2012-06-01  Alan Modra  <amodra@gmail.com>
352*ed0d50c3Schristos
353*ed0d50c3Schristos	* addr2line.c (translate_addresses): Truncate input addresses to
354*ed0d50c3Schristos	arch_size bits.  Avoid undefined shift.  Print '?' for zero line.
355*ed0d50c3Schristos
356*ed0d50c3Schristos2012-05-30  Nick Clifton  <nickc@redhat.com>
357*ed0d50c3Schristos
358*ed0d50c3Schristos	* readelf.c (process_section_headers): Correct bug in previous
359*ed0d50c3Schristos	delta - display full section type in wide mode.
360*ed0d50c3Schristos
361*ed0d50c3Schristos2012-05-28  Nick Clifton  <nickc@redhat.com>
362*ed0d50c3Schristos
363*ed0d50c3Schristos	* readelf.c (print_symbol): Display multibyte characters in symbol
364*ed0d50c3Schristos	names.
365*ed0d50c3Schristos	(process_section_headers): Use print_symbol.
366*ed0d50c3Schristos
367*ed0d50c3Schristos2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
368*ed0d50c3Schristos
369*ed0d50c3Schristos	* aclocal.m4: Regenerate.
370*ed0d50c3Schristos	* configure: Regenerate.
371*ed0d50c3Schristos	* config.in: Regenerate.
372*ed0d50c3Schristos	* Makefile.in: Regenerate.
373*ed0d50c3Schristos
374*ed0d50c3Schristos2012-05-17  Daniel Richard G.  <skunk@iskunk.org>
375*ed0d50c3Schristos	    Nick Clifton  <nickc@redhat.com>
376*ed0d50c3Schristos
377*ed0d50c3Schristos	PR 14072
378*ed0d50c3Schristos	* configure.in: Add check that sysdep.h has been included before
379*ed0d50c3Schristos	any system header files.
380*ed0d50c3Schristos	* configure: Regenerate.
381*ed0d50c3Schristos	* config.in: Regenerate.
382*ed0d50c3Schristos	* unwind-ia64.h: Include config.h.
383*ed0d50c3Schristos
384*ed0d50c3Schristos2012-05-17  Alan Modra  <amodra@gmail.com>
385*ed0d50c3Schristos
386*ed0d50c3Schristos	* dwarf.c (process_debug_info): Display abbrev offset in hex.
387*ed0d50c3Schristos	(display_debug_abbrev): Show offset of abbrev.
388*ed0d50c3Schristos
389*ed0d50c3Schristos2012-05-17  Alan Modra  <amodra@gmail.com>
390*ed0d50c3Schristos
391*ed0d50c3Schristos	* dwarf.c (display_debug_ranges): Don't report more than one use
392*ed0d50c3Schristos	of the same range set as an overlap.
393*ed0d50c3Schristos
394*ed0d50c3Schristos2012-05-16  Daniel Richard G.  <skunk@iskunk.org>
395*ed0d50c3Schristos
396*ed0d50c3Schristos	PR binutils/13558
397*ed0d50c3Schristos	* Makefile.am (CFILES): Add syslex_wrap.c.
398*ed0d50c3Schristos	(sysinfo): Depend upon syslex_wrap.o.
399*ed0d50c3Schristos	(syslex_wrap.o): New rule.
400*ed0d50c3Schristos	(syslex.o): Delete rule.
401*ed0d50c3Schristos	* syslex_wrap.c: New file.
402*ed0d50c3Schristos	* Makefile.in: Regenerate.
403*ed0d50c3Schristos
404*ed0d50c3Schristos2012-05-15  James Murray <jsm@jsm-net.demon.co.uk>
405*ed0d50c3Schristos
406*ed0d50c3Schristos	* readelf.c (get_machine_name): Update m68hc12 entry.
407*ed0d50c3Schristos
408*ed0d50c3Schristos2012-05-13  H.J. Lu  <hongjiu.lu@intel.com>
409*ed0d50c3Schristos
410*ed0d50c3Schristos	* objdump.c (disassemble_bytes): Print addend as signed.
411*ed0d50c3Schristos	(dump_reloc_set): Likewise.
412*ed0d50c3Schristos
413*ed0d50c3Schristos2012-05-04  Sterling Augustine  <saugustine@google.com>
414*ed0d50c3Schristos	    Cary Coutant  <ccoutant@google.com>
415*ed0d50c3Schristos
416*ed0d50c3Schristos	* doc/binutils.texi: Add --dwarf-check option.
417*ed0d50c3Schristos	* dwarf.c (dwarf_check): New global flag.
418*ed0d50c3Schristos	(fetch_indexed_string): New function.
419*ed0d50c3Schristos	(fetch_indexed_value): New function.
420*ed0d50c3Schristos	(get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index.
421*ed0d50c3Schristos	(decode_location_expression): Add DW_OP_GNU_addr_index.
422*ed0d50c3Schristos	(read_and_display_attr_value): Add DW_FORM_GNU_str_index,
423*ed0d50c3Schristos	DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base.
424*ed0d50c3Schristos	(get_AT_name): Add new attributes for Fission.
425*ed0d50c3Schristos	(process_debug_info): Load new debug sections for Fission.
426*ed0d50c3Schristos	(load_debug_info): Check for .debug_info.dwo section.
427*ed0d50c3Schristos	(display_loc_list, display_loc_list_dwo): New functions.
428*ed0d50c3Schristos	(display_debug_loc): Move logic to above two functions.
429*ed0d50c3Schristos	(display_debug_info): Choose abbrev section based on info section.
430*ed0d50c3Schristos	(display_debug_types): Likewise.
431*ed0d50c3Schristos	(display_trace_info): Likewise.
432*ed0d50c3Schristos	(comp_addr_base): New function.
433*ed0d50c3Schristos	(display_debug_addr): New function.
434*ed0d50c3Schristos	(display_debug_str_offsets): New function.
435*ed0d50c3Schristos	(display_debug_ranges): Allow missing range lists.  Suppress
436*ed0d50c3Schristos	diagnostics if dwarf_check not set.
437*ed0d50c3Schristos	(debug_displays): Add column to select abbrev section.
438*ed0d50c3Schristos	* dwarf.h (enum dwarf_section_display_enum): Add new debug sections
439*ed0d50c3Schristos	for Fission.
440*ed0d50c3Schristos	(struct dwarf_section): Add abbrev_sec field.
441*ed0d50c3Schristos	(struct dwarf_section_display): New type.
442*ed0d50c3Schristos	(debug_info): Add addr_base, ranges_base fields.
443*ed0d50c3Schristos	(dwarf_check): New global variable.
444*ed0d50c3Schristos	* objdump.c (usage): Add --dwarf-check option.
445*ed0d50c3Schristos	(enum option_values): Add OPTION_DWARF_CHECK.
446*ed0d50c3Schristos	(long_options): Add --dwarf-check.
447*ed0d50c3Schristos	(main): Likewise.
448*ed0d50c3Schristos	* readelf.c (OPTION_DWARF_CHECK): New macro.
449*ed0d50c3Schristos	(options): Add --dwarf-check.
450*ed0d50c3Schristos	(parse_args): Likewise.
451*ed0d50c3Schristos	(process_section_headers): Use const_strneq instead of
452*ed0d50c3Schristos	streq.
453*ed0d50c3Schristos
454*ed0d50c3Schristos2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
455*ed0d50c3Schristos
456*ed0d50c3Schristos	PR binutils/14088
457*ed0d50c3Schristos	* readelf.c (dump_relocations): Always display addend as
458*ed0d50c3Schristos	signed hex number.
459*ed0d50c3Schristos
460*ed0d50c3Schristos2012-05-11  Daniel Richard G.  <skunk@iskunk.org>
461*ed0d50c3Schristos
462*ed0d50c3Schristos	PR binutils/14028
463*ed0d50c3Schristos	* configure.in: Invoke ACX_HEADER_STRING.
464*ed0d50c3Schristos	* configure: Regenerate.
465*ed0d50c3Schristos	* config.in: Regenerate.
466*ed0d50c3Schristos	* sysdep.h: If STRINGS_WITH_STRING is defined then include both
467*ed0d50c3Schristos	string.h and strings.h.
468*ed0d50c3Schristos
469*ed0d50c3Schristos2012-05-10  Jakub Jelinek  <jakub@redhat.com>
470*ed0d50c3Schristos
471*ed0d50c3Schristos	* dwarf.c (read_and_display_attr_value): Don't look up tag from
472*ed0d50c3Schristos	abbrev for DW_FORM_ref_addr.
473*ed0d50c3Schristos
474*ed0d50c3Schristos2012-05-08  Sean Keys  <skeys@ipdatasys.com>
475*ed0d50c3Schristos
476*ed0d50c3Schristos	* binutils/MAINTAINERS: Added my entry to the maintainers secion.
477*ed0d50c3Schristos
478*ed0d50c3Schristos2012-05-08  Cary Coutant  <ccoutant@google.com>
479*ed0d50c3Schristos
480*ed0d50c3Schristos	* doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
481*ed0d50c3Schristos	(strip): Add --strip-dwo option.
482*ed0d50c3Schristos	* objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
483*ed0d50c3Schristos	(enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
484*ed0d50c3Schristos	(strip_options): Add --strip-dwo option.
485*ed0d50c3Schristos	(copy_options): Add --extract-dwo, --strip-dwo options.
486*ed0d50c3Schristos	(copy_usage): Likewise.
487*ed0d50c3Schristos	(strip_usage): Add --strip-dwo option.
488*ed0d50c3Schristos	(is_dwo_section): New function.
489*ed0d50c3Schristos	(is_strip_section_1): Check for DWO sections.
490*ed0d50c3Schristos	(copy_object): Check for --strip-dwo, --extract-dwo options.
491*ed0d50c3Schristos	(copy_relocations_in_section): Discard relocations for DWO sections.
492*ed0d50c3Schristos	Discard entire relocation section when no relocations.
493*ed0d50c3Schristos	(strip_main): Add --strip-dwo option.
494*ed0d50c3Schristos	(copy_main): Add --strip-dwo, --extract-dwo options.
495*ed0d50c3Schristos
496*ed0d50c3Schristos2012-05-08  Alan Modra  <amodra@gmail.com>
497*ed0d50c3Schristos
498*ed0d50c3Schristos	* Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
499*ed0d50c3Schristos	LC and LANG environment vars.
500*ed0d50c3Schristos	* Makefile.in: Regenerate.
501*ed0d50c3Schristos
502*ed0d50c3Schristos2012-05-07  Tom Tromey  <tromey@redhat.com>
503*ed0d50c3Schristos
504*ed0d50c3Schristos	* dwarf.c (get_TAG_name): Use get_DW_TAG_name.
505*ed0d50c3Schristos	(get_FORM_name): Use get_DW_FORM_name.
506*ed0d50c3Schristos	(get_AT_name): Use get_DW_AT_name.
507*ed0d50c3Schristos
508*ed0d50c3Schristos2012-05-07  Alan Modra  <amodra@gmail.com>
509*ed0d50c3Schristos
510*ed0d50c3Schristos	* Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
511*ed0d50c3Schristos	* Makefile.in: Regenerate.
512*ed0d50c3Schristos
513*ed0d50c3Schristos2012-05-05  Alan Modra  <amodra@gmail.com>
514*ed0d50c3Schristos
515*ed0d50c3Schristos	* dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
516*ed0d50c3Schristos
517*ed0d50c3Schristos2012-05-03  Sean Keys  <skeys@ipdatasys.com>
518*ed0d50c3Schristos
519*ed0d50c3Schristos	* readelf.c: Add support for XGATE.
520*ed0d50c3Schristos
521*ed0d50c3Schristos2012-05-02  Nick Clifton  <nickc@redhat.com>
522*ed0d50c3Schristos
523*ed0d50c3Schristos	* po/vi.po: Updated Vietnamese translation.
524*ed0d50c3Schristos	* po/it.po: New Italian translation.
525*ed0d50c3Schristos	* configure.in (ALL_LINGUAS): Add it.
526*ed0d50c3Schristos	* configure: Regenerate.
527*ed0d50c3Schristos
528*ed0d50c3Schristos2012-05-01  Nick Clifton  <nickc@redhat.com>
529*ed0d50c3Schristos
530*ed0d50c3Schristos	PR binutils/13121
531*ed0d50c3Schristos	* rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
532*ed0d50c3Schristos	AIX system headers.
533*ed0d50c3Schristos
534*ed0d50c3Schristos2012-04-25  Cary Coutant  <ccoutant@google.com>
535*ed0d50c3Schristos
536*ed0d50c3Schristos	* doc/binutils.texi: Add -D/--enable-deterministic-archives option
537*ed0d50c3Schristos	to strip and objcopy.
538*ed0d50c3Schristos	* objcopy.c (deterministic): New global variable.
539*ed0d50c3Schristos	(strip_options): Add --enable-deterministic-archives.
540*ed0d50c3Schristos	(copy_options): Likewise.
541*ed0d50c3Schristos	(copy_usage): Likewise.
542*ed0d50c3Schristos	(strip_usage): Likewise.
543*ed0d50c3Schristos	(copy_archive): When stripping all, don't add archive map; set
544*ed0d50c3Schristos	deterministic output when requested.
545*ed0d50c3Schristos	(strip_main): Add -D/--enable-deterministic-archives option.
546*ed0d50c3Schristos	(copy_main): Likewise.
547*ed0d50c3Schristos
548*ed0d50c3Schristos2012-04-12  H.J. Lu  <hongjiu.lu@intel.com>
549*ed0d50c3Schristos
550*ed0d50c3Schristos	PR binutils/13947
551*ed0d50c3Schristos	* objcopy.c (copy_object): Call copy_relocations_in_section
552*ed0d50c3Schristos	before copy_section.
553*ed0d50c3Schristos	(skip_section): New.
554*ed0d50c3Schristos	(copy_relocations_in_section): Likewise.
555*ed0d50c3Schristos	(copy_section): Use skip_section.  Don't copy relocations here.
556*ed0d50c3Schristos
557*ed0d50c3Schristos2012-04-11  Ryan Mansfield  <rmansfield@qnx.com>
558*ed0d50c3Schristos
559*ed0d50c3Schristos	* objdump.c (dump_bfd): If defaulting to dwarf call
560*ed0d50c3Schristos	dwarf_select_sections_all to enable displays.
561*ed0d50c3Schristos
562*ed0d50c3Schristos2012-04-06  Roland McGrath  <mcgrathr@google.com>
563*ed0d50c3Schristos
564*ed0d50c3Schristos	* configure.in (AC_CHECK_HEADERS): Add locale.h.
565*ed0d50c3Schristos	* config.in: Regenerate.
566*ed0d50c3Schristos	* configure: Regenerate.
567*ed0d50c3Schristos
568*ed0d50c3Schristos2012-04-05  Nick Clifton  <nickc@redhat.com>
569*ed0d50c3Schristos
570*ed0d50c3Schristos	* configure.in (AC_CHECK_FUNCS): Add setlocale.
571*ed0d50c3Schristos	(AM_LC_MESSAGES): Add.
572*ed0d50c3Schristos	* aclocal.m4: Regenerate.
573*ed0d50c3Schristos	* config.in: Regenerate.
574*ed0d50c3Schristos	* configure: Regenerate.
575*ed0d50c3Schristos
576*ed0d50c3Schristos2012-03-30  Nick Clifton  <nickc@redhat.com>
577*ed0d50c3Schristos
578*ed0d50c3Schristos	PR binutils/13925
579*ed0d50c3Schristos	* stabs.c (stab_demangle_v3_arglist): Cope with the demangler
580*ed0d50c3Schristos	returning an empty context for a function with no arguments.
581*ed0d50c3Schristos
582*ed0d50c3Schristos2012-03-28  Tom Tromey  <tromey@redhat.com>
583*ed0d50c3Schristos
584*ed0d50c3Schristos	* dwarf.c (display_gdb_index): Handle index version 6.
585*ed0d50c3Schristos
586*ed0d50c3Schristos2012-03-07  Nick Clifton  <nickc@redhat.com>
587*ed0d50c3Schristos
588*ed0d50c3Schristos	* readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
589*ed0d50c3Schristos
590*ed0d50c3Schristos2012-02-29  Jeff Law  <law@redhat.com>
591*ed0d50c3Schristos
592*ed0d50c3Schristos	* doc/binutils.texi (c++filt): Fix typos.
593*ed0d50c3Schristos
594*ed0d50c3Schristos2012-02-24  Kai Tietz  <ktietz@redhat.com>
595*ed0d50c3Schristos
596*ed0d50c3Schristos	PR binutils/13710
597*ed0d50c3Schristos	* defparse.y (keyword_as_name): Disable LIBRARY
598*ed0d50c3Schristos	keyword.
599*ed0d50c3Schristos	* doc/binutils.texi: Document LIBRARY exception.
600*ed0d50c3Schristos
601*ed0d50c3Schristos2012-02-21  Kai Tietz<ktietz@redhat.com>
602*ed0d50c3Schristos
603*ed0d50c3Schristos	PR binutils/13682
604*ed0d50c3Schristos	* NEWS: Mention new feature.
605*ed0d50c3Schristos	* dlltool.c (i386_x64_dljtab): New stub-code for x64
606*ed0d50c3Schristos	delayed-load feature.
607*ed0d50c3Schristos	(i386_x64_trampoline): New trampoline-code for x64
608*ed0d50c3Schristos	delayed-load feature.
609*ed0d50c3Schristos	(make_one_lib_file): Add support for x64 delayed-load
610*ed0d50c3Schristos	feature.
611*ed0d50c3Schristos	(make_delay_head): Likewis
612*ed0d50c3Schristos
613*ed0d50c3Schristos2012-02-20  Namhyung Kim  <namhyung.kim@lge.com>
614*ed0d50c3Schristos
615*ed0d50c3Schristos	* objdump.c (slurp_file): Close file if fstat fails.
616*ed0d50c3Schristos
617*ed0d50c3Schristos2012-02-14  Cary Coutant  <ccoutant@google.com>
618*ed0d50c3Schristos
619*ed0d50c3Schristos	* dwarf.c (dwarf_vmatoa64): New function.
620*ed0d50c3Schristos	(read_and_display_attr_value): Print 8-byte forms as single hex
621*ed0d50c3Schristos	numbers.
622*ed0d50c3Schristos	(process_debug_info): Print type signatures as single hex numbers.
623*ed0d50c3Schristos	* elfcomm.c (byte_get_64): New function.
624*ed0d50c3Schristos	* elfcomm.h (byte_get_64): New function.
625*ed0d50c3Schristos
626*ed0d50c3Schristos2012-02-11  Kai Tietz  <ktietz@redhat.com>
627*ed0d50c3Schristos
628*ed0d50c3Schristos	PR binutils/13657
629*ed0d50c3Schristos	* defparse.y (%union): New type id_const.
630*ed0d50c3Schristos	(opt_name2): New rule.
631*ed0d50c3Schristos	(keyword_as_name): New rule.
632*ed0d50c3Schristos	(opt_name): Adjust rule.
633*ed0d50c3Schristos	(opt_import_name): Likewise.
634*ed0d50c3Schristos	(opt_equal_name): Likewise.
635*ed0d50c3Schristos
636*ed0d50c3Schristos2012-02-11  Kai Tietz  <ktietz@redhat.com>
637*ed0d50c3Schristos
638*ed0d50c3Schristos	PR binutils/13297
639*ed0d50c3Schristos	* resrc.c (write_rc_dialog_control): Omit text dump for
640*ed0d50c3Schristos	EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
641*ed0d50c3Schristos
642*ed0d50c3Schristos2012-02-09  Alan Modra  <amodra@gmail.com>
643*ed0d50c3Schristos
644*ed0d50c3Schristos	* sysdep.h: Include sys/stat.h here.
645*ed0d50c3Schristos	* ar.c: Don't include headers already included by sysdep.h.
646*ed0d50c3Schristos	* bucomm.c: Likewise.
647*ed0d50c3Schristos	* budbg.h: Likewise.
648*ed0d50c3Schristos	* dlltool.h: Likewise.
649*ed0d50c3Schristos	* elfedit.c: Likewise.
650*ed0d50c3Schristos	* nlmconv.c: Likewise.
651*ed0d50c3Schristos	* objcopy.c: Likewise.
652*ed0d50c3Schristos	* objdump.c: Likewise.
653*ed0d50c3Schristos	* objdump.h: Likewise.
654*ed0d50c3Schristos	* readelf.c: Likewise.
655*ed0d50c3Schristos	* rename.c: Likewise.
656*ed0d50c3Schristos	* resrc.c: Likewise.
657*ed0d50c3Schristos	* strings.c: Likewise.
658*ed0d50c3Schristos	* windres.c: Likewise.
659*ed0d50c3Schristos	* od-macho.c: Ensure #include sysdep.h is first.
660*ed0d50c3Schristos	* od-xcoff.c: Likewise.
661*ed0d50c3Schristos	* dllwrap.c: Remove alloca pragma handled by sysdep.h, and
662*ed0d50c3Schristos	remove duplicate headers.
663*ed0d50c3Schristos	* dlltool.c: Likewise and ensure #include sysdep.h is first.
664*ed0d50c3Schristos
665*ed0d50c3Schristos2012-02-01  Nick Clifton  <nickc@redhat.com>
666*ed0d50c3Schristos
667*ed0d50c3Schristos	PR binutils/13493
668*ed0d50c3Schristos	* ar.c (ranlib_main): Process --plugin option.
669*ed0d50c3Schristos	* doc/binutils.texi: Document --plugin support for ranlib.
670*ed0d50c3Schristos
671*ed0d50c3Schristos2012-02-01  Nick Clifton  <nickc@redhat.com>
672*ed0d50c3Schristos
673*ed0d50c3Schristos	PR binutils/13482
674*ed0d50c3Schristos	* readelf.c (process_corefile_note_segment): Fix off-by-one errors
675*ed0d50c3Schristos	verifying the contents of a note.
676*ed0d50c3Schristos
677*ed0d50c3Schristos2012-01-26  Nick Clifton  <nickc@redhat.com>
678*ed0d50c3Schristos
679*ed0d50c3Schristos	PR binutils/13622
680*ed0d50c3Schristos	* readelf.c (process_section_groups): If there are no section
681*ed0d50c3Schristos	headers do not scan for section groups.
682*ed0d50c3Schristos	(process_note_sections): Likewise for note sections.
683*ed0d50c3Schristos
684*ed0d50c3Schristos2012-01-20  Tristan Gingold  <gingold@adacore.com>
685*ed0d50c3Schristos
686*ed0d50c3Schristos	* od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
687*ed0d50c3Schristos	(options): Add an entry for seg_split_info.
688*ed0d50c3Schristos	(mach_o_help): Document it.
689*ed0d50c3Schristos	(dump_segment_split_info): New function.
690*ed0d50c3Schristos	(dump_load_command): Handle seg_split_info.
691*ed0d50c3Schristos
692*ed0d50c3Schristos2012-01-19  Tristan Gingold  <gingold@adacore.com>
693*ed0d50c3Schristos
694*ed0d50c3Schristos	* dwarf.c (process_extended_line_op): Add a cast to silent a
695*ed0d50c3Schristos	warning.
696*ed0d50c3Schristos
697*ed0d50c3Schristos2012-01-19  Tristan Gingold  <gingold@adacore.com>
698*ed0d50c3Schristos
699*ed0d50c3Schristos	* dwarf.c (process_extended_line_op): Reindent define_file output.
700*ed0d50c3Schristos	Detect define_file opcode length mismatch.
701*ed0d50c3Schristos	(display_debug_lines_decoded): Add an entry in file_table for each
702*ed0d50c3Schristos	define_file opcode.
703*ed0d50c3Schristos	Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
704*ed0d50c3Schristos	Display extended opcode for unhandle opcode.
705*ed0d50c3Schristos
706*ed0d50c3Schristos2012-01-17  Alan Modra  <amodra@gmail.com>
707*ed0d50c3Schristos
708*ed0d50c3Schristos	* version.c (print_version): Update copyright message year.
709*ed0d50c3Schristos
710*ed0d50c3Schristos2012-01-16  Alan Modra  <amodra@gmail.com>
711*ed0d50c3Schristos
712*ed0d50c3Schristos	PR binutils/13593
713*ed0d50c3Schristos	* nm.c (OPTION_SIZE_SORT): Define.
714*ed0d50c3Schristos	(long_options): Don't set no_sort, sort_numerically or
715*ed0d50c3Schristos	sort_by_size directly.
716*ed0d50c3Schristos	(main): Instead set the flags here, making them mutually exclusive.
717*ed0d50c3Schristos
718*ed0d50c3Schristos2012-01-10  Tristan Gingold  <gingold@adacore.com>
719*ed0d50c3Schristos
720*ed0d50c3Schristos	* objdump.c (display_object_bfd): Renamed from ...
721*ed0d50c3Schristos	(display_bfd): ... this.
722*ed0d50c3Schristos	(display_any_bfd): New function.
723*ed0d50c3Schristos	(display_file): Split.  Handle nested archives.
724*ed0d50c3Schristos
725*ed0d50c3Schristos2012-01-09  Roland McGrath  <mcgrathr@google.com>
726*ed0d50c3Schristos
727*ed0d50c3Schristos	* configure.in: Use AM_ZLIB.
728*ed0d50c3Schristos	* configure: Regenerated.
729*ed0d50c3Schristos
730*ed0d50c3Schristos2012-01-06  Nick Clifton  <nickc@redhat.com>
731*ed0d50c3Schristos
732*ed0d50c3Schristos	* po/ru.po: Updated Russian translation.
733*ed0d50c3Schristos
734*ed0d50c3Schristos2012-01-04  Tristan Gingold  <gingold@adacore.com>
735*ed0d50c3Schristos
736*ed0d50c3Schristos	* od-macho.c (dump_load_command): Handle fvmlib.
737*ed0d50c3Schristos
738*ed0d50c3Schristos2012-01-04  Tristan Gingold  <gingold@adacore.com>
739*ed0d50c3Schristos
740*ed0d50c3Schristos	* od-macho.c: Update copyright year.
741*ed0d50c3Schristos	(dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
742*ed0d50c3Schristos
743*ed0d50c3SchristosFor older changes see ChangeLog-2011
744*ed0d50c3Schristos
745*ed0d50c3SchristosCopyright (C) 2012 Free Software Foundation, Inc.
746*ed0d50c3Schristos
747*ed0d50c3SchristosCopying and distribution of this file, with or without modification,
748*ed0d50c3Schristosare permitted in any medium without royalty provided the copyright
749*ed0d50c3Schristosnotice and this notice are preserved.
750*ed0d50c3Schristos
751*ed0d50c3SchristosLocal Variables:
752*ed0d50c3Schristosmode: change-log
753*ed0d50c3Schristosleft-margin: 8
754*ed0d50c3Schristosfill-column: 74
755*ed0d50c3Schristosversion-control: never
756*ed0d50c3SchristosEnd:
757