OSDN Git Service

* gcc.c (LINK_COMMAND_SPEC): Don't handle -A, -d or -m.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index fde41c8..467fd93 100644 (file)
@@ -1,3 +1,42 @@
+2010-12-03  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.c (LINK_COMMAND_SPEC): Don't handle -A, -d or -m.
+       * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
+       * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
+
+2010-12-03  Alexander Monakov  <amonakov@ispras.ru>
+
+       PR rtl-optimization/45354
+       * sel-sched-ir.c (jump_leads_only_to_bb_p): Rename to ...
+       (bb_has_removable_jump_to_p): This.  Update all callers. Make static.
+       Allow BBs ending with a conditional jump.  Forbid EDGE_CROSSING jumps.
+       * sel-sched-ir.h (jump_leads_only_to_bb_p): Delete prototype.
+
+2010-12-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
+
+       * basic-block.h (struct edge_prediction): Remove forward
+       declaration.
+       * tree-flow.h (struct edge_prediction): Move from here...
+       * predict.c (struct edge_prediction): ...to here.
+       * cselib.h (struct elt_list): Move from here...
+       * cselib.c (struct elt_list): ...to here.
+
+2010-12-02  Ian Lance Taylor  <iant@google.com>
+
+       * gcc.c (default_compilers): Add entry for ".go".
+       * common.opt: Add -static-libgo as a driver option.
+       * doc/install.texi (Configuration): Mention libgo as an option for
+       --enable-shared.  Mention go as an option for --enable-languages.
+       * doc/invoke.texi (Overall Options): Mention .go as a file name
+       suffix.  Mention go as a -x option.
+       * doc/frontends.texi (G++ and GCC): Mention Go as a supported
+       language.
+       * doc/sourcebuild.texi (Top Level): Mention libgo.
+       * doc/standards.texi (Standards): Add section on Go language.
+       Move references for other languages into their own section.
+       * doc/contrib.texi (Contributors): Mention that I contributed the
+       Go frontend.
+
 2010-12-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
 
        * tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.