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

From-SVN: r45063
This commit is contained in:
Richard Henderson 2001-08-20 13:53:21 -07:00 committed by Richard Henderson
parent 8c23e0a440
commit a7b0c48483
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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