]> git.ipfire.org Git - thirdparty/gcc.git/commit
gmon-sol2.c (size_t): New type.
authorMark Mitchell <mark@codesourcery.com>
Tue, 1 May 2007 17:51:21 +0000 (17:51 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 1 May 2007 17:51:21 +0000 (17:51 +0000)
commit1d87d70dd03280f2bf8d30a2695a3828152607cc
tree28f26db33d85551f46433ba7361eeed92d0b7208
parentb26941b46a82ddb2915de92469ce4d2126fb0ef9
gmon-sol2.c (size_t): New type.

* config/i386/gmon-sol2.c (size_t): New type.
(intptr_t): Likewise.
(s_textsize): Declare as size_t.
(sbrk): Declare.
(monstartup): Use size_t for sizes.
(_mcount): Save and restore registers.
(internal_mcount): Pass 0 as the first argument to monstartup
in 64-bit mode.
(moncontrol): Convert pointer to appropriately sized integer
before passing to profil.

From-SVN: r124333
gcc/ChangeLog
gcc/config/i386/gmon-sol2.c