configure: Regenerated.

* configure: Regenerated.
	* configure.in: Add x86_64 to switch statements.

From-SVN: r46341
This commit is contained in:
Andreas Jaeger 2001-10-19 08:29:18 +02:00
parent b2c9c37eb6
commit c307e6ddbe
3 changed files with 20 additions and 15 deletions

View File

@ -1,6 +1,11 @@
2001-10-19 Andreas Jaeger <aj@suse.de>
* configure: Regenerated.
* configure.in: Add x86_64 to switch statements.
2001-10-18 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.md (sibcall_osf_1): Load destination
* config/alpha/alpha.md (sibcall_osf_1): Load destination
address into $27 explicitly.
(sibcall_value_osf_1): Likewise.
@ -28,7 +33,7 @@ Thu Oct 18 16:07:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* integrate.c (integrate_decl_tree): Likewise.
* stmt.c (expand_decl): Likewise.
* regclass.c (reg_scan_mark_refs): Propagate REGNO_DECL for copies.
2001-10-18 Alexandre Oliva <aoliva@redhat.com>
* attribs.c (handle_noinline_attribute): New function.
@ -60,7 +65,7 @@ Thu Oct 18 16:07:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/i370/i370-c.c: New.
* config/i370/i370.c: Don't include c-lex.h or c-pragma.h.
(i370_pr_map): Move to i370-c.c.
* config/i370/t-i370: New.
* config/i370/t-i370: New.
* doc/tm.texi: Update.
@ -113,7 +118,7 @@ Wed Oct 17 05:26:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2001-10-17 Michael Collison <collison@isisinc.net>
* dsp16xx.c: Fix comment formatting to match GNU standards.
(dsp16xx_output_function_prologue): Change type of 'size'
(dsp16xx_output_function_prologue): Change type of 'size'
parameter from 'int' to HOST_WIDE_INT.
(dsp16xx_output_function_epilogue): Change type of 'size'
parameter from 'int' to HOST_WIDE_INT.
@ -169,7 +174,7 @@ Wed Oct 17 05:26:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* alpha.md (sibcall_osf_1, sibcall_value_osf_1): Add 's' alternative.
2001-10-16 Krister Walfridsson <cato@df.lth.se>
* config/i386/netbsd-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Define.
(JUMP_TABLES_IN_TEXT_SECTION): Define.
@ -269,7 +274,7 @@ Wed Oct 17 00:01:02 CEST 2001 Jan Hubicka <jh@suse.cz>
2001-10-13 Michael Collison <collison@dhcp-12-114.townisp.com>
* config/dsp16xx/dsp16xx.md: Rewrite for more efficient code and
* config/dsp16xx/dsp16xx.md: Rewrite for more efficient code and
add scheduling support.
* config/dsp16xx/dsp16xx.h: Rewrite for more efficient code.
* config/dsp16xx/dsp16xx.c: Rewrite for more efficient code.
@ -662,7 +667,7 @@ Wed Oct 10 00:41:29 EDT 2001 John Wehle (john@feith.com)
2001-10-09 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
* config/i386/i386.c (ix86_attribute_table): Correct
* config/i386/i386.c (ix86_attribute_table): Correct
min_len, max_len fields for dllimport, dllexport and shared.
2001-10-10 Joseph S. Myers <jsm28@cam.ac.uk>
@ -830,10 +835,10 @@ Wed Oct 10 00:41:29 EDT 2001 John Wehle (john@feith.com)
2001-10-08 Zack Weinberg <zack@codesourcery.com>
* aclocal.m4 (gcc_AC_PROG_GNAT): New.
* configure.in: Use it.
* configure.in: Use it.
* configure: Regenerated.
* config/pa/t-linux, config/pa/t-pa, config/pa/t-pa64,
config/pa/t-pro: Set T_ADAFLAGS, not ADA_CFLAGS.
config/pa/t-pro: Set T_ADAFLAGS, not ADA_CFLAGS.
2001-10-08 Neil Booth <neil@daikokuya.demon.co.uk>
@ -917,7 +922,7 @@ Wed Oct 10 00:41:29 EDT 2001 John Wehle (john@feith.com)
target_switches, target_options): Likewise.
* tradcif.y (token, tokentab2, yylex): Likewise.
* tree.h (attribute_spec): Likewise.
* alpha.c (override_options, alpha_lookup_xfloating_lib_func):
Likewise.
* arc.c (arc_output_function_epilogue): Likewise.
@ -996,7 +1001,7 @@ Sat Oct 6 07:42:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
compiler for a language has not been installed.
2001-10-06 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.c (s390_va_arg): Use set_mem_alias_set.
2001-10-05 Joseph S. Myers <jsm28@cam.ac.uk>

4
gcc/configure vendored
View File

@ -7460,7 +7460,7 @@ EOF
;;
i[34567]86-*-*)
i[34567]86-*-* | x86_64-*-*)
echo $ac_n "checking assembler instructions""... $ac_c" 1>&6
echo "configure:7466: checking assembler instructions" >&5
gcc_cv_as_instructions=
@ -7528,7 +7528,7 @@ gcc_cv_as_dwarf2_debug_line=no
# ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury.
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*)
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* | x86_64*-*-*)
insn="nop"
;;
ia64*-*-*)

View File

@ -1607,7 +1607,7 @@ changequote([, ])
;;
changequote(,)dnl
i[34567]86-*-*)
i[34567]86-*-* | x86_64-*-*)
changequote([,])dnl
AC_MSG_CHECKING(assembler instructions)
gcc_cv_as_instructions=
@ -1669,7 +1669,7 @@ gcc_cv_as_dwarf2_debug_line=no
# ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury.
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-*)
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* | x86_64*-*-*)
insn="nop"
;;
ia64*-*-*)