binutils/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
cfdf38f2
BE
12009-11-19 Ben Elliston <bje@au.ibm.com>
2
3 * arlex.l: Enable noinput, nounput flex options.
4 * syslex.l: Likewise.
5
9e3c6df6 62009-11-17 Paul Brook <paul@codesourcery.com>
cfdf38f2 7 Daniel Jacobowitz <dan@codesourcery.com>
9e3c6df6
PB
8
9 * readelf.c (arm_attr_tag_CPU_arch): Add v7E-M.
10
c4d1af07
KT
112009-11-16 Kai Tietz <kai.tietz@onevision.com>
12
13 * windmc.c (set_endianess): Use bfd_get_target_info.
14 * windres.c (set_endianess): Likewise.
15 (find_arch_match): Removed.
16
41327c9d
NC
172009-11-11 Nick Clifton <nickc@redhat.com>
18
19 * po/id.po: Updated Indonesian translation.
20
ee2fb9eb
JK
212009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22
23 * configure.in: Stop checking for fopen64 and stat64.
24 * strings.c (file_off, file_open, statbuf, file_stat): Remove.
25 (strings_file): Change file_off to file_ptr, file_open to fopen,
26 statbuf to struct stat and file_stat to stat.
27 (get_char): Change parameter type file_off * to file_ptr *.
28 (print_strings): Change parameter and variable `start' type file_off to
29 file_ptr.
30 * configure: Regenerate.
31 * config.in: Regenerate.
32
da2f07f1
JK
332009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
34
35 * configure.in: Call ACX_LARGEFILE. Stop calling AC_PLUGINS,
36 AC_SYS_LARGEFILE and checking the Solaris largefile exception.
37 * aclocal.m4: Regenerate.
38 * configure: Regenerate.
39
a3029abd
JK
402009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
41
42 * bucomm.c (get_file_size): Update comment for the error return value.
43
1e456d54
DA
442009-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
45
46 * readelf.c (slurp_hppa_unwind_table): Don't relocate address twice.
47
fa0d16be
KT
482009-11-05 Kai Tietz <kai.tietz@onevision.com>
49
50 * dllwrap.c (is_leading_underscore): New variable.
51 (cpu_type): New enum type.
52 (which_cpu): New variable.
53 (usage): Add new options --no-leading-underscore
54 and --leading-underscore.
55 (long_options): Likewise.
56 (OPTION_NO_LEADING_UNDERSCORE): New define.
57 (OPTION_LEADING_UNDERSCORE): Likewise.
58 (main): Initialize which_host, pass new options
59 to dlltool, do underscoring dependent on
60 is_leading_underscore, and do '@12' decoration
61 only for x86.
62
62f3b8c8
PB
632009-11-02 Paul Brook <paul@codesourcery.com>
64
65 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv4 and VFPv4-D16.
66
36d21de5
KT
672009-10-28 Kai Tietz <kai.tietz@onevision.com>
68
69 * dlltool.c (leading_underscore): New local variable.
70 (asm_prefix): Interpret leading_underscore.
71 (xlate): Likewise.
72 (add_excludes): Use leading_underscore for making
73 symbol name.
74 (gen_exp_file): Use leading_underscore for internal
75 _imp_ symbols.
76 (usage): Add display of --no-leading-underscore and
77 --leading-underscore option.
78 (OPTION_NO_LEADING_UNDERSCORE): New.
79 (OPTION_LEADING_UNDERSCORE): New.
80 (long_options): Add --no-leading-underscore and
81 --leading-underscore option.
82 (main): Handle new options.
83 * doc/binutils.text: Add documentation of the options
84 --no-leading-underscore and --leading-underscore.
85
bf201fdd
KT
862009-10-23 Kai Tietz <kai.tietz@onevision.com>
87
88 * deflex.l: Allow '<' and '>' in ID names.
89
90 * defparse.y (EQUAL): New token constant.
91 (opt_import_name): New rule for emptry or '==' ID.
92 (expline): Add opt_import_name as last line element.
93 (impline): Likewise.
94 * dlltool.c (ifunct): New member its_name.
95 (export): Likewise.
96 (append_import): Add its_name argument.
97 (defexports): Likewise.
98 (defimport): Likewise.
99 (scan_drectve_symbols): Adjust calls to def_exports.
100 (dump_def_info): Print new optinal import/export table
101 symbol name.
102 (generate_idata_ofile): Use its_name member.
103 (make_one_lib_file): Likewise.
104 (nfunc): Take its_name in account on sort.
105 * dlltool.h (def_exports): Add its_name as argument.
106 (def_import): Likewise.
107 * doc/binutils.texi: Add new def file syntax extension.
108 * deflex.l (EQUAL): Add rule for '=='.
109 * NEWS: Mention new feature.
110
bb8a0291
AM
1112009-10-23 Thomas Cougnard <thomas.cougnard@gmail.com>
112
113 * readelf.c (dynamic_info): Correct size of array.
114
550e3caf
BE
1152009-10-21 Ben Elliston <bje@gnu.org>
116
117 * MAINTAINERS (BUILD SYSTEM, TESTSUITES): Remove myself.
118