OSDN Git Service

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