]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 408f89c73a85d6dcf4afe19da4e0b08ebcf0ca67..403c825fc8d67d775bcdb85a08433cccc0f1f742 100644 (file)
@@ -1,3 +1,8 @@
+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...
index bf9c26cbbefcf2d96267dc862d67f8c9603f477f..e45a74892c6471b45be515bad178c279a16e2a6e 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;