Commit 587b7f7a by Ian Lance Taylor Committed by Ian Lance Taylor

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
parent 6019c0fc
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
......
......@@ -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
......
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
......
......@@ -16,4 +16,4 @@ bar ()
foo (z);
}
/* { dg-final { scan-assembler-not "lrl" } } */
/* { dg-final { scan-assembler-not "\tlrl" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment