12007-02-06  Nick Clifton  <nickc@redhat.com>
2
3	PR gas/3800
4	* readelf.c: Include elf/h8.h twice.  The first time in order to
5	get the reloc numbers, the second time in order to get the reloc
6	decoder function.
7	(dump_section): Tell the user if the section being displayed has
8	unprocessed relocs associated with it.
9	(get_reloc_size): New function - returns the size of a reloc.
10	(debug_apply_rela_addends): Use get_reloc_size().
11	* dwarf.c (read_and_display_attr_value): Extend number of
12	languages known for the DW_AT_language attribute.
13	(process_debug_info): Display the attribute offset before decoding
14	the attribute, in case there are problems.
15
162007-02-05  Dave Brolley  <brolley@redhat.com>
17
18	* readelf.c (dump_relocations): Don't check for
19	(rtype == NULL && type == R_RELC).
20
212007-02-05  Dave Brolley  <brolley@redhat.com>
22
23	* Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
24	* Makefile.in: Regenerated.
25	* Contribute the following changes:
26	2003-10-29  Dave Brolley  <brolley@redhat.com>
27
28	* configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
29	* configure: Regenerated.
30
31	2001-04-03  Ben Elliston  <bje@redhat.com>
32
33	* readelf.c: Include "elf/mep.h".
34	(guess_is_rela): Handle EM_CYGNUS_MEP.
35	(get_machine_name): Ditto.
36	(dump_relocations): Ditto.
37
382007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
39
40	* MAINTAINERS: Add a space between H.J. and Lu.
41
422007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
43
44	* doc/binutils.texi (objdump): Document the new addr64 option
45	for i386 disassembler.
46
472007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48
49	PR binutils/3945
50	* configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
51	target.
52	(DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
53	* configure: Regenerated.
54
55	* dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
56
572007-02-02  Nick Clifton  <nickc@redhat.com>
58
59	* doc/binutils.texi (objdump): Document support for disassembling
60	the 440 PowerPC architecture.
61
622007-01-31  Nathan Sidwell  <nathan@codesourcery.com>
63
64	* dwarf.c (process_debug_info): Protect against bogus length and
65	abbrev offsets.
66
672007-01-25  Kazu Hirata  <kazu@codesourcery.com>
68
69	* ar.c (print_contents, extract_file): Cast the return value
70	of fwrite to size_t.
71
722007-01-12  Alan Modra  <amodra@bigpond.net.au>
73
74	* ar.c (open_inarch): Check fwrite return.  Use size_t.
75	(extract_file): Likewise.  Remove test for "negative" file size.
76	* readelf.c (process_program_headers): Check fscanf return.
77
782007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
79
80	* bucomm.c (template_in_dir): Fix typo.
81
822007-01-11  Alan Modra  <amodra@bigpond.net.au>
83
84	* embedspu.sh: New file.
85	* Makefile.am (embedspu): Add rule.
86	* configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
87	* Makefile.in: Regenerate.
88	* configure: Regenerate.
89
902007-01-11  Alan Modra  <amodra@bigpond.net.au>
91
92	* bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
93	* bucomm.c (template_in_dir): New function, split out from..
94	(make_tempname): ..here.  Open the file with O_EXCL if !HAVE_MKSTEMP.
95	(make_tempdir): Use template_in_dir.  Handle directory creation
96	when !HAVE_MKDTEMP.
97	* objcopy.c (MKDIR): Don't define.
98	(copy_archive): Use make_tempdir when !HAVE_MKDTEMP too.  Fix
99	error message.
100
1012007-01-08  Kazu Hirata  <kazu@codesourcery.com>
102
103	* readelf.c (get_machine_flags): Treat Fido as an architecture
104	by itself.
105
1062007-01-08  Kai Tietz	<kai.tietz@onevision.com>
107
108	* configure.in: Renamed target x86_64-*-mingw64 to
109	x86_64-*-mingw*.
110	* configure: Regenerated.
111
1122007-01-05  Alan Modra  <amodra@bigpond.net.au>
113
114	* readelf.c (dump_section): Don't print 32-bit values, which
115	were done incorrectly for little-endian.  Instead print bytes.
116
117For older changes see ChangeLog-2006
118
119Local Variables:
120mode: change-log
121left-margin: 8
122fill-column: 74
123version-control: never
124End:
125