OSDN Git Service

contrib:
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 4597700..b58f92d 100644 (file)
@@ -1,3 +1,143 @@
+2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * Makefile.in (POD2MAN): Don't include --section=1.
+       (manext): Rename to man1ext.  All users changed.
+       (man7ext): New.
+       (man7dir): New.
+       (generated-manpages): Also depend on $(docdir)/gfdl.7,
+       $(docdir)/gpl.7, and $(docdir)/fsf-funding.7.
+       ($(docdir)/gcov.1, $(docdir)/cpp.1, $(docdir)/gcc.1): Include
+       --section=1 in calls to $(POD2MAN).
+       ($(docdir)/gfdl.7, $(docdir)/gpl.7, $(docdir)/fsf-funding.7): New.
+       (maintainer-clean, install, uninstall): Handle the new man pages.
+       ($(docdir)/cpp.info, cpp.dvi): Depend on fdl.texi.
+       (installdirs): Create man7dir.
+       * doc/cpp.texi: Include GFDL in this manual.  In the man page,
+       refer to gfdl(7) for the GFDL.  Apply Front Cover and Back Cover
+       texts to man page.  Include gpl(7), gfdl(7) and fsf-funding(7) in
+       the SEE ALSO man page section.
+       * doc/gcov.texi: Apply GFDL to man page.  Include gpl(7), gfdl(7)
+       and fsf-funding(7) in the SEE ALSO man page section.
+       * doc/invoke.texi: Apply GFDL to man page.  Include gpl(7),
+       gfdl(7) and fsf-funding(7) in the SEE ALSO man page section.
+       * doc/include/fdl.texi, doc/include/funding.texi,
+       doc/include/gpl.texi: Adjust for conversion by texi2pod.pl.
+       * doc/.cvsignore: Add gfdl.7, gpl.7 and fsf-funding.7.
+
+2001-11-13  Richard Henderson  <rth@redhat.com>
+
+       * dwarf2asm.c (dw2_force_const_mem): Set PUBLIC or STATIC
+       as appropriate for the artificial decl.
+
+2001-11-13  Richard Henderson  <rth@redhat.com>
+
+       * loop.c (combine_movables): Turn off combination until
+       move_movables validation bugs are fixed.
+
+2001-11-13  DJ Delorie  <dj@redhat.com>
+
+       * config.gcc (powerpc|rs6000): Set default cpp options based
+       on --with-cpu settings.
+       * config/rs6000/softfloat.h: New.
+
+2001-11-13  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/h8300.c (shift_alg_si): Use special code for
+       25-bit shifts on H8/S.
+       (get_shift_alg): Generate special code for 25-bit shifts on
+       H8/S.
+
+2001-11-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * emit-rtl.c (adjust_address_1): Add ADJUST argument.
+       (adjust_automodify_address_1): New.
+       * expr.h (adjust_address, adjust_address_nv): Adjust.
+       (adjust_automodify_address, adjust_automodify_address_nv): Define.
+       (adjust_address_1): Update prototype.
+       (adjust_automodify_address_1): Add prototype.
+       * expr.c (move_by_pieces_1): Use adjust_automodify_address.
+       (store_by_pieces_2): Likewise.
+
+Tue Nov 13 05:45:40 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * Makefile.in (explow.o): Now depends on ggc.h.
+       * explow.c (ggc.h): Include.
+       (set_stack_check_libfunc): Mark stack_check_libfunc as ggc root.
+
+       * Makefile.in (expr.o): Depends on insn-attr.h.
+       * expr.c (insn-attr.h): New include.
+       (force_operand): If INSN_SCHEDULING, deal with paradoxical SUBREG
+       of MEM.
+       (highest_pow2_factor, case INTEGER_CST): Handle negative values.
+       (expand_expr): Remove unneeded mark_temp_addr_taken calls and
+       clean up related usage in ADDR_EXPR.
+       (expand_expr_unaligned): Likewise.
+
+       * emit-rtl.c (change_address): Fix typo in alias setting.
+
+2001-11-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Makefile.in (cfgcleanup.o): Depend on insn-config.h
+
+2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
+
+       PR bootstrap/3451
+       * c-pragma.c: Rename macros BAD, BAD2, BAD_ACTION to
+       GCC_BAD, GCC_BAD2, GCC_BAD_ACTION.
+
+2001-11-12  David O'Brien  <obrien@FreeBSD.org>
+
+       * config.gcc (sparc-tti-*, sparc64-wrs-vxworks*, sparc-wrs-vxworks*,
+       sparclite-wrs-vxworks*, sparc-*-aout*, sparc-*-netbsd*,
+       sparc-*-chorusos*, sparc-*-linux*aout*, sparc-*-linux*libc1*,
+       sparc-*-linux*, sparc-*-lynxos*, sparc-*-rtemsaout*, sparc-*-rtems*,
+       sparc-*-rtemself*, sparc-*-solaris2*, sparc-*-sunos3*, sparc-*-sysv4*,
+       sparc-*-vxsim*, sparclet-*-aout*, sparclite-*-coff*, sparclite-*-aout*,
+       sparc86x-*-aout*, sparc86x-*-elf*, sparc64-*-aout*, sparc64-*-elf*,
+       sparc64-*-linux*):  Include various CPU headers via tm_file.
+       * config/svr3.h (ASM_OUTPUT_IDENT): Undef before defining it.
+       (SELECT_SECTION): Likewise.
+       (SELECT_RTX_SECTION): Likewise.
+       * config/sparc/sparc_bi.h: New file.
+       * config/sparc/aout.h: Don't include sparc/sparc.h and aoutos.h.
+       * config/sparc/linux-aout.h: Likewise.
+       * config/sparc/linux.h: Don't include sparc/sysv4.h.
+       * config/sparc/linux64.h: Likewise.
+       (SPARC_BI_ARCH): Don't define.  sparc_bi.h will do it instead.
+       * config/sparc/lite.h:  Don't include sparc/sparc.h and gofast.h.
+       * config/sparc/litecoff.h: Don't include sparc/lite.h, svr3.h,
+       and dbxcoff.h
+       (ASM_OUTPUT_IDENT): Do not #undef.
+       (SELECT_SECTION): Likewise.
+       (SELECT_RTX_SECTION): Likewise.
+       * config/sparc/liteelf.h: Don't include gofast.h.
+       * config/sparc/lynx-ng.h: Don't include sparc/sparc.h and lynx-ng.h.
+       * config/sparc/lynx.h: Don't include sparc/sparc.h.
+       * config/sparc/pbd.h: Likewise.
+       * config/sparc/netbsd.h: Don't include sparc/sparc.h and netbsd.h.
+       * config/sparc/rtems.h: Don't include sparc/aout.h and rtems.h.
+       * config/sparc/rtemself.h: Don't include rtems.h.
+       * config/sparc/sol2-64.h: Don't include sparc/sol2-sld-64.h.
+       * config/sparc/sol2-sld-64.h (SPARC_BI_ARCH): Don't define, include
+       sparc_bi.h instead.
+       * config/sparc/sol2-sld.h: Don't include sparc/sol2.h.
+       * config/sparc/sol2.h: Include sparc/sparc.h directly.
+       * config/sparc/sp64-aout.h: Don't include sparc/sparc.h and aoutos.h.
+       * config/sparc/sp64-elf.h: Don't include sparc/sol2.h.
+       * config/sparc/sp86x-aout.h: Don't include sparc/sparc.h and gofast.h.
+       * config/sparc/sp86x-elf.h: Don't include gofast.h.
+       * config/sparc/splet.h: Don't include sparc/aout.h.
+       * config/sparc/sun4o3.h: Don't include sparc/sparc.h.
+       * config/sparc/sysv4.h: Don't include sparc/sparc.h directly.
+       * config/sparc/vxsim.h: Don't include sparc/sysv4.h.
+       * config/sparc/vxsparc.h: Don't include sparc/aout.h and gofast.h.
+       * config/sparc/vxsparc64.h: Don't include gofast.h.
+       (SPARC_BI_ARCH): Don't define.  sparc_bi.h will do it instead.
+
+2001-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/standards.texi: Mention C99 TC1.
+
 2001-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * mips-protos.h (mips_output_conditional_branch): Const-ify.