s390.c (s390_asm_file_start): Call default_file_start.

gcc/:
	* config/s390/s390.c (s390_asm_file_start): Call
	default_file_start.
gcc/testsuite/:
	* gcc.target/s390/nolrl-1.c: Don't match the file name.

From-SVN: r239713
This commit is contained in:
Ian Lance Taylor 2016-08-23 20:43:17 +00:00 committed by Ian Lance Taylor
parent 6019c0fc62
commit 587b7f7aa1
4 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2016-08-23 Ian Lance Taylor <iant@golang.org>
* config/s390/s390.c (s390_asm_file_start): Call
default_file_start.
2016-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (rs6000_expand_vector_init): Set

View file

@ -14972,6 +14972,7 @@ s390_vector_alignment (const_tree type)
static void
s390_asm_file_start (void)
{
default_file_start ();
s390_asm_output_machine_for_arch (asm_out_file);
}
#endif

View file

@ -1,3 +1,7 @@
2016-08-23 Ian Lance Taylor <iant@golang.org>
* gcc.target/s390/nolrl-1.c: Don't match the file name.
2016-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
* gcc.target/powerpc/vec-init-1.c: Add tests where the vector is

View file

@ -16,4 +16,4 @@ bar ()
foo (z);
}
/* { dg-final { scan-assembler-not "lrl" } } */
/* { dg-final { scan-assembler-not "\tlrl" } } */