Commit 0c397f9c by Kazu Hirata Committed by Kazu Hirata

* stor-layout.c (debug_rli): Fix a typo in a debug message.

From-SVN: r114409
parent 6c655c5e
2006-06-05 Kazu Hirata <kazu@codesourcery.com>
* stor-layout.c (debug_rli): Fix a typo in a debug message.
2006-06-05 Steve Ellcey <sje@cup.hp.com> 2006-06-05 Steve Ellcey <sje@cup.hp.com>
PR target/27051 PR target/27051
......
...@@ -615,7 +615,7 @@ debug_rli (record_layout_info rli) ...@@ -615,7 +615,7 @@ debug_rli (record_layout_info rli)
/* The ms_struct code is the only that uses this. */ /* The ms_struct code is the only that uses this. */
if (targetm.ms_bitfield_layout_p (rli->t)) if (targetm.ms_bitfield_layout_p (rli->t))
fprintf (stderr, "remaning in alignment = %u\n", rli->remaining_in_alignment); fprintf (stderr, "remaining in alignment = %u\n", rli->remaining_in_alignment);
if (rli->packed_maybe_necessary) if (rli->packed_maybe_necessary)
fprintf (stderr, "packed may be necessary\n"); fprintf (stderr, "packed may be necessary\n");
......
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