]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
top level:
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2007-02-17 Mark Mitchell <mark@codesourcery.com>
2 Nathan Sidwell <nathan@codesourcery.com>
3 Vladimir Prus <vladimir@codesourcery.com
4 Joseph Myers <joseph@codesourcery.com>
5
6 * configure.in (--with-bugurl): New option.
7 * configure: Regenerate.
8 * Makefile.am (REPORT_BUGS_TO): Define.
9 (INCLUDES): Define REPORT_BUGS_TO.
10 Regenerate dependencies.
11 * Makefile.in: Regenerate.
12 * doc/Makefile.in: Regenerate.
13 * bucomm.h: Remove include of bin-bugs.h.
14 * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
15 * ar.c (usage): Pass s to list_supported_targets. Don't print
16 empty REPORT_BUGS_TO.
17 * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
18 * cxxfilt.c (usage): Print bug url when giving help.
19 * dlltool.c (usage): Likewise.
20 * dllwrap.c (usage): Likewise.
21 * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
22 * nm.c (usage): Likewise.
23 * objcopy.c (copy_usage, strip_usage): Likewise.
24 * objdump.c (usage): Likewise.
25 * readelf.c ((usage): Likewise. Add STREAM argument. Adjust
26 callers.
27 * size.c (usage): Don't print empty REPORT_BUGS_TO.
28 * srconv.c (show_usage): Likewise.
29 * strings.c (usage): Likewise.
30 * sysdymp.c (show_usage): Likewise.
31 * windres.c (usage): Likewise.
32
33 2007-02-13 Alan Modra <amodra@bigpond.net.au>
34
35 * embedspu.sh: Add -W to readelf invocation.
36
37 2007-02-06 Dave Brolley <brolley@redhat.com>
38
39 * MAINTAINERS: Add myself as the maintainer of the MeP port.
40
41 2007-02-06 Nick Clifton <nickc@redhat.com>
42
43 PR gas/3800
44 * readelf.c: Include elf/h8.h twice. The first time in order to
45 get the reloc numbers, the second time in order to get the reloc
46 decoder function.
47 (dump_section): Tell the user if the section being displayed has
48 unprocessed relocs associated with it.
49 (get_reloc_size): New function - returns the size of a reloc.
50 (debug_apply_rela_addends): Use get_reloc_size().
51 * dwarf.c (read_and_display_attr_value): Extend number of
52 languages known for the DW_AT_language attribute.
53 (process_debug_info): Display the attribute offset before decoding
54 the attribute, in case there are problems.
55
56 2007-02-05 Dave Brolley <brolley@redhat.com>
57
58 * readelf.c (dump_relocations): Don't check for
59 (rtype == NULL && type == R_RELC).
60
61 2007-02-05 Dave Brolley <brolley@redhat.com>
62
63 * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
64 * Makefile.in: Regenerated.
65 * Contribute the following changes:
66 2003-10-29 Dave Brolley <brolley@redhat.com>
67
68 * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
69 * configure: Regenerated.
70
71 2001-04-03 Ben Elliston <bje@redhat.com>
72
73 * readelf.c: Include "elf/mep.h".
74 (guess_is_rela): Handle EM_CYGNUS_MEP.
75 (get_machine_name): Ditto.
76 (dump_relocations): Ditto.
77
78 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
79
80 * MAINTAINERS: Add a space between H.J. and Lu.
81
82 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
83
84 * doc/binutils.texi (objdump): Document the new addr64 option
85 for i386 disassembler.
86
87 2007-02-02 H.J. Lu <hongjiu.lu@intel.com>
88
89 PR binutils/3945
90 * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
91 target.
92 (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
93 * configure: Regenerated.
94
95 * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
96
97 2007-02-02 Nick Clifton <nickc@redhat.com>
98
99 * doc/binutils.texi (objdump): Document support for disassembling
100 the 440 PowerPC architecture.
101
102 2007-01-31 Nathan Sidwell <nathan@codesourcery.com>
103
104 * dwarf.c (process_debug_info): Protect against bogus length and
105 abbrev offsets.
106
107 2007-01-25 Kazu Hirata <kazu@codesourcery.com>
108
109 * ar.c (print_contents, extract_file): Cast the return value
110 of fwrite to size_t.
111
112 2007-01-12 Alan Modra <amodra@bigpond.net.au>
113
114 * ar.c (open_inarch): Check fwrite return. Use size_t.
115 (extract_file): Likewise. Remove test for "negative" file size.
116 * readelf.c (process_program_headers): Check fscanf return.
117
118 2007-01-11 H.J. Lu <hongjiu.lu@intel.com>
119
120 * bucomm.c (template_in_dir): Fix typo.
121
122 2007-01-11 Alan Modra <amodra@bigpond.net.au>
123
124 * embedspu.sh: New file.
125 * Makefile.am (embedspu): Add rule.
126 * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
127 * Makefile.in: Regenerate.
128 * configure: Regenerate.
129
130 2007-01-11 Alan Modra <amodra@bigpond.net.au>
131
132 * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
133 * bucomm.c (template_in_dir): New function, split out from..
134 (make_tempname): ..here. Open the file with O_EXCL if !HAVE_MKSTEMP.
135 (make_tempdir): Use template_in_dir. Handle directory creation
136 when !HAVE_MKDTEMP.
137 * objcopy.c (MKDIR): Don't define.
138 (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too. Fix
139 error message.
140
141 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
142
143 * readelf.c (get_machine_flags): Treat Fido as an architecture
144 by itself.
145
146 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
147
148 * configure.in: Renamed target x86_64-*-mingw64 to
149 x86_64-*-mingw*.
150 * configure: Regenerated.
151
152 2007-01-05 Alan Modra <amodra@bigpond.net.au>
153
154 * readelf.c (dump_section): Don't print 32-bit values, which
155 were done incorrectly for little-endian. Instead print bytes.
156
157 For older changes see ChangeLog-2006
158 \f
159 Local Variables:
160 mode: change-log
161 left-margin: 8
162 fill-column: 74
163 version-control: never
164 End: