1 2010-12-06 Ian Lance Taylor <iant@google.com>
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
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.
15 2010-12-03 Ian Lance Taylor <iant@google.com>
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).
27 2010-12-03 Ian Lance Taylor <iant@google.com>
29 * config-lang.in (build_by_default): Set to no.
31 2010-12-02 Ian Lance Taylor <iant@google.com>
33 Go frontend added to gcc repository.