1. 18 Jun, 2003 11 commits
    • rs6000.c (init_cumulative_args): Add and handle LIBCALL argument. · b9599e46
      2003-06-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
      
      	* config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
      	argument.
      	(function_arg): Handle CALL_LIBCALL flag.
      	* config/rs6000/rs6000-protos.h (init_cumulative_args): Update
      	prototype.
      	* config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
      	(INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
      	(INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
      	(INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
      
      From-SVN: r68139
      Franz Sirl committed
    • Makefile.in: Update. · 903caebf
      	* Makefile.in: Update.
      	* common.opt: New options.
      	* opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
      	set_Wunused): New.
      	(common_handle_option): Handle new options.
      	* toplev.c (set_target_switch): Export.
      	(set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
      	(decode_W_option): -Wunused and -Wextra handled in opts.c now.
      	(independent_decode_option): More options handled in opts.c now.
      	Change prototype.
      	* toplev.h (set_target_switch): New.
      
      From-SVN: r68138
      Neil Booth committed
    • re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit') · f3f735eb
      	PR debug/4252
      	* c-opts.c (c_common_handle_option): Pass -fdump argument suffix
      	to dump_switch_p().
      	* tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
      	from static strings in dump_files.
      cp:
      	* optimize.c (dump_function): Form complete flag name by
      	prefixing 'fdump-' to string returned by dump_flag_name().
      java:
      	* lang.c (java_handle_option): Likewise.
      
      From-SVN: r68137
      Robert Abeles committed
    • Makefile.am (new-abi-baseline): Create baseline directory. · a1af4623
      	* testsuite/Makefile.am (new-abi-baseline): Create baseline
      	directory.
      	(baseline_file): Use baseline_dir.
      	(baseline_dir): New.
      	(mkinstalldirs): New.
      
      	* acinclude.m4: Rename baseline_file to baseline_dir, strip
      	filename from baseline_dir.
      
      	* testsuite/Makefile.in: Regenerated.
      	* Makefile.in: Regenerated.
      	* aclocal.m4: Regenerated.
      	* configure: Regenerated.
      
      From-SVN: r68136
      Andreas Jaeger committed
    • configure.in: Missed check_survey bit. · 2f934953
      
      2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* configure.in: Missed check_survey bit.
      	* configure: Regenerated.
      
      From-SVN: r68135
      Benjamin Kosnik committed
    • g++.exp (g++_include_flags): Tweak path to testsuite_flags. · 7dfa28ba
      
      2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
      	Remove cruft.
      
      From-SVN: r68134
      Benjamin Kosnik committed
    • configure.in: Update testsuite_flags to new location. · a7956a48
      
      2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* configure.in: Update testsuite_flags to new location.
      	* configure. Regenerate.
      
      From-SVN: r68133
      Benjamin Kosnik committed
    • scripts: New. · 0676e930
      
      2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* scripts: New.
      	* config/abi/extract_symvers: Move to...
      	* scripts/extract_symvers: ...here.
      	* mkcheck.in: Move to..
      	* scripts/check_survey.in: ...here.
      	* testsuite_flags.in: Move to..
      	* scripts/testsuite_flags.in: ...here.
      	* configure.in: Change check and testsuite_flags locations.
      	* configure: Regenerate.
      	* testsuite/Makefile.am (current_symbols.txt): Change location.
      	* testsuite/Makefile.in: Regenerate.
      	* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Modify
      	location of testsuite_flags.
      	* Makefile.am (check-script): Move..
      	(check-script-install): Move...
      	* testsuite/Makefile.am: ... here.
      	* testsuite/Makefile.in: Regenerate.
      	* Makefile.in: Regenerate.
      
      From-SVN: r68132
      Benjamin Kosnik committed
    • system.h (ANSI_PROTOTYPES, [...]): undef and poison these libiberty macros. · b0c231bb
      	* system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
      	VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
      	libiberty macros.
      
      From-SVN: r68131
      Kaveh R. Ghazi committed
    • Daily bump. · e646d87b
      From-SVN: r68128
      GCC Administrator committed
    • 20020604-1.c: Use dg-xfail-if for h8300. · b9f260c1
      	* gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
      	* gcc.c-torture/compile/961203-1.c: Likewise.
      	* gcc.c-torture/compile/980506-1.c: Likewise.
      
      From-SVN: r68126
      Kazu Hirata committed
  2. 17 Jun, 2003 29 commits