home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Atari / Gnu / gdb36p4b.zoo / Changes next >
Text File  |  1993-10-04  |  648b  |  18 lines

  1. PatchLevel 4:
  2.  
  3.     A spurious reference to long double in m68k-pinsn.c has been
  4.     elmininated (there is no long double support for the 68000
  5.     yet).
  6.  
  7. ----------------------------------------------------------------------
  8. PatchLevel 3:
  9.  
  10.     Support the changed debugging format of gcc-2.4
  11.     Enable the support for long long. All calculations on inferior
  12.     data are done with long long precision (except floating point, of
  13.     course). Output of long long is supported even if printf does not.
  14.     Treat enum like short if -mshort was given to compile the
  15.     inferior.
  16.     Handle file names which include drive letters.
  17.     Improve printing of constructor/destructor names.
  18.