]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Updated ChangeLog entries.
authorGaius Mulley <gaius.mulley@southwales.ac.uk>
Tue, 10 May 2022 16:42:50 +0000 (17:42 +0100)
committerGaius Mulley <gaius.mulley@southwales.ac.uk>
Tue, 10 May 2022 16:42:50 +0000 (17:42 +0100)
Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>
gcc/m2/ChangeLog

index 20cdf019ce9918775200e5e9a1baaed4027f5748..afc46caeb706795d4e7ba52baea628e68a22d298 100644 (file)
@@ -1,6 +1,44 @@
+2022-05-05   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
+
+        * m2-link-support.h (GM2CC): Add CC1_SPEC to the cc1/cc1plus
+        invocation.
+
+2022-05-04   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
+
+        * m2/m2-link-support.h (RM_IF_NOSAVETEMP) New macro.
+        (GM2CC) Use RM_IF_NOSAVETEMP on the assembler intermediate file.
+        (GM2LCC) Use RM_IF_NOSAVETEMP when creating an archive of the
+        application.  (GEN_SCAFFOLD_SRC) Use RM_IF_NOSAVETEMP when
+        creating the scaffold source program.  (M2LINK) Use
+        RM_IF_NOSAVETEMP when creating the assembler source name and use
+        RM_IF_NOSAVETEMP when creating the main program object.
+
+2022-05-03   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
+
+        * Make-lang.in:  Replaced sh with $(SHELL).
+        * gm2-lang.cc (gm2_langhook_post_options): Assign
+        main_input_filename.  (gm2_parse_input_files) Assign
+        main_input_filename before every source filename is compiled.
+
+2022-04-29   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
+        * m2/gm2-libs-ch/SysExceptions.c: Replace sigfpe with sigfpe_ to
+        avoid name clash with C signal infastructure.
+        * m2/mc-boot-ch/GSysExceptions.c: Replace sigfpe with sigfpe_ to
+        avoid name clash with C signal infastructure.
+
 2022-04-28   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
 
         * Make-lang.in: Added $(INCLUDES) to all %.o rules requiring gmp.h.
+        * mc-boot/Gkeyc.c: Rebuilt.
+        * mc/keyc.mod (initMacros): Add sigfpe to the list of names to be
+        avoided.
+        * m2/mc-boot/GEnvironment.c: Rebuilt.
+        * mc-boot/GEnvironment.h: Rebuilt.
+        * mc-boot/Gdecl.c: Rebuilt.
+        * mc-boot/Gkeyc.c: Rebuilt.
+        * mc-boot/Glibc.h: Rebuilt.
+        * mc/keyc.mod (initMacros): Add trunc to the list of functions to
+        be avoided.
 
 2022-04-20   Gaius Mulley   <gaius.mulley@southwales.ac.uk>