re PR target/16407 (Unaligned access to local variables)
authorRichard Sandiford <rsandifo@redhat.com>
Wed, 7 Jul 2004 19:17:05 +0000 (19:17 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 7 Jul 2004 19:17:05 +0000 (19:17 +0000)
commit48b2e0a72e5e297ad921662683c1f5d61d0e95b1
treecde4f0026ad12e34f4ad315b43bf7ad37c6352f3
parent477eff96027c33292018e0c73131bfa4556a1602
re PR target/16407 (Unaligned access to local variables)

PR target/16407
* config/mips/mips-protos.h (mips_declare_common_object): Declare.
* config/mips/mips.c (mips_declare_common_object): New function,
mostly split out from...
(mips_output_aligned_decl_common): ...here.
* config/mips/mips.h (ASM_OUTPUT_LOCAL): Remove in favor of...
(ASM_OUTPUT_ALIGNED_LOCAL): ...this new definition.
* config/mips/iris6.h (ASM_OUTPUT_ALIGNED_LOCAL): Undefine this
rather than ASM_OUTPUT_LOCAL.  Call mips_declare_common_object.

From-SVN: r84219
gcc/ChangeLog
gcc/config/mips/iris6.h
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20040707-1.c [new file with mode: 0644]