* varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.
From-SVN: r45063
This commit is contained in:
parent
8c23e0a440
commit
a7b0c48483
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user