3 * doc/binutils.texi: Use @copying around the copyright notice.
7 * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
8 for executables and shared libraries.
12 * objcopy.c (strip_main): Detect identical input and output file
14 (copy_main): Refactor tempname detection and use.
18 * objdump.c (load_debug_section): Select bias for DWARF debug
19 addresses based on the flavour of the bfd.
24 * objcopy.c (copy_object): Don't copy ELF program headers for
29 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
30 over one found on the users path.
31 (main): Generate .reloc for each R_SPU_PPU* reloc.
35 * prdbg.c (tg_variable): Adjust for changed demangler.
36 (tg_start_function): Likewise.
40 * bucumm.h: Split off host dependencies to..
42 Many files: Include sysdep.h. Remove duplicate headers and reorder.
43 * Makefile.am: Run "make dep-am".
44 * Makefile.in: Regenerate.
48 * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
53 * objcopy.c (filter_symbols): Explicitly stripping a symbol
54 used in relocations is an error.
55 Retype 'keep' to bfd_boolean.
59 * Makefile.in: Regenerate.
60 * doc/Makefile.in: Regenerate.
66 * objcopy.c (reverse_bytes): New variable.
67 (command_line_switch, copy_main): Add OPTION_REVERSE_ENDIAN.
68 (copy_options, copy_usage): Add "reverse-bytes" entry.
69 (copy_section): Reverse bytes within output sections.
70 * doc/binutils.texi: Document new objcopy option.
74 * rclex.l: Allow underscores at the start of identifiers.
80 * addr2line.c (translate_addresses): Call bfd_demangle rather than
82 * nm.c (print_symname): Likewise.
83 * objdump.c (objdump_print_symname, dump_symbols): Likewise.
85 * prdbg.c (struct pr_handle <demangler>): Add int param.
86 (tg_variable, tg_start_function): Adjust demangler calls.
87 * Makefile.am: Remove mention of budemang.[ch]. Run "make dep-am".
88 * Makefile.in: Regenerate.
89 * po/POTFILES.in: Regenerate.
93 * Makefile.am: Add ACLOCAL_AMFLAGS.
94 * configure.in: Change macro call order.
95 * Makefile.in: Regenerate.
96 * configure: Regenerate.
100 * Makefile.am (TOOL_PROGS): Add objcopy.
101 * Makefile.in: Rebuilt.
106 * objcopy.c (copy_object): Don't stop when there are no
107 sections to be copied.
111 * NEWS: Mention disjoint histograms support in
116 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
117 DW_TAG_inlined_subroutine.
121 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
126 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
132 * nm.c (value_format): Replace with value_format_32bit and
134 (set_radix): Update setting of value_format.
135 (set_print_width): New function. Compute the address size of a
136 given bfd and set the print_width global appropriately.
137 (display_archive): Use set_print_width.
138 (display_file): Likewise,
139 (print_object_filename_sysv): Update use of print_width.
140 (print_archive_member_sysv): Likewise.
141 (print_symbol_filename_posix): Likewise.
142 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
147 * doc/binutils.texi: Put the contents after the title page rather
148 than at the end of the document.
152 * readelf.c (slurp_rela_relocs): Add newline to end of error
154 (slurp_rel_relocs, request_dump, request_dump_byname,
155 process_program_headers, process_dynamic_section,
156 process_symbol_table, process_mips_specific, main): Likewise.
160 * MAINTAINERS: Update mailing list addresses. Add myself
165 * embedspu.sh: Correct toe_addr quoting.
169 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
170 .toe section and .toe address checks. Use .reloc for _EAR*
171 symbols defined in non-BSS sections. Build table for _SPUEAR_
177 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
181 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
186 * dlltool.c (make_one_lib_file): Use pc-relative relocation
187 instead of an absolute relocation for x86_64-pc-mingw32 target.
191 * Makefile.am (REPORT_BUGS_TO): Removed.
192 (INCLUDES): Remove -DREPORT_BUGS_TO.
193 * Makefile.in: Regenerated.
195 * bucomm.c: Don't include bfdver.h.
196 * objdump.c: Likewise.
197 * version.c: Likewise.
199 * bucomm.h: Include bfdver.h.
201 * configure.in (--with-bugurl): Removed.
202 * configure: Regenerated.
204 * doc/Makefile.am (binutils_TEXINFOS): Removed.
205 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
206 (TEXI2DVI): Likewise.
207 (config.texi): Removed.
208 (MOSTLYCLEANFILES): Remove config.texi.
209 * doc/Makefile.in: Regenerated.
211 * doc/binutils.texi: Include bfdver.texi instead of
216 * readelf.c (dump_section): Also test for SHT_REL sections when
217 producing the warning about unapplied relocs.
221 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
223 * doc/Makefile.am (config.texi): Define BUGURL.
224 * doc/binutils.texi: Use BUGURL. Remove text about large files
226 * Makefile.in, configure, doc/Makefile.in: Regenerate.
231 * NEWS: Mention addition of --extract-symbol.
232 * doc/binutils.texi: Document it.
233 * objcopy.c (extract_symbol): New variable.
234 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
235 (copy_options): Add an entry for --extract-symbol.
236 (copy_usage): Mention --extract-symbol.
237 (copy_object): Set the start address to zero for --extract-symbol.
238 Do not copy private BFD data in that case.
239 (setup_section): Set the size, LMA and VMA to zero for
240 --extract-symbol. Do not copy private BFD data in that case.
241 (copy_section): Do not copy section contents if --extract-symbol
243 (copy_main): Set extract_symbol to TRUE if --extract-symbol
248 * MAINTAINERS: Update my entry.
252 * version.c: Update copyright date.
256 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
257 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
258 * Makefile.in, doc/Makefile.in: Regenerate.
262 * embedspu.sh: Set type and size of global program handle symbol.
266 * Makefile.am (PROGS): Delete.
267 (RENAMED_PROGS): Define. Extracted from..
268 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
269 (install-exec-local): Adjust.
270 * Makefile.in: Regenerate.
274 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
275 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
276 (EXTRA_PROGRAMS): Remove bin2c.
277 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
278 (bin2c_SOURCES): Delete.
279 (DISTCLEANFILES): Remove sysinfo.
280 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
281 bin2c$(EXEEXT_FOR_BUILD).
282 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
284 (BUILD_INSTALL_MISC): ..here.
285 * Makefile.in: Regenerate.
286 * configure: Regenerate.
291 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
292 (CFILES): Add bin2c.c.
293 (bin2c_SOURCES): Define.
294 (bin2c.o): Dependencies from "make dep-am".
295 * configure.in (BUILD_MISC): Add bin2c.
296 * version.c: Update year.
297 * po/POTFILES.in: Regenerate.
298 * Makefile.in: Regenerate.
299 * configure: Regenerate.
306 * configure.in (--with-bugurl): New option.
307 * configure: Regenerate.
308 * Makefile.am (REPORT_BUGS_TO): Define.
309 (INCLUDES): Define REPORT_BUGS_TO.
310 Regenerate dependencies.
311 * Makefile.in: Regenerate.
312 * doc/Makefile.in: Regenerate.
313 * bucomm.h: Remove include of bin-bugs.h.
314 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
315 * ar.c (usage): Pass s to list_supported_targets. Don't print
316 empty REPORT_BUGS_TO.
317 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
318 * cxxfilt.c (usage): Print bug url when giving help.
319 * dlltool.c (usage): Likewise.
320 * dllwrap.c (usage): Likewise.
321 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
322 * nm.c (usage): Likewise.
323 * objcopy.c (copy_usage, strip_usage): Likewise.
324 * objdump.c (usage): Likewise.
325 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
327 * size.c (usage): Don't print empty REPORT_BUGS_TO.
328 * srconv.c (show_usage): Likewise.
329 * strings.c (usage): Likewise.
330 * sysdymp.c (show_usage): Likewise.
331 * windres.c (usage): Likewise.
335 * embedspu.sh: Add -W to readelf invocation.
339 * MAINTAINERS: Add myself as the maintainer of the MeP port.
344 * readelf.c: Include elf/h8.h twice. The first time in order to
345 get the reloc numbers, the second time in order to get the reloc
347 (dump_section): Tell the user if the section being displayed has
348 unprocessed relocs associated with it.
349 (get_reloc_size): New function - returns the size of a reloc.
350 (debug_apply_rela_addends): Use get_reloc_size().
351 * dwarf.c (read_and_display_attr_value): Extend number of
352 languages known for the DW_AT_language attribute.
353 (process_debug_info): Display the attribute offset before decoding
354 the attribute, in case there are problems.
358 * readelf.c (dump_relocations): Don't check for
359 (rtype == NULL && type == R_RELC).
363 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
364 * Makefile.in: Regenerated.
365 * Contribute the following changes:
368 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
369 * configure: Regenerated.
373 * readelf.c: Include "elf/mep.h".
374 (guess_is_rela): Handle EM_CYGNUS_MEP.
375 (get_machine_name): Ditto.
376 (dump_relocations): Ditto.
380 * MAINTAINERS: Add a space between H.J. and Lu.
384 * doc/binutils.texi (objdump): Document the new addr64 option
385 for i386 disassembler.
390 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
392 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
393 * configure: Regenerated.
395 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
399 * doc/binutils.texi (objdump): Document support for disassembling
400 the 440 PowerPC architecture.
404 * dwarf.c (process_debug_info): Protect against bogus length and
409 * ar.c (print_contents, extract_file): Cast the return value
414 * ar.c (open_inarch): Check fwrite return. Use size_t.
415 (extract_file): Likewise. Remove test for "negative" file size.
416 * readelf.c (process_program_headers): Check fscanf return.
420 * bucomm.c (template_in_dir): Fix typo.
424 * embedspu.sh: New file.
425 * Makefile.am (embedspu): Add rule.
426 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
427 * Makefile.in: Regenerate.
428 * configure: Regenerate.
432 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
433 * bucomm.c (template_in_dir): New function, split out from..
434 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
435 (make_tempdir): Use template_in_dir. Handle directory creation
437 * objcopy.c (MKDIR): Don't define.
438 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
443 * readelf.c (get_machine_flags): Treat Fido as an architecture
448 * configure.in: Renamed target x86_64-*-mingw64 to
450 * configure: Regenerated.
454 * readelf.c (dump_section): Don't print 32-bit values, which
455 were done incorrectly for little-endian. Instead print bytes.
457 For older changes see ChangeLog-2006
463 version-control: never