1. 09 Nov, 2001 19 commits
    • convex.c: Fix comment formatting. · cde34caf
      	* config/convex/convex.c: Fix comment formatting.
      	* config/convex/convex.h: Likewise.
      
      From-SVN: r46886
      Kazu Hirata committed
    • Makefile.in (.po.pox): Look both in srcdir and builddir for $(PACKAGE).pot. · 359cd11e
      	* Makefile.in (.po.pox): Look both in srcdir and builddir
      	for $(PACKAGE).pot.
      	(po/$(PACKAGE).pot): Don't move-if-change the new potfile over
      	to the source directory.
      	* po/exgettext: Deposit new potfile in po subdir.
      
      From-SVN: r46884
      Zack Weinberg committed
    • g77spec.c (lang_specific_driver): Adjust behavior of -v and --version for… · 8fbea508
      g77spec.c (lang_specific_driver): Adjust behavior of -v and --version for consistency with other front ends.
      
      	* g77spec.c (lang_specific_driver): Adjust behavior of -v and
      	--version for consistency with other front ends.  Remove large
      	#if 0 block.  Do not add libraries to argv if there are no
      	input files.
      	(add_version_magic): Delete all references and dependent code.
      	* lang-options.h: Delete -fnull-version.
      	* lang-specs.h: Delete f77-version spec.
      
      	* lex.c: Delete logic conditional on ffe_is_null_version() and
      	now-unused label.
      	* top.c: Delete ffe_is_null_version_ variable.
      	(ffe_decode_option): Delete -fnull-version case.
      	* top.h: Delete declaration of ffe_is_null_version_ and
      	ffe_is_null_version(), ffe_set_is_null_version() macros.
      
      From-SVN: r46883
      Zack Weinberg committed
    • * verify.cc: Wrap in #ifdef INTERPRETER...#endif. · 75b17b74
      From-SVN: r46882
      Jeff Sturm committed
    • m32r.c: Add support for m32rx processor. · de41e41c
              * m32r.c: Add support for m32rx processor.
              * m32r.h: Ditto.
              * m32r.md: Ditto.
              * t-m32r: Ditto.
              * m32r-protos.h: Add prototypes for m32rx functions.
              * doc/invoke.texi: Document -m32rx option.
      
      Co-Authored-By: Andrew MacLeod <amacleod@redhat.com>
      Co-Authored-By: Catherine Moore <clm@redhat.com>
      Co-Authored-By: Michael Meissner <meissner@redhat.com>
      Co-Authored-By: Nick Clifton <nickc@redhat.com>
      Co-Authored-By: Richard Henderson <rth@redhat.com>
      
      From-SVN: r46881
      Ben Elliston committed
    • sparc.md (movdf): Avoid calling validize_mem during or after reload. · a3d87e92
      	* config/sparc/sparc.md (movdf): Avoid calling validize_mem during
      	or after reload.
      
      	* gcc.c-torture/compile/20011109-1.c: New test.
      
      From-SVN: r46880
      Jakub Jelinek committed
    • * doc/install.texi2html: Use $MAKEINFO --no-split. · 7ade1c9c
      From-SVN: r46879
      Gerald Pfeifer committed
    • Makefile.in ($(HOST_PREFIX_1)rtl.o, $(HOST_PREFIX_1)print-rtl.o,… · 66e918e5
      Makefile.in ($(HOST_PREFIX_1)rtl.o, $(HOST_PREFIX_1)print-rtl.o, $(HOST_PREFIX_1)bitmap.o, $(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o, $(HOST_PREFIX_1)strstr.o, $(HOST_PREFIX_1)errors.o, $(HOST_PREFIX_1)ggc-none.o): Update dependencies.
      
      	* Makefile.in ($(HOST_PREFIX_1)rtl.o,
      	$(HOST_PREFIX_1)print-rtl.o, $(HOST_PREFIX_1)bitmap.o,
      	$(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o,
      	$(HOST_PREFIX_1)strstr.o, $(HOST_PREFIX_1)errors.o,
      	$(HOST_PREFIX_1)ggc-none.o): Update dependencies.
      
      From-SVN: r46878
      Andreas Schwab committed
    • mips.c (mips_output_function_prologues): Cast `tsize' to long for output. · 2aae2cc7
      2001-11-09  H.J. Lu <hjl@gnu.org>
      
      	* config/mips/mips.c (mips_output_function_prologues): Cast
      	`tsize' to long for output.
      
      From-SVN: r46877
      H.J. Lu committed
    • Daily bump. · 594f48d9
      From-SVN: r46876
      GCC Administrator committed
    • c-lang.c (LANG_HOOKS_NAME): New. · 3ac88239
      	* c-lang.c (LANG_HOOKS_NAME): New.
      	(lang_hooks): Constify.
      	(c_init_options): Update.
      	(lang_identify): Remove.
      	* c-parse.in (language_string): Remove.
      	* dbxout.c: Include langhooks.h.
      	(dbxout_symbol_location): Update.
      	* dwarf2out.c: Include langhooks.h.
      	(gen_compile_unit_die): Update.
      	* dwarfout.c: Include langhooks.h.
      	(prototyped_attribute, output_compile_unit_die): Update.
      	* langhooks-def.h (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): New.
      	(LANG_HOOKS_INITIALIZER): Update.
      	* langhooks.h (struct lang_hooks): New members.  Constify.
      	* stringpool.c: Don't include toplev.h.
      	(set_identifier_size): Remove.
      	* toplev.c (toplev_main): Initialize identifier size.
      	(print_version): Update.
      	* tree.h (language_string, init_lex, lang_identify,
      	set_identifier_size): Remove.
      	* Makefile.in: Update dependencies.
      	* config/darwin.c: Include langhooks.h.
      	(func_name_maybe_scoped): Update.
      	* config/darwin.h (ASM_END_FILE): Update.
      	* config/nextstep.h (ASM_END_FILE): Update.
      	* config/nextstep21.h (ASM_END_FILE): Update.
      	* config/i386/sun386.h (ASM_END_FILE): Update.
      	* config/rs6000/rs6000.c (ASM_END_FILE): Include langhooks.h.
      	(rs6000_output_function_epilogue): Update.
      ada:
      	* misc.c (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): Override.
      	(struct lang_hooks): Constify.
      	(language_string, lang_identify): Remove.
      	* utils.c (init_decl_processing): Update.
      cp:
      	* cp-lang.c (LANG_HOOKS_NAME): Override.
      	(struct lang_hooks): Constify.
      	* lex.c (cxx_init_options): Update.
      	(lang_identify): Remove.
      	* parse.y (language_string): Remove.
      f:
      	* com.c (language_string, lang_identify): Remove.
      	(struct lang_hooks): Constify.
      	(LANG_HOOKS_NAME): Override.
      	(init_parse): Update.
      java:
      	* jcf-parse.c (init_lex): Remove.
      	* lang.c (language_string, lang_identify): Remove.
      	(struct lang_hooks): Constify.
      	(LANG_HOOKS_NAME): Override.
      	(init_parse): Update.
      objc:
      	* objc-act.c (LANG_HOOKS_NAME): Override.
      	(struct lang_hooks): Constify.
      	(objc_init_options): Update.
      	(lang_identify): Remove.
      
      From-SVN: r46874
      Neil Booth committed
    • * config.gcc: Rename stormy16 to xstormy16. · 14d269bb
      From-SVN: r46873
      Geoffrey Keating committed
    • fold-const.c (lshift_double): Honor PREC. · 11b161d0
      	* fold-const.c (lshift_double): Honor PREC.
      	(rshift_double): Likewise.
      
      From-SVN: r46872
      John Wehle committed
    • 1750a.c: Fix comment formatting. · 702020d6
      	* config/1750a/1750a.c: Fix comment formatting.
      	* config/1750a/1750a.h: Likewise.
      
      From-SVN: r46871
      Kazu Hirata committed
    • configure.in (--enable-languages): Be more permissive about syntax. · cc9a08e0
      * configure.in (--enable-languages): Be more permissive about
      syntax.  Check for empty lists better.  Warn about $LANGUAGES.
      * configure: Regenerated.
      
      From-SVN: r46870
      Phil Edwards committed
    • configure.in (--enable-languages): Be more permissive about syntax. · 132e4bd7
      * configure.in (--enable-languages): Be more permissive about
      syntax.  Check for empty lists better.  Warn about $LANGUAGES.
      
      From-SVN: r46869
      Phil Edwards committed
    • * dwarf2asm.c (dw2_force_const_mem): Fix typo. · aa1c9d38
      From-SVN: r46868
      Richard Henderson committed
    • In ChangeLog: 2001-11-08 Geoffrey Keating <geoffk@redhat.com> · c6243b4c
      In ChangeLog:
      2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
      
      	* config.sub: Import from master sources, rev. 1.230.
      	* MAINTAINERS: Change 'stormy16' to 'xstormy16'.
      
      Index: gcc/ChangeLog
      2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
      
      	* config.gcc: Rename stormy16 to xstormy16.
      	* config/stormy16/stormy-abi: Likewise.
      	* config/stormy16/stormy16-protos.h: Likewise.
      	* config/stormy16/stormy16.c: Likewise.
      	* config/stormy16/stormy16.h: Likewise.
      	* config/stormy16/stormy16.md: Likewise.
      
      Index: gcc/testsuite/ChangeLog
      2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
      
      	* g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
      	* g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
      	* g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
      	* g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
      	* gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
      	* gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
      	* gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
      
      From-SVN: r46867
      Geoffrey Keating committed
  2. 08 Nov, 2001 21 commits