summaryrefslogtreecommitdiff
path: root/sysdeps/sh/machine-gmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sh/machine-gmon.h')
-rw-r--r--sysdeps/sh/machine-gmon.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/sh/machine-gmon.h b/sysdeps/sh/machine-gmon.h
index 46c7b191ad..fdba0b5ff1 100644
--- a/sysdeps/sh/machine-gmon.h
+++ b/sysdeps/sh/machine-gmon.h
@@ -13,9 +13,8 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, see
+ <http://www.gnu.org/licenses/>. */
/* We must not pollute the global namespace. */
#define mcount_internal __mcount_internal
@@ -29,4 +28,3 @@ void mcount_internal (u_long frompc, u_long selfpc)
/* Define MCOUNT as empty since we have the implementation in another
file. */
#define MCOUNT
-