public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] PR-105388 Fix mc to avoid the name sigfpe.
@ 2022-04-28 21:09 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2022-04-28 21:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f3673984ea20937d1057f1d92841c88fdcd1e9be

commit f3673984ea20937d1057f1d92841c88fdcd1e9be
Author: Gaius Mulley <gaius.mulley@southwales.ac.uk>
Date:   Thu Apr 28 22:09:12 2022 +0100

    PR-105388 Fix mc to avoid the name sigfpe.
    
    2022-04-28   Gaius Mulley   <gaius.mulley@southwales.ac.uk>
    
    gcc/m2/ChangeLog:
    
            * mc-boot/Gkeyc.c: Rebuilt.
            * mc/keyc.mod (initMacros): Add sigfpe to the list of names to be
            avoided.
    
    Signed-off-by: Gaius Mulley <gaius.mulley@southwales.ac.uk>

Diff:
---
 gcc/m2/mc-boot/Gkeyc.c | 1 +
 gcc/m2/mc/keyc.mod     | 3 ++-
 gm2tools/Makefile.in   | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/gcc/m2/mc-boot/Gkeyc.c b/gcc/m2/mc-boot/Gkeyc.c
index d1deb222a5a..319c4dd520d 100644
--- a/gcc/m2/mc-boot/Gkeyc.c
+++ b/gcc/m2/mc-boot/Gkeyc.c
@@ -993,6 +993,7 @@ static void initMacros (void)
   add (macros, (const char *) "main", 4);
   add (macros, (const char *) "true", 4);
   add (macros, (const char *) "false", 5);
+  add (macros, (const char *) "sigfpe", 6);
 }
 
 
diff --git a/gcc/m2/mc/keyc.mod b/gcc/m2/mc/keyc.mod
index a6584f49a9f..7b1273d98af 100644
--- a/gcc/m2/mc/keyc.mod
+++ b/gcc/m2/mc/keyc.mod
@@ -1043,7 +1043,8 @@ BEGIN
    add (macros, 'time') ;
    add (macros, 'main') ;
    add (macros, 'true') ;
-   add (macros, 'false')
+   add (macros, 'false') ;
+   add (macros, 'sigfpe')
 END initMacros ;
 
 
diff --git a/gm2tools/Makefile.in b/gm2tools/Makefile.in
index 386f2e4163a..d228a6a9b39 100644
--- a/gm2tools/Makefile.in
+++ b/gm2tools/Makefile.in
@@ -639,8 +639,8 @@ distclean-generic:
 maintainer-clean-generic:
 	@echo "This command is intended for maintainers to use"
 	@echo "it deletes files that may require special tools to rebuild."
-@NATIVE_FALSE@uninstall-local:
 @NATIVE_FALSE@install-exec-local:
+@NATIVE_FALSE@uninstall-local:
 clean: clean-am
 
 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-28 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 21:09 [gcc/devel/modula-2] PR-105388 Fix mc to avoid the name sigfpe Gaius Mulley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).