2009-11-10 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
a3029abd
JK
12009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * bucomm.c (get_file_size): Update comment for the error return value.
4
1e456d54
DA
52009-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6
7 * readelf.c (slurp_hppa_unwind_table): Don't relocate address twice.
8
fa0d16be
KT
92009-11-05 Kai Tietz <kai.tietz@onevision.com>
10
11 * dllwrap.c (is_leading_underscore): New variable.
12 (cpu_type): New enum type.
13 (which_cpu): New variable.
14 (usage): Add new options --no-leading-underscore
15 and --leading-underscore.
16 (long_options): Likewise.
17 (OPTION_NO_LEADING_UNDERSCORE): New define.
18 (OPTION_LEADING_UNDERSCORE): Likewise.
19 (main): Initialize which_host, pass new options
20 to dlltool, do underscoring dependent on
21 is_leading_underscore, and do '@12' decoration
22 only for x86.
23
62f3b8c8
PB
242009-11-02 Paul Brook <paul@codesourcery.com>
25
26 * readelf.c (arm_attr_tag_VFP_arch): Add VFPv4 and VFPv4-D16.
27
36d21de5
KT
282009-10-28 Kai Tietz <kai.tietz@onevision.com>
29
30 * dlltool.c (leading_underscore): New local variable.
31 (asm_prefix): Interpret leading_underscore.
32 (xlate): Likewise.
33 (add_excludes): Use leading_underscore for making
34 symbol name.
35 (gen_exp_file): Use leading_underscore for internal
36 _imp_ symbols.
37 (usage): Add display of --no-leading-underscore and
38 --leading-underscore option.
39 (OPTION_NO_LEADING_UNDERSCORE): New.
40 (OPTION_LEADING_UNDERSCORE): New.
41 (long_options): Add --no-leading-underscore and
42 --leading-underscore option.
43 (main): Handle new options.
44 * doc/binutils.text: Add documentation of the options
45 --no-leading-underscore and --leading-underscore.
46
bf201fdd
KT
472009-10-23 Kai Tietz <kai.tietz@onevision.com>
48
49 * deflex.l: Allow '<' and '>' in ID names.
50
51 * defparse.y (EQUAL): New token constant.
52 (opt_import_name): New rule for emptry or '==' ID.
53 (expline): Add opt_import_name as last line element.
54 (impline): Likewise.
55 * dlltool.c (ifunct): New member its_name.
56 (export): Likewise.
57 (append_import): Add its_name argument.
58 (defexports): Likewise.
59 (defimport): Likewise.
60 (scan_drectve_symbols): Adjust calls to def_exports.
61 (dump_def_info): Print new optinal import/export table
62 symbol name.
63 (generate_idata_ofile): Use its_name member.
64 (make_one_lib_file): Likewise.
65 (nfunc): Take its_name in account on sort.
66 * dlltool.h (def_exports): Add its_name as argument.
67 (def_import): Likewise.
68 * doc/binutils.texi: Add new def file syntax extension.
69 * deflex.l (EQUAL): Add rule for '=='.
70 * NEWS: Mention new feature.
71
bb8a0291
AM
722009-10-23 Thomas Cougnard <thomas.cougnard@gmail.com>
73
74 * readelf.c (dynamic_info): Correct size of array.
75
550e3caf
BE
762009-10-21 Ben Elliston <bje@gnu.org>
77
78 * MAINTAINERS (BUILD SYSTEM, TESTSUITES): Remove myself.
79