m68hc11.c (m68hc11_print_operand): Call m68hc11_print_operand_address.
authorNathan Froyd <froydnj@codesourcery.com>
Fri, 8 Oct 2010 01:47:33 +0000 (01:47 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Fri, 8 Oct 2010 01:47:33 +0000 (01:47 +0000)
* config/m68hc11/m68hc11.c (m68hc11_print_operand): Call
m68hc11_print_operand_address.

From-SVN: r165148

gcc/ChangeLog
gcc/config/m68hc11/m68hc11.c

index 408f89c..403c825 100644 (file)
@@ -1,5 +1,10 @@
 2010-10-07  Nathan Froyd  <froydnj@codesourcery.com>
 
+       * config/m68hc11/m68hc11.c (m68hc11_print_operand): Call
+       m68hc11_print_operand_address.
+
+2010-10-07  Nathan Froyd  <froydnj@codesourcery.com>
+
        * builtins.c (rewrite_call_expr): Move code to...
        (rewrite_call_expr_valist): ...here.  Call
        build_call_expr_loc_array.
index bf9c26c..e45a748 100644 (file)
@@ -2261,7 +2261,7 @@ m68hc11_print_operand (FILE *file, rtx op, int letter)
         case MEM:
           gcc_assert (TARGET_M6812);
          fprintf (file, "[");
-         print_operand_address (file, XEXP (base, 0));
+         m68hc11_print_operand_address (file, XEXP (base, 0));
          fprintf (file, "]");
           break;