This is the mail archive of the gcc@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]

Re: egcs do not call `__divqi3'




  In message <199902211444.RAA14223@intercom.ru>you write:
  > Hello all.
  > 
  > Example:
  > char div_test (char a,char b)
  > {
  >   return a/b;
  > }
  > 
  > In my ATMEL AVR port egcs 1.1.1 (and 1.1.2pre) do not call __divqi3.
  > char = 8bit
  > int  = 16bit
  > long = 32bit
  > BITS_PER_WORD = 8
  > BITS_PER_UNIT = 8
[ ... ]
But a breakpoint in expmed.c::expand_divmod and start debugging :-)

jeff



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