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