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