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