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
This commit is contained in:
parent
1b6be71988
commit
c759d45432
@ -1,3 +1,8 @@
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user