Deleted Added
full compact
sparc.c (52284) sparc.c (52750)
1/* Subroutines for insn-output.c for Sun SPARC.
2 Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc.
3 Contributed by Michael Tiemann (tiemann@cygnus.com)
4 64 bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
5 at Cygnus Support.
6
7This file is part of GNU CC.
8

--- 7765 unchanged lines hidden (view full) ---

7774 fprintf (file, "\tor\t%%g2,%%lo(%d),%%g2\n", blockno);
7775
7776 fputs ("\tst\t%g2,[%g1]\n", file);
7777
7778 fputs ("\tsethi\t%hi(", file);
7779 assemble_name (file, LPBX);
7780 fputs ("),%g2\n", file);
7781
1/* Subroutines for insn-output.c for Sun SPARC.
2 Copyright (C) 1987, 88, 89, 92-98, 1999 Free Software Foundation, Inc.
3 Contributed by Michael Tiemann (tiemann@cygnus.com)
4 64 bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans,
5 at Cygnus Support.
6
7This file is part of GNU CC.
8

--- 7765 unchanged lines hidden (view full) ---

7774 fprintf (file, "\tor\t%%g2,%%lo(%d),%%g2\n", blockno);
7775
7776 fputs ("\tst\t%g2,[%g1]\n", file);
7777
7778 fputs ("\tsethi\t%hi(", file);
7779 assemble_name (file, LPBX);
7780 fputs ("),%g2\n", file);
7781
7782 fputs ("\tor\t%o2,%lo(", file);
7782 fputs ("\tor\t%g2,%lo(", file);
7783 assemble_name (file, LPBX);
7784 fputs ("),%g2\n", file);
7785
7786 fputs ("\tst\t%g2,[%g1+4]\n", file);
7787 fputs ("\tmov\t%o7,%g2\n", file);
7788
7789 fprintf (file, "\tcall\t%s__bb_trace_func\n\t nop\n", user_label_prefix);
7790

--- 53 unchanged lines hidden ---
7783 assemble_name (file, LPBX);
7784 fputs ("),%g2\n", file);
7785
7786 fputs ("\tst\t%g2,[%g1+4]\n", file);
7787 fputs ("\tmov\t%o7,%g2\n", file);
7788
7789 fprintf (file, "\tcall\t%s__bb_trace_func\n\t nop\n", user_label_prefix);
7790

--- 53 unchanged lines hidden ---