* src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through...
[fw/sdcc] / ChangeLog
index ffa6b95ca68b75cb1f410d14a53f4589b4bf500e..c2d57d24729f0dc38a8ab5f080457b0218955b98 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,49 @@
+2001-10-13  Michael Hope  <michaelh@juju.net.nz>
+
+       * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
+
+       * src/mcs51/main.c (_linkCmd): Added bin path to command.
+
+       * src/SDCCmain.c (initValues): Added support for when it it called just to link.
+
+       * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
+
+       * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
+
+       * support/regression/tests/longor.c: Added.
+
+2001-10-11  Bernhard Held  <bernhard@bernhardheld.de>
+
+       * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
+
+       * as/mcs51/aslink.h: define PATH_MAX
+
+       * as/mcs51/asm.h: define PATH_MAX
+
+       * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
+
+       * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
+
+       * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
+
+       * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
+
+       * src/SDCCglobl.h: define PATH_MAX
+
+       * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
+
+       * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
+
+2001-10-11  Michael Hope  <michaelh@juju.net.nz>
+
+       * src/z80/gen.c (gencjneshort): Fixed
+
+       * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
+
 2001-10-09  Michael Hope  <michaelh@juju.net.nz>
 
+       * support/regression/tests/bug-469671.c: Added.
+
        * src/z80/gen.c (shiftIntoPair): Fixed up warning.
 
 2001-10-08  Michael Hope  <michaelh@juju.net.nz>