This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

oballoc usage in a29k and romp on gcc 3.0 branch



Assuming I haven't messed up my local copy, these files use oballoc
which appears to have been obsoleted in favor of other routines
according
to comments in ChangeLog.4.

./config/a29k/a29k.c:		    a29k_last_prologue_insn = (char *) oballoc
(100);
./config/a29k/a29k.c:    a29k_first_epilogue_insn = (char *) oballoc
(100);
./config/romp/romp.c:  fpop = (struct fp_op *) oballoc (sizeof (struct
fp_op));

Suggestions on what to change these to appreciated.

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel@OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
   Support Available             (256) 722-9985


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]