diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2019-07-01 13:37:01 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2019-07-01 13:37:01 +0000 |
commit | 397348b919d12c643071ebf0ef79b2c663682523 (patch) | |
tree | 45c156684ad294ee12b2a8bb246099e07f582d95 /gcc/ada/sysdep.c | |
parent | 90fd73bbeaad8438a3251e061f8f6525691f3c30 (diff) | |
download | gcc-397348b919d12c643071ebf0ef79b2c663682523.zip gcc-397348b919d12c643071ebf0ef79b2c663682523.tar.gz gcc-397348b919d12c643071ebf0ef79b2c663682523.tar.bz2 |
[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 <trojanek@adacore.com>
gcc/ada/
* sysdep.c: Cleanup references to LynuxWorks in docs and
comments.
From-SVN: r272874
Diffstat (limited to 'gcc/ada/sysdep.c')
-rw-r--r-- | gcc/ada/sysdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 } - |