OSDN Git Service

PR 31567
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index a9cd06f..cdf5bb0 100644 (file)
@@ -1,3 +1,18 @@
+2009-04-17  Rafael Avila de Espindola  <espindola@google.com>
+
+       PR 31567
+       * gcc.c (create_at_file): New.
+       (compile_input_file_p): New.
+       (do_spec_1): Use @args files for %i. Use create_at_file for %o.
+       * main.c (main): Update call to toplev_main.
+       * toplev.c (toplev_main): Change signature. Call expandargv.
+       * toplev.h (toplev_main): Change signature.
+
+2009-04-17  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * dwarf2out.c (field_byte_offset): Use the type size as the field size
+       if the latter is not constant.
+
 2009-04-17  David Edelsohn  <edelsohn@gnu.org>
 
        * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.