OSDN Git Service

* config/i386/i386-aout.h, config/i386/i386-coff.h,
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 1a56c39..ebfb0b5 100644 (file)
@@ -1,11 +1,74 @@
 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
 
+       * config/i386/i386-aout.h, config/i386/i386-coff.h, 
+       config/i386/i386-interix.h, config/i386/i386-interix3.h, 
+       config/i386/i386-modes.def, config/i386/i386-protos.h,
+       config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
+       config/i386/i386elf.h, config/i386/k6.md, config/i386/kaos-i386.h,
+       config/i386/linux-aout.h, config/i386/linux.h, config/i386/linux64.h,
+       config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mingw32.h,
+       config/i386/mmintrin.h, config/i386/moss.h: GNU CC -> GCC.
+       "GNU compiler" -> GCC.
+       * config/i386/att.h, config/i386/beos-elf.h, config/i386/biarch64.h,
+       config/i386/bsd.h, config/i386/crtdll.h, config/i386/cygming.h,
+       config/i386/cygwin.h, config/i386/cygwin1.c, config/i386/cygwin2.c,
+       config/i386/darwin.h, config/i386/djgpp.h, config/i386/emmintrin.h,
+       config/i386/freebsd-aout.h, config/i386/freebsd.h,
+       config/i386/freebsd64.h, config/i386/gas.h: GNU CC -> GCC.
+
+2003-09-25  Kelley Cook  <kelleycook@wideopenwest.com>
+
+       * cgraph.c (dump_cgraph):  Don't output newline before dump.  Add in
+       "local" to the callgraph dump.  Output "after inlining" earlier.
+       * cgraphunit.c: Fix dumpfile whitespace and commonize headers of the
+       callgraph dumps.  Correct misspellings.
+       (cgraph_decide_inlining):  Output number of insns before inlining.
+       Output the calling function into which a function is inlined.
+       (cgraph_decide_small_functions): Format dump file like always_inline.
+
+2003-09-25  Loren James Rittle  <ljrittle@acm.org>
+
+       * config/i386/i386.h (ix86_return_in_memory): Add prototype.
+
+2003-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/s390.c (s390_emit_prologue): Simplify accesses to
+       FPR slots in the save area.
+       (s390_emit_epilogue): Likewise.
+
+2003-09-25  Richard Sandiford  <rsandifo@redhat.com>
+
+       * cgraph.h (cgraph_remove_edge): Declare.
+       * cgraph.c (cgraph_remove_edge): Make extern.
+       * cgraphunit.c (cgraph_finalize_function): Call cgraph_remove_edge
+       instead of cgraph_remove_call.
+
+2003-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * objc/objc-act.c (gen_declaration_1): Fix printf format.
+
+2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm.c (all_cores): arm710t, arm720t and arm740t are all based on the
+       arm7tdmi core.
+
+2003-09-25  Ziemowit Laski  <zlaski@apple.com>
+
+       * config/darwin-protos.h (objc_image_info_section):
+       New prototype.
+
+2003-09-25  Ziemowit Laski  <zlaski@apple.com>
+
+       * Makefile.in (stub-objc.o): Depend on $(GGC_H).
+
+2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
+
        * config.gcc: Get rid of more gratuitious 'x'es.  Actually allow
        tsc701 as a --with-cpu, --with-tune setting for sparc.
 
 2003-09-25  Ziemowit Laski  <zlaski@apple.com>
 
-       * cp-parse.in (objc_try_stmt): Do not specify a %type.
+       * c-parse.in (objc_try_stmt): Do not specify a %type.
 
 2003-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>