Commit c759d454 by Chris Demetriou Committed by Chris Demetriou

mips.c (struct irix_section_align_entry): Fix GTY marker.

2004-06-03  Chris Demetriou  <cgd@broadcom.com>

        * config/mips/mips.c (struct irix_section_align_entry): Fix
        GTY marker.

From-SVN: r82618
parent 1b6be719
2004-06-03 Chris Demetriou <cgd@broadcom.com>
* config/mips/mips.c (struct irix_section_align_entry): Fix
GTY marker.
2004-06-03 Geoffrey Keating <geoffk@apple.com>
* toplev.c (check_global_declarations): Don't ask for
......
......@@ -10018,7 +10018,7 @@ irix_asm_named_section (const char *name, unsigned int flags)
/* In addition to emitting a .align directive, record the maximum
alignment requested for the current section. */
struct GTY (()) irix_section_align_entry
struct irix_section_align_entry GTY (())
{
const char *name;
unsigned int log;
......
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