diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-12-12 18:06:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-12-12 18:06:59 +0000 |
commit | 2bfe5fd1138ee5884605af7f346f74f0fb442211 (patch) | |
tree | a3338c711d0a40a0ee690b07397fc67f774adda3 /sysdeps/sh/machine-gmon.h | |
parent | 0a9b637e8ae475e1976ed3f94e40eb9626a5c58b (diff) | |
download | glibc-2bfe5fd1138ee5884605af7f346f74f0fb442211.tar.gz glibc-2bfe5fd1138ee5884605af7f346f74f0fb442211.tar.xz glibc-2bfe5fd1138ee5884605af7f346f74f0fb442211.zip |
Update.
2001-12-12 NIIBE Yutaka <gniibe@m17n.org> * sysdeps/sh/Makefile: New file. * sysdeps/sh/_mcount.S: New file. * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented. * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
Diffstat (limited to 'sysdeps/sh/machine-gmon.h')
-rw-r--r-- | sysdeps/sh/machine-gmon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/sh/machine-gmon.h b/sysdeps/sh/machine-gmon.h index 5ba944bbfd..46c7b191ad 100644 --- a/sysdeps/sh/machine-gmon.h +++ b/sysdeps/sh/machine-gmon.h @@ -17,8 +17,6 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -/* NOTYET */ - /* We must not pollute the global namespace. */ #define mcount_internal __mcount_internal |