taskThe GNU Hurd - Tasks: task #5726, GCC built-in functions

 
 

task #5726: GCC built-in functions

Submitter:  Thomas Schwinge <tschwinge>
Submitted:  Mon 17 Jul 2006 12:38:51 PM UTC
   
 
Category:  GNU Mach Should Start On:  Sun 16 Jul 2006 10:00:00 PM UTC
Should be Finished on:  Sun 16 Jul 2006 10:00:00 PM UTC Priority:  * 1 - Later
Status:  In Progress Privacy:  Public
Assigned to:  sthibaul Percent Complete:  60%
Open/Closed:  Open Planned Release:  GNU Mach 1.4
Effort:  0.00
Wiki-like text discussion box: 

Have implementation which should just be advertised: putchar(), puts()
Have odd implementation: exit()
Have implementation somewhere, should be shared (just put as macro in ctype.h ?): islower() (kd_islower), isupper() (kd_isupper), isdigit(), isspace()
Have no implementation: strstr(), ffs()

* Mandatory Fields

(+)Post a Comment

(-)Discussion

Mon 17 Jul 2006 12:38:51 PM UTC, original submission:  

How to deal with GCC built-in functions?

22:52 <bddebian> We need prototypes for memcpy and memset in gnumach.  It would alleviate alot of build warnings.
22:53 <antrik> in the linux drivers or in gnumach itself?
22:54 <bddebian> gnumach itself
22:54 <bddebian> I'm trying to find a "global" header file to stick them in :-)
22:55 <bddebian>  port.h maybe
22:56 <antrik> do these functions exist anywhere in the source, or does it rely on compiler builtins?...
22:56 <bddebian> They are implicetly defined in several programs
22:57 <bddebian> ipc_entry.c for example:
22:57 <bddebian>         if (!it_entries_reallocable(oits))
22:57 <bddebian>             (void) memcpy((void ) table, (const void ) otable,
22:57 <bddebian>                   osize * sizeof(struct ipc_entry));
23:14 <bddebian> So, since all you guru's are here, what header file should I put prototypes for memcpy and memset in? :-)
23:15 <marcus> oh you are writing an allocator? :)
23:15 <marcus> malloc.h
23:15 <marcus> oh
23:16 <neal> memcpy and memset are usually in string.h

Thomas Schwinge <tschwinge>
Group administrator

 

(-)Attached Files

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

(-)Dependencies

Depends on the following items: None found

Items that depend on this one

Digest:
   task dependencies.

 

(+)Mail Notification Carbon-Copy List

(+)Votes

(+)History

Back to the top

Powered by Savane 3.14-ee00.
Corresponding source code