source: rtems/contrib/crossrpms/patches/gcc-ada-4.2.0-rtems4.8-20070705.diff @ d8fce03

4.8
Last change on this file since d8fce03 was 20074c49, checked in by Joel Sherrill <joel.sherrill@…>, on 07/05/07 at 19:06:15

Needed to compile Ada. ACATS run on both psim and erc32. Results
are very good with < 20 failures on either target. On psim, running
all but one by hand results in them running.

  • Property mode set to 100644
File size: 625 bytes
  • gcc-4.2.0/gcc/ada/s-osinte-rtems.ads

    old new  
    291291      sig    : Signal) return int;
    292292   pragma Import (C, pthread_kill, "pthread_kill");
    293293
    294    type sigset_t_ptr is access all sigset_t;
    295 
    296294   function pthread_sigmask
    297295     (how  : int;
    298       set  : sigset_t_ptr;
    299       oset : sigset_t_ptr) return int;
     296      set  : access sigset_t;
     297      oset : access sigset_t) return int;
    300298   pragma Import (C, pthread_sigmask, "pthread_sigmask");
    301299
    302300   ----------------------------
Note: See TracBrowser for help on using the repository browser.