OSDN Git Service

* config/i386/gmon-sol2.c: Silence compilation warnings by partially
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jul 2006 00:29:20 +0000 (00:29 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jul 2006 00:29:20 +0000 (00:29 +0000)
commit78ab4d5e82ac8c1356390fc9a5e85ce82ae90b16
tree821d26eb0c7bf5f7f2ac2b8603e0a490fc58b56c
parentee8c40c5b372b1a57b8fdcb0aa2415dcdde45345
* config/i386/gmon-sol2.c: Silence compilation warnings by partially
synchronizing code with config/sparc/gmon-sol2.c.  Remove #if 0
blocks.  #include "tconfig.h" and "tsystem.h" to prototype system
functions such as sbrk, write, etc..  Add function prototypes.
Convert function declarations from K&R to ISO C.  Cast pointers
to "long" and "unsigned long" instead of "int" and "unsigned int".
Convert tokens following #endif into comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115540 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/gmon-sol2.c