home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gnu / util_src / changelo.g < prev    next >
Encoding:
Text File  |  1993-07-29  |  1.2 KB  |  32 lines

  1. previous history lost in the dungeons of RCS!
  2.  
  3. printstk.c, fixstk.c:: ++jrb (relevant to tos gcc only)
  4.     ensure that we are looking at a _stksize in the data section.
  5.     (user defined _stksize). (thanks bernd)
  6.  
  7. fixstk.c:: ++jrb (relevant to tos gcc only)
  8.     if new size did'nt have a trailing K or M calc_newsize was
  9.     terminating the size string one character too soon. (thanks bernd)
  10.  
  11. ld.c:: ++jrb (GNULIB is relevant to tos-gcc only)
  12.     environment variable GNULIB can now specify a list of dirs
  13.     to look for lib files. GNULIB is a ';' or ',' delimited
  14.     list of dirs. in the simplest case it is just one dir
  15.     as it was previously. (thanks bernd)
  16.     (gulam users: be sure to quote ';' s)
  17.     Also note: gcc (tos) will look for the startfile 'crt0.o' *only*
  18.     on the first directory specified in GNULIB.
  19.     gcc-cpp.ttp now will look for include files in each of the dirs
  20.     specified in GNULIB, if it does not find the environment var GNUINC
  21.     first (which can be a list of dirs too).
  22.  
  23. makefile.st:: ++jrb
  24.     target names adjusted.
  25.  
  26. ld.c, sym-ld.c:: ++jrb
  27.     for sparc based cross-linker, was missing a
  28.     !defined(CROSSATARI) around the reloc defns. thanks lars!
  29.  
  30. ld.c, sym-ld.c, ar.c:: ++jrb
  31.     adjusted for +ve errno's
  32.