Commit graph

  • fb6d291d38 *** empty log message *** em 1985-04-12 14:33:09 +0000
  • e4e29ae837 Added flp.s, contains subroutines for all EM fp instructions. They trap. em 1985-04-12 14:29:07 +0000
  • 94534b7c15 1- Floating point routines now call routines instead of calling trp. em 1985-04-12 14:25:59 +0000
  • 491040b2c7 *** empty log message *** em 1985-04-12 14:01:20 +0000
  • b4adc21f19 Putting some dots on some i's. keie 1985-04-12 11:32:41 +0000
  • bae4084355 *** empty log message *** keie 1985-04-12 11:25:21 +0000
  • d394fe5dda Just newer. keie 1985-04-12 11:20:15 +0000
  • dcfe4e8a97 *** empty log message *** keie 1985-04-09 13:48:55 +0000
  • be9e253a2f Added 1)libsys 2)end_em. Changed handling of -i flag. keie 1985-04-02 11:21:33 +0000
  • 620216fb26 Error code 0 was returned when the installation failed! keie 1985-04-02 10:55:02 +0000
  • 70d71f4355 Copy of ../libbc/compmodule. keie 1985-04-02 10:50:53 +0000
  • 6b87f1082e Removed -DCPM. keie 1985-04-02 10:46:43 +0000
  • fd44c34a61 *** empty log message *** em 1985-04-01 17:02:55 +0000
  • 6c247029bd *** empty log message *** keie 1985-04-01 14:44:26 +0000
  • 6bbdb92784 Adapted after installation of backend. keie 1985-04-01 14:02:58 +0000
  • 22182c0d7f *** empty log message *** keie 1985-04-01 14:00:00 +0000
  • 87f66789de Some minor cleaning up. keie 1985-04-01 13:20:42 +0000
  • 1879c8e724 *** empty log message *** em 1985-03-29 21:44:50 +0000
  • 693830b09a *** empty log message *** em 1985-03-29 21:10:43 +0000
  • e3fa99632e Corrected parameter name usage from i to d. keie 1985-03-26 17:03:30 +0000
  • b3d11b1fa5 Removed pascal library. keie 1985-03-26 16:27:23 +0000
  • 2b6187a009 *** empty log message *** keie 1985-03-26 16:23:21 +0000
  • a8fc6009f7 The dl programs is replaced by a more general cv. keie 1985-03-26 16:20:11 +0000
  • 92141b52ce Installed backend and libraries. keie 1985-03-26 16:18:24 +0000
  • b63f304db1 Or's are not allowed on a-registers, add's are. keie 1985-03-26 16:09:07 +0000
  • ec3e755168 Adapted to Unisoft signal handling. keie 1985-03-26 16:08:09 +0000
  • a41ff68078 *** empty log message *** keie 1985-03-26 15:04:46 +0000
  • 244e172413 Added head_em. keie 1985-03-26 15:04:02 +0000
  • da936740a6 Added head_em to libsys. keie 1985-03-26 15:00:09 +0000
  • 35fae90a9d Fetch head_em from pmds4. Short size is 2 not 4! keie 1985-03-26 14:58:54 +0000
  • c5a739c68f Moved head_em to libsys. keie 1985-03-26 14:53:00 +0000
  • dc92fe358e *** empty log message *** keie 1985-03-26 14:48:32 +0000
  • 59996174b6 Added some more system calls. Moved errno to a separate file. keie 1985-03-21 14:13:55 +0000
  • 84f9364d4c errno is moved to a sfile of its own. keie 1985-03-21 14:05:03 +0000
  • a635fb0203 *** empty log message *** keie 1985-03-21 14:04:45 +0000
  • e3e1c5ac20 *** empty log message *** em 1985-03-18 17:27:42 +0000
  • e3e9add8b1 Initial revision em 1985-03-18 17:24:31 +0000
  • ffd0d165a7 *** empty log message *** em 1985-03-18 15:52:00 +0000
  • c1d5a0c721 Changed 8080 into i80. em 1985-03-18 14:44:15 +0000
  • 3e743d78f3 *** empty log message *** em 1985-03-18 14:39:26 +0000
  • 90c847ca59 *** empty log message *** em 1985-03-18 14:32:46 +0000
  • 1b162c577e *** empty log message *** em 1985-03-18 13:46:31 +0000
  • a5f4b01d82 Initial revision em 1985-03-18 13:15:00 +0000
  • c5508c7c0b *** empty log message *** em 1985-03-18 13:12:07 +0000
  • 80e349860b Added RCS id. garde 1985-03-18 12:55:07 +0000
  • 157b243956 *** empty log message *** em 1985-03-18 12:46:51 +0000
  • eabf214312 *** empty log message *** em 1985-03-18 11:11:44 +0000
  • d52117c8dd Some less important changes garde 1985-03-18 10:00:30 +0000
  • d457c50945 The universal assembler has a bug that precludes use of .align in text segments, except as the very last command. keie 1985-03-15 11:03:41 +0000
  • b294ab5042 The universal assembler has a bug that precludes use of .align in text segments, except as the very last command. keie 1985-03-15 10:50:35 +0000
  • 9d0812746b The assembler proved to contain yet another bug. .align in text segments will not work for values that are not a divisor of the gcd of the instruction sizes. em 1985-03-14 17:33:28 +0000
  • 9f203c9a17 Expressions are now always calculated in long. Some backends needed that. em 1985-03-12 10:41:29 +0000
  • 0c92039ba4 Expression are always evaluated in longs. Some 2-4 backends needed long expressions. em 1985-03-12 10:39:24 +0000
  • cf6d084155 Use of the Pascal library will not occur. /. em 1985-03-12 10:24:51 +0000
  • 7e6a6f6de2 Now also testing for availability of /tmp and /usr/tmp. keie 1985-03-11 13:10:52 +0000
  • 954d3a0326 Argument is 4 bytes (pointer), not 2 bytes. bal 1985-03-05 12:33:29 +0000
  • 6f6356e0b4 Initial revision keie 1985-03-05 00:17:40 +0000
  • 9e26d0e0c0 *** empty log message *** keie 1985-03-05 00:15:40 +0000
  • bf3ba84e92 Adapted to 4-4. keie 1985-03-04 17:26:31 +0000
  • 7a790e48fb Bleasdale only. keie 1985-03-04 16:47:56 +0000
  • 32bc0f2982 Initial revision keie 1985-03-04 16:44:32 +0000
  • fb4a3fd479 *** empty log message *** keie 1985-03-04 16:35:40 +0000
  • ccdb8693ee Now using 4-byte integers and clearing D1 for double size instruction pointers. keie 1985-03-04 16:12:10 +0000
  • a8c5699241 Now returns correct values. keie 1985-03-04 16:11:56 +0000
  • e0c4e4b686 Added execv and execle. keie 1985-03-04 16:11:41 +0000
  • 8a40c25069 Now using .reghp. keie 1985-03-04 16:11:26 +0000
  • 0fd729951a Removed superfluous instruction. keie 1985-03-04 16:10:47 +0000
  • 7a30dc4868 *** empty log message *** keie 1985-03-04 16:08:41 +0000
  • 4b1965afbc *** empty log message *** keie 1985-03-04 15:55:28 +0000
  • b2b281f525 To force the first part of a circular ring of modules in from tail_em. /. keie 1985-03-04 15:37:38 +0000
  • d2a6847715 The previous version still assumed two-byte integers. keie 1985-03-04 15:33:28 +0000
  • 2690f07cbd Incorrect alignment caused odd _end, which caused failures of malloc(). keie 1985-03-04 15:30:44 +0000
  • aa82964563 Now also prints stack height. keie 1985-03-04 15:29:36 +0000
  • c636aba734 Alignment now also works when the alignment ended on odd boundaries. keie 1985-03-04 15:28:02 +0000
  • ce92663b0a Initial revision keie 1985-03-04 15:27:09 +0000
  • a89ba7074f Always returned non-zero value. keie 1985-03-04 15:25:33 +0000
  • a71e706aa4 *** empty log message *** keie 1985-03-04 15:14:01 +0000
  • 736a2d1022 Many things improved and extended garde 1985-03-04 13:42:38 +0000
  • 17e13e9e71 Adapted to single cv for all machines. keie 1985-03-01 22:11:46 +0000
  • 9d7b94ba34 Adapted to a single cv for all machines. keie 1985-03-01 22:10:44 +0000
  • 218f7ed718 Corrected a horrible typing mistake. keie 1985-03-01 20:08:45 +0000
  • cb0b2e08cf 1 - At RREMOVE also check the stack set aside for coercions. 2 - When coercions unexpectedly need stack of part of the stakpattern, discontinue this option. keie 1985-03-01 16:25:21 +0000
  • c2a990768d The top of the stack, which is set aside for certain coercions is now saved with special routines. This allows RREMOVE to check for registers. keie 1985-03-01 16:20:13 +0000
  • 36537eccc0 Also clear D1 (for static link). keie 1985-03-01 16:00:23 +0000
  • 6cdcb391fb Added RCS ID. keie 1985-03-01 10:34:00 +0000
  • 9d9c9ae97b *** empty log message *** keie 1985-03-01 10:30:23 +0000
  • c478b62711 bug fixed in kill_much(): for ( .. ; i != (Lindex) i; .. ) should be for ( .. ; i != (Lindex) 0; .. ). bal 1985-02-28 10:35:57 +0000
  • e7f7f33f60 cg tried to stack register parameters of moves, when these registers were killed. keie 1985-02-26 16:31:38 +0000
  • c1f3dbba33 1 - Removed PMDS from selection list. 2 - Joined two line, that should have been one. keie 1985-02-26 11:56:57 +0000
  • d5098fe70f Bug fixed: co_lfirst received wrong value for multiply-optimization. bal 1985-02-25 14:03:09 +0000
  • 469d075e77 Calls of which the actual and formal parameters do not match are no longer substituted inline. bal 1985-02-20 15:01:02 +0000
  • 2a4b3fd616 Removed nascom/z80a from the distribution. keie 1985-02-19 13:59:17 +0000
  • 408dacc2aa The stacking pattern for ldc C and 4 with highw(c)==0 was incorrect. The effect was that rand() from libcc/gen always returned a 0. keie 1985-02-19 13:41:30 +0000
  • 7397122695 p_use->u_ext field deleted from showptable() bal 1985-02-19 11:16:11 +0000
  • abcbc93b5d Dependencies for .m files added. bal 1985-02-19 11:13:13 +0000
  • de6ce0fe74 Added a default in the ANY case for system type. keie 1985-02-19 10:31:20 +0000
  • b449b94b48 Removed nascom from linked list. keie 1985-02-18 23:06:13 +0000
  • 7d85a4c0b3 Added link to 6805. keie 1985-02-18 23:01:05 +0000
  • 66ab97d2b0 bug fixed: lifetime of an item was too short; it should also cover any live/dead message prior to its initial live-message. bal 1985-02-18 15:14:22 +0000
  • 241a7de970 The PDP 11 needs -i, Vax'en ignore it. keie 1985-02-18 12:45:31 +0000