Commit 97587cfa by Eric Botcazou Committed by Eric Botcazou

* config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.

From-SVN: r68073
parent a8d0467e
2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
* dbxout.c (dbxout_source_line_counter): New global variable.
Mark it with GTY(()).
(dbxout_source_line): Increment dbxout_source_line_counter
......
......@@ -5329,6 +5329,7 @@ sparc_va_arg (valist, type)
{
indirect = 1;
size = rsize = UNITS_PER_WORD;
align = 0;
}
/* SPARC v9 ABI states that structures up to 8 bytes in size are
given one 8 byte slot. */
......
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