4 * objcopy.c (copy_object): Don't stop when there are no
9 * NEWS: Mention disjoint histograms support in
14 * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
15 DW_TAG_inlined_subroutine.
19 * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
24 * nm.c (print_value): Cast bfd_vma to unsigned long to suit
30 * nm.c (value_format): Replace with value_format_32bit and
32 (set_radix): Update setting of value_format.
33 (set_print_width): New function. Compute the address size of a
34 given bfd and set the print_width global appropriately.
35 (display_archive): Use set_print_width.
36 (display_file): Likewise,
37 (print_object_filename_sysv): Update use of print_width.
38 (print_archive_member_sysv): Likewise.
39 (print_symbol_filename_posix): Likewise.
40 (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
45 * doc/binutils.texi: Put the contents after the title page rather
46 than at the end of the document.
50 * readelf.c (slurp_rela_relocs): Add newline to end of error
52 (slurp_rel_relocs, request_dump, request_dump_byname,
53 process_program_headers, process_dynamic_section,
54 process_symbol_table, process_mips_specific, main): Likewise.
58 * MAINTAINERS: Update mailing list addresses. Add myself
63 * embedspu.sh: Correct toe_addr quoting.
67 * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
68 .toe section and .toe address checks. Use .reloc for _EAR*
69 symbols defined in non-BSS sections. Build table for _SPUEAR_
75 * readelf.c (debug_apply_rela_addends): Do nothing for SH.
79 * doc/binutils.texi: Include VERSION_PACKAGE when reporting
84 * dlltool.c (make_one_lib_file): Use pc-relative relocation
85 instead of an absolute relocation for x86_64-pc-mingw32 target.
89 * Makefile.am (REPORT_BUGS_TO): Removed.
90 (INCLUDES): Remove -DREPORT_BUGS_TO.
91 * Makefile.in: Regenerated.
93 * bucomm.c: Don't include bfdver.h.
94 * objdump.c: Likewise.
95 * version.c: Likewise.
97 * bucomm.h: Include bfdver.h.
99 * configure.in (--with-bugurl): Removed.
100 * configure: Regenerated.
102 * doc/Makefile.am (binutils_TEXINFOS): Removed.
103 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
104 (TEXI2DVI): Likewise.
105 (config.texi): Removed.
106 (MOSTLYCLEANFILES): Remove config.texi.
107 * doc/Makefile.in: Regenerated.
109 * doc/binutils.texi: Include bfdver.texi instead of
114 * readelf.c (dump_section): Also test for SHT_REL sections when
115 producing the warning about unapplied relocs.
119 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
121 * doc/Makefile.am (config.texi): Define BUGURL.
122 * doc/binutils.texi: Use BUGURL. Remove text about large files
124 * Makefile.in, configure, doc/Makefile.in: Regenerate.
129 * NEWS: Mention addition of --extract-symbol.
130 * doc/binutils.texi: Document it.
131 * objcopy.c (extract_symbol): New variable.
132 (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
133 (copy_options): Add an entry for --extract-symbol.
134 (copy_usage): Mention --extract-symbol.
135 (copy_object): Set the start address to zero for --extract-symbol.
136 Do not copy private BFD data in that case.
137 (setup_section): Set the size, LMA and VMA to zero for
138 --extract-symbol. Do not copy private BFD data in that case.
139 (copy_section): Do not copy section contents if --extract-symbol
141 (copy_main): Set extract_symbol to TRUE if --extract-symbol
146 * MAINTAINERS: Update my entry.
150 * version.c: Update copyright date.
154 * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
155 Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
156 * Makefile.in, doc/Makefile.in: Regenerate.
160 * embedspu.sh: Set type and size of global program handle symbol.
164 * Makefile.am (PROGS): Delete.
165 (RENAMED_PROGS): Define. Extracted from..
166 (noinst_PROGRAMS): ..here. Add BUILD_MISC.
167 (install-exec-local): Adjust.
168 * Makefile.in: Regenerate.
172 * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
173 (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
174 (EXTRA_PROGRAMS): Remove bin2c.
175 (bin2c$(EXEEXT_FOR_BUILD)): New rule.
176 (bin2c_SOURCES): Delete.
177 (DISTCLEANFILES): Remove sysinfo.
178 (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
179 bin2c$(EXEEXT_FOR_BUILD).
180 * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
182 (BUILD_INSTALL_MISC): ..here.
183 * Makefile.in: Regenerate.
184 * configure: Regenerate.
189 * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
190 (CFILES): Add bin2c.c.
191 (bin2c_SOURCES): Define.
192 (bin2c.o): Dependencies from "make dep-am".
193 * configure.in (BUILD_MISC): Add bin2c.
194 * version.c: Update year.
195 * po/POTFILES.in: Regenerate.
196 * Makefile.in: Regenerate.
197 * configure: Regenerate.
204 * configure.in (--with-bugurl): New option.
205 * configure: Regenerate.
206 * Makefile.am (REPORT_BUGS_TO): Define.
207 (INCLUDES): Define REPORT_BUGS_TO.
208 Regenerate dependencies.
209 * Makefile.in: Regenerate.
210 * doc/Makefile.in: Regenerate.
211 * bucomm.h: Remove include of bin-bugs.h.
212 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
213 * ar.c (usage): Pass s to list_supported_targets. Don't print
214 empty REPORT_BUGS_TO.
215 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
216 * cxxfilt.c (usage): Print bug url when giving help.
217 * dlltool.c (usage): Likewise.
218 * dllwrap.c (usage): Likewise.
219 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
220 * nm.c (usage): Likewise.
221 * objcopy.c (copy_usage, strip_usage): Likewise.
222 * objdump.c (usage): Likewise.
223 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
225 * size.c (usage): Don't print empty REPORT_BUGS_TO.
226 * srconv.c (show_usage): Likewise.
227 * strings.c (usage): Likewise.
228 * sysdymp.c (show_usage): Likewise.
229 * windres.c (usage): Likewise.
233 * embedspu.sh: Add -W to readelf invocation.
237 * MAINTAINERS: Add myself as the maintainer of the MeP port.
242 * readelf.c: Include elf/h8.h twice. The first time in order to
243 get the reloc numbers, the second time in order to get the reloc
245 (dump_section): Tell the user if the section being displayed has
246 unprocessed relocs associated with it.
247 (get_reloc_size): New function - returns the size of a reloc.
248 (debug_apply_rela_addends): Use get_reloc_size().
249 * dwarf.c (read_and_display_attr_value): Extend number of
250 languages known for the DW_AT_language attribute.
251 (process_debug_info): Display the attribute offset before decoding
252 the attribute, in case there are problems.
256 * readelf.c (dump_relocations): Don't check for
257 (rtype == NULL && type == R_RELC).
261 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
262 * Makefile.in: Regenerated.
263 * Contribute the following changes:
266 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
267 * configure: Regenerated.
271 * readelf.c: Include "elf/mep.h".
272 (guess_is_rela): Handle EM_CYGNUS_MEP.
273 (get_machine_name): Ditto.
274 (dump_relocations): Ditto.
278 * MAINTAINERS: Add a space between H.J. and Lu.
282 * doc/binutils.texi (objdump): Document the new addr64 option
283 for i386 disassembler.
288 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
290 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
291 * configure: Regenerated.
293 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
297 * doc/binutils.texi (objdump): Document support for disassembling
298 the 440 PowerPC architecture.
302 * dwarf.c (process_debug_info): Protect against bogus length and
307 * ar.c (print_contents, extract_file): Cast the return value
312 * ar.c (open_inarch): Check fwrite return. Use size_t.
313 (extract_file): Likewise. Remove test for "negative" file size.
314 * readelf.c (process_program_headers): Check fscanf return.
318 * bucomm.c (template_in_dir): Fix typo.
322 * embedspu.sh: New file.
323 * Makefile.am (embedspu): Add rule.
324 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
325 * Makefile.in: Regenerate.
326 * configure: Regenerate.
330 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
331 * bucomm.c (template_in_dir): New function, split out from..
332 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
333 (make_tempdir): Use template_in_dir. Handle directory creation
335 * objcopy.c (MKDIR): Don't define.
336 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
341 * readelf.c (get_machine_flags): Treat Fido as an architecture
346 * configure.in: Renamed target x86_64-*-mingw64 to
348 * configure: Regenerated.
352 * readelf.c (dump_section): Don't print 32-bit values, which
353 were done incorrectly for little-endian. Instead print bytes.
355 For older changes see ChangeLog-2006
361 version-control: never