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