[cvs-nhc98] patch applied (hat): ----------------------------------------------------------------------

Malcolm Wallace Malcolm.Wallace at cs.york.ac.uk
Tue Oct 10 06:57:38 EDT 2006


Mon Nov  1 05:48:41 PST 1999  malcolm
  * ----------------------------------------------------------------------
  Modified Files:
  	Makefile configure docs/status.html
  	src/compiler98/EmitState.hs
  (bugfix: The assembler on hp-ux machines makes a distinction between
               extern void * label();
           and
               extern unsigned label[];
           which is irrelevant with gcc-based assemblers.  Fixed bytecode
           generation to generate different style label decls where required.)
  
  Modified Files:
  	src/runtime/Makefile src/runtime/Builtin/Makefile
  	src/runtime/Integer/Makefile src/runtime/Kernel/Makefile
  	src/runtime/Mk/Makefile
  (bugfix: Symbolic links in runtime dirs were absolute, so new Makefiles
           remove them before building a source package.)
  ----------------------------------------------------------------------

    M ./src/compiler98/EmitState.hs -2 +8


More information about the Cvs-nhc98 mailing list