OSDN Git Service

2006-02-25 Thomas Koenig <Thomas.Koenig@online.de>
[pf3gnuchains/gcc-fork.git] / gcc / print-rtl.c
index c523d80..73e3710 100644 (file)
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file is compiled twice: once for the generator programs,
    once for the compiler.  */
@@ -287,7 +287,7 @@ print_rtx (rtx in_rtx)
                if (flag_dump_unnumbered)
                  fprintf (outfile, "#");
                else
-                 fprintf (outfile, HOST_PTR_PRINTF,
+                 fprintf (outfile, "%p",
                           (char *) NOTE_BLOCK (in_rtx));
                sawclose = 1;
                break;
@@ -539,7 +539,7 @@ print_rtx (rtx in_rtx)
        break;
 
       case 't':
-       fprintf (outfile, " " HOST_PTR_PRINTF, (void *) XTREE (in_rtx, i));
+       fprintf (outfile, " %p", (void *) XTREE (in_rtx, i));
        break;
 
       case '*':