* varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.
authorRichard Henderson <rth@redhat.com>
Mon, 20 Aug 2001 20:53:21 +0000 (13:53 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 20 Aug 2001 20:53:21 +0000 (13:53 -0700)
From-SVN: r45063

gcc/ChangeLog
gcc/varasm.c

index 520dfba59d7261a2ca4a4eb6565a6f52d827d2bb..547fdf5d10cd50236d73b80bd2794abbe7ab70f1 100644 (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.
index 24380c290196059762b287177346cfecb156e915..8ad465885cde6bf691722d35d84790883fb4a81e 100644 (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