OSDN Git Service

PR tree-optimization/46805
[pf3gnuchains/gcc-fork.git] / gcc / go / ChangeLog
1 2010-12-07  Ian Lance Taylor  <iant@google.com>
2
3         PR tree-optimization/46805
4         PR tree-optimization/46833
5         * go-lang.c (go_langhook_type_for_mode): Handle vector modes.
6
7 2010-12-06  Ian Lance Taylor  <iant@google.com>
8
9         PR other/46789
10         PR bootstrap/46812
11         * go-lang.c (go_char_p): Define type and vectors.
12         (go_search_dirs): New static variable.
13         (go_langhook_handle_option): Use version and version/machine
14         directories for -L.
15         (go_langhook_post_options): Add non-specific -L paths.
16         * Make-lang.in (go/go-lang.o): Define DEFAULT_TARGET_VERSION and
17         DEFAULT_TARGET_MACHINE when compiling.
18         * gccgo.texi (Invoking gccgo): Only document -L for linking.
19         (Import and Export): Don't mention -L for finding import files.
20
21 2010-12-03  Ian Lance Taylor  <iant@google.com>
22
23         PR bootstrap/46776
24         * go-backend.c: New file.
25         * go-c.h (go_type_alignment): Declare.
26         (go_field_alignment, go_trampoline_info): Declare.
27         * Make-lang.in (GO_OBJS): Add go/go-backend.o.
28         (go/go-backend.o): New target.
29         (go/go-lang.o): Make dependencies match source file.
30         (go/expressions.o): Don't depend on $(TM_H) $(TM_P_H).
31         (go/gogo-tree.o): Don't depend on $(TM_H).
32
33 2010-12-03  Ian Lance Taylor  <iant@google.com>
34
35         * config-lang.in (build_by_default): Set to no.
36
37 2010-12-02  Ian Lance Taylor  <iant@google.com>
38
39         Go frontend added to gcc repository.