Commit a7b0c484 by Richard Henderson Committed by Richard Henderson

* varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.

From-SVN: r45063
parent 8c23e0a4
2001-08-20 Richard Henderson <rth@redhat.com>
* varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.
2001-08-20 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.h (RETURN_IN_MEMORY): Improve comment.
......
......@@ -1843,6 +1843,9 @@ assemble_integer (x, size, align, force)
{
const char *asm_op = NULL;
/* ??? This isn't quite as flexible as the ASM_OUTPUT_INT type hooks.
At present powerpc-eabi can't jump -mrelocatable hoops, so you can
get assembler errors from symbolic references in packed structs. */
switch (size)
{
#ifdef UNALIGNED_SHORT_ASM_OP
......
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