From 397348b919d12c643071ebf0ef79b2c663682523 Mon Sep 17 00:00:00 2001 From: Piotr Trojanek Date: Mon, 1 Jul 2019 13:37:01 +0000 Subject: [PATCH] [Ada] Cleanup references to LynuxWorks in docs and comments Apparently the company behind LynxOS is now called Lynx Software Technologies (formerly LynuxWorks). Use the current name in user docs and the previous name in developer comment (to hopefully reflect the company name at the time when the patchset mentioned in the comment was released). 2019-07-01 Piotr Trojanek gcc/ada/ * sysdep.c: Cleanup references to LynuxWorks in docs and comments. From-SVN: r272874 --- gcc/ada/ChangeLog | 5 +++++ gcc/ada/sysdep.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index bf6e1c3..8ac9f48 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2019-07-01 Piotr Trojanek + + * sysdep.c: Cleanup references to LynuxWorks in docs and + comments. + 2019-07-01 Ed Schonberg * checks.adb (Insert_Valid_Check): Do not apply validity check diff --git a/gcc/ada/sysdep.c b/gcc/ada/sysdep.c index 21a29bf..0fbc606 100644 --- a/gcc/ada/sysdep.c +++ b/gcc/ada/sysdep.c @@ -1066,4 +1066,3 @@ __gnat_name_case_equivalence () return 1; #endif } - -- 2.7.4