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