comparison libiberty/ChangeLog @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
2 Jason Merrill <jason@redhat.com>
3
4 * cp-demangle.c (cplus_demangle_builtin_types): Add nullptr.
5 (cplus_demangle_type): Handle nullptr.
6 * testsuite/demangle-expected: Test it.
7
8 2010-04-23 Pedro Alves <pedro@codesourcery.com>
9
10 * lbasename.c (lbasename): Split into ...
11 (unix_lbasename, dos_basename): ... these.
12 (lbasename): ... and reimplement on top of them.
13 * Makefile.in (lbasename.o): Add dependency on
14 $(INCDIR)/filenames.h.
15
16 2010-04-07 Jakub Jelinek <jakub@redhat.com>
17
18 * regex.c (byte_re_match_2_internal): Avoid set but not used
19 warning.
20
21 2010-03-22 Jason Merrill <jason@redhat.com>
22
23 * cp-demangle.c (d_print_mod): Use () rather than [] for vectors.
24
25 2010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26
27 * Makefile.in (all): Do not use exec.
28
29 2010-02-04 Tom Tromey <tromey@redhat.com>
30
31 * testsuite/demangle-expected: Add missing --format=gnu-v3.
32
33 2010-02-03 Jason Merrill <jason@redhat.com>
34
35 * cp-demangle.c (d_expression): Handle dependent operator name.
36
37 PR c++/12909
38 * cp-demangle.c (d_number_component, d_vector_type): New.
39 (cplus_demangle_type, d_print_comp, d_print_mod): Handle vectors.
40
41 2010-01-25 Ian Lance Taylor <iant@google.com>
42
43 * cp-demangle.c (cplus_demangle_type): Check for invalid type
44 after "DF".
45 * testsuite/demangle-expected: Add test.
46
47 2010-01-20 Jason Merrill <jason@redhat.com>
48
49 PR c++/42338
50 * cp-demangle.c (d_print_comp): Fix array index printing.
51
52 2010-01-11 Tristan Gingold <gingold@adacore.com>
53
54 * cplus-dem.c (ada_demangle): Remove prototype.
55 (grow_vect): Removed.
56 (ada_demangle): Rewritten.
57 (cplus_demangle): Fix indentation.
58 * testsuite/demangle-expected: Add tests for Ada.
59
60 2010-01-09 Ian Lance Taylor <iant@google.com>
61
62 PR other/42230
63 * cp-demangle.c (d_demangle): Return dgs.alc on success.
64
65 2010-01-04 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
66
67 PR target/42316
68 * configure.ac (PICFLAG): Use -fPIC on SH hosts.
69 * configure: Regenerate.
70
1 2009-12-07 Doug Evans <dje@google.com> 71 2009-12-07 Doug Evans <dje@google.com>
2 72
3 * pex-unix.c (pex_unix_exec_child): Save/restore environ. 73 * pex-unix.c (pex_unix_exec_child): Save/restore environ.
4 74
5 2009-11-26 Ben Elliston <bje@au.ibm.com> 75 2009-11-26 Ben Elliston <bje@au.ibm.com>
268 (cplus_demangle_operators): Add alignof ops. 338 (cplus_demangle_operators): Add alignof ops.
269 (d_expression): Handle function parameters and conversions 339 (d_expression): Handle function parameters and conversions
270 with other than 1 operand. 340 with other than 1 operand.
271 (d_print_comp): Handle function parameters. Fix bug with 341 (d_print_comp): Handle function parameters. Fix bug with
272 function used in type of function. 342 function used in type of function.
273 * testsuite/demangle-expected: Upate tests. 343 * testsuite/demangle-expected: Update tests.
274 344
275 2009-02-21 Mark Mitchell <mark@codesourcery.com> 345 2009-02-21 Mark Mitchell <mark@codesourcery.com>
276 346
277 * make-temp-file.c (<windows.h>): Include on Windows. 347 * make-temp-file.c (<windows.h>): Include on Windows.
278 (choose_tmpdir): On Windows, use GetTempPath. 348 (choose_tmpdir): On Windows, use GetTempPath.