mirror of git://gcc.gnu.org/git/gcc.git
Update copyright years.
This commit is contained in:
parent
ff59f76fb8
commit
aeee481244
|
@ -1,5 +1,5 @@
|
||||||
# Makefile for c++tools
|
# Makefile for c++tools
|
||||||
# Copyright (C) 2020-2022 Free Software Foundation, Inc.
|
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is free software; you can redistribute it and/or modify
|
# This file is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Configure script for c++tools
|
# Configure script for c++tools
|
||||||
# Copyright (C) 2020-2022 Free Software Foundation, Inc.
|
# Copyright (C) 2020-2023 Free Software Foundation, Inc.
|
||||||
# Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
# Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
||||||
#
|
#
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* C++ modules. Experimental! -*- c++ -*-
|
/* C++ modules. Experimental! -*- c++ -*-
|
||||||
Copyright (C) 2017-2022 Free Software Foundation, Inc.
|
Copyright (C) 2017-2023 Free Software Foundation, Inc.
|
||||||
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* C++ modules. Experimental! -*- c++ -*-
|
/* C++ modules. Experimental! -*- c++ -*-
|
||||||
Copyright (C) 2017-2022 Free Software Foundation, Inc.
|
Copyright (C) 2017-2023 Free Software Foundation, Inc.
|
||||||
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* C++ modules. Experimental!
|
/* C++ modules. Experimental!
|
||||||
Copyright (C) 2018-2022 Free Software Foundation, Inc.
|
Copyright (C) 2018-2023 Free Software Foundation, Inc.
|
||||||
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
Written by Nathan Sidwell <nathan@acm.org> while at FaceBook
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
@ -319,7 +319,7 @@ static void ATTRIBUTE_NORETURN
|
||||||
print_version (void)
|
print_version (void)
|
||||||
{
|
{
|
||||||
fnotice (stdout, "%s %s%s\n", progname, pkgversion_string, version_string);
|
fnotice (stdout, "%s %s%s\n", progname, pkgversion_string, version_string);
|
||||||
fprintf (stdout, "Copyright %s 2018-2022 Free Software Foundation, Inc.\n",
|
fprintf (stdout, "Copyright %s 2018-2023 Free Software Foundation, Inc.\n",
|
||||||
("(C)"));
|
("(C)"));
|
||||||
fnotice (stdout,
|
fnotice (stdout,
|
||||||
("This is free software; see the source for copying conditions.\n"
|
("This is free software; see the source for copying conditions.\n"
|
||||||
|
|
|
@ -49,7 +49,7 @@ configure GCC with --enable-maintainer-mode to get the master catalog
|
||||||
rebuilt.
|
rebuilt.
|
||||||
|
|
||||||
|
|
||||||
Copyright (C) 1998-2022 Free Software Foundation, Inc.
|
Copyright (C) 1998-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
|
|
@ -57,7 +57,7 @@ Feb 1, 1998:
|
||||||
DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0)
|
DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0)
|
||||||
|
|
||||||
|
|
||||||
Copyright (C) 1998-2022 Free Software Foundation, Inc.
|
Copyright (C) 1998-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Makefile for GNU Compiler Collection
|
# Makefile for GNU Compiler Collection
|
||||||
# Run 'configure' to generate Makefile from Makefile.in
|
# Run 'configure' to generate Makefile from Makefile.in
|
||||||
|
|
||||||
# Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
# Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
#This file is part of GCC.
|
#This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2000-2022 Free Software Foundation, Inc.
|
Copyright (C) 2000-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is intended to contain a few notes about writing C code
|
This file is intended to contain a few notes about writing C code
|
||||||
within GCC so that it compiles without error on the full range of
|
within GCC so that it compiles without error on the full range of
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
dnl Copyright (C) 2005-2022 Free Software Foundation, Inc.
|
dnl Copyright (C) 2005-2023 Free Software Foundation, Inc.
|
||||||
dnl
|
dnl
|
||||||
dnl This file is part of GCC.
|
dnl This file is part of GCC.
|
||||||
dnl
|
dnl
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Inline functions to test validity of reg classes for addressing modes.
|
/* Inline functions to test validity of reg classes for addressing modes.
|
||||||
Copyright (C) 2006-2022 Free Software Foundation, Inc.
|
Copyright (C) 2006-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Adjust alignment for local variable.
|
/* Adjust alignment for local variable.
|
||||||
Copyright (C) 2020-2022 Free Software Foundation, Inc.
|
Copyright (C) 2020-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Kito Cheng <kito.cheng@sifive.com>
|
Contributed by Kito Cheng <kito.cheng@sifive.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Alias analysis for GNU C
|
/* Alias analysis for GNU C
|
||||||
Copyright (C) 1997-2022 Free Software Foundation, Inc.
|
Copyright (C) 1997-2023 Free Software Foundation, Inc.
|
||||||
Contributed by John Carr (jfc@mit.edu).
|
Contributed by John Carr (jfc@mit.edu).
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Exported functions from alias.cc
|
/* Exported functions from alias.cc
|
||||||
Copyright (C) 2004-2022 Free Software Foundation, Inc.
|
Copyright (C) 2004-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Alignment-related classes.
|
/* Alignment-related classes.
|
||||||
Copyright (C) 2018-2022 Free Software Foundation, Inc.
|
Copyright (C) 2018-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Functions to support a pool of allocatable objects.
|
/* Functions to support a pool of allocatable objects.
|
||||||
Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Functions to support a pool of allocatable objects
|
/* Functions to support a pool of allocatable objects
|
||||||
Copyright (C) 1997-2022 Free Software Foundation, Inc.
|
Copyright (C) 1997-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Descriptions of array-like objects.
|
/* Descriptions of array-like objects.
|
||||||
Copyright (C) 2019-2022 Free Software Foundation, Inc.
|
Copyright (C) 2019-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* AddressSanitizer, a fast memory error detector.
|
/* AddressSanitizer, a fast memory error detector.
|
||||||
Copyright (C) 2012-2022 Free Software Foundation, Inc.
|
Copyright (C) 2012-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Kostya Serebryany <kcc@google.com>
|
Contributed by Kostya Serebryany <kcc@google.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* AddressSanitizer, a fast memory error detector.
|
/* AddressSanitizer, a fast memory error detector.
|
||||||
Copyright (C) 2011-2022 Free Software Foundation, Inc.
|
Copyright (C) 2011-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Kostya Serebryany <kcc@google.com>
|
Contributed by Kostya Serebryany <kcc@google.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Handling of fnspec attribute specifiers
|
/* Handling of fnspec attribute specifiers
|
||||||
Copyright (C) 2008-2022 Free Software Foundation, Inc.
|
Copyright (C) 2008-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Richard Guenther <rguenther@suse.de>
|
Contributed by Richard Guenther <rguenther@suse.de>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Functions dealing with attribute handling, used by most front ends.
|
/* Functions dealing with attribute handling, used by most front ends.
|
||||||
Copyright (C) 1992-2022 Free Software Foundation, Inc.
|
Copyright (C) 1992-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Declarations and definitions dealing with attribute handling.
|
/* Declarations and definitions dealing with attribute handling.
|
||||||
Copyright (C) 2013-2022 Free Software Foundation, Inc.
|
Copyright (C) 2013-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Discovery of auto-inc and auto-dec instructions.
|
/* Discovery of auto-inc and auto-dec instructions.
|
||||||
Copyright (C) 2006-2022 Free Software Foundation, Inc.
|
Copyright (C) 2006-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Kenneth Zadeck <zadeck@naturalbridge.com>
|
Contributed by Kenneth Zadeck <zadeck@naturalbridge.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Read and annotate call graph profile from the auto profile data file.
|
/* Read and annotate call graph profile from the auto profile data file.
|
||||||
Copyright (C) 2014-2022 Free Software Foundation, Inc.
|
Copyright (C) 2014-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Dehao Chen (dehao@google.com)
|
Contributed by Dehao Chen (dehao@google.com)
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* auto-profile.h - Defines data exported from auto-profile.cc
|
/* auto-profile.h - Defines data exported from auto-profile.cc
|
||||||
Copyright (C) 2014-2022 Free Software Foundation, Inc.
|
Copyright (C) 2014-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Dehao Chen (dehao@google.com)
|
Contributed by Dehao Chen (dehao@google.com)
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Common Backend requirements.
|
/* Common Backend requirements.
|
||||||
|
|
||||||
Copyright (C) 2015-2022 Free Software Foundation, Inc.
|
Copyright (C) 2015-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Andrew MacLeod <amacleod@redhat.com>
|
Contributed by Andrew MacLeod <amacleod@redhat.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Define control flow data structures for the CFG.
|
/* Define control flow data structures for the CFG.
|
||||||
Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Basic block reordering routines for the GNU compiler.
|
/* Basic block reordering routines for the GNU compiler.
|
||||||
Copyright (C) 2000-2022 Free Software Foundation, Inc.
|
Copyright (C) 2000-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Basic block reordering routines for the GNU compiler.
|
/* Basic block reordering routines for the GNU compiler.
|
||||||
Copyright (C) 2000-2022 Free Software Foundation, Inc.
|
Copyright (C) 2000-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Functions to support general ended bitmaps.
|
/* Functions to support general ended bitmaps.
|
||||||
Copyright (C) 1997-2022 Free Software Foundation, Inc.
|
Copyright (C) 1997-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Functions to support general ended bitmaps.
|
/* Functions to support general ended bitmaps.
|
||||||
Copyright (C) 1997-2022 Free Software Foundation, Inc.
|
Copyright (C) 1997-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Output BTF format from GCC.
|
/* Output BTF format from GCC.
|
||||||
Copyright (C) 2021-2022 Free Software Foundation, Inc.
|
Copyright (C) 2021-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 2001-2022 Free Software Foundation, Inc.
|
/* Copyright (C) 2001-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Joseph Myers <jsm28@cam.ac.uk>.
|
Contributed by Joseph Myers <jsm28@cam.ac.uk>.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 2001-2022 Free Software Foundation, Inc.
|
/* Copyright (C) 2001-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Expand builtin functions.
|
/* Expand builtin functions.
|
||||||
Copyright (C) 1988-2022 Free Software Foundation, Inc.
|
Copyright (C) 1988-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* This file contains the definitions and documentation for the
|
/* This file contains the definitions and documentation for the
|
||||||
builtins used in the GNU compiler.
|
builtins used in the GNU compiler.
|
||||||
Copyright (C) 2000-2022 Free Software Foundation, Inc.
|
Copyright (C) 2000-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Expand builtin functions.
|
/* Expand builtin functions.
|
||||||
Copyright (C) 1988-2022 Free Software Foundation, Inc.
|
Copyright (C) 1988-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Save and restore call-clobbered registers which are live across a call.
|
/* Save and restore call-clobbered registers which are live across a call.
|
||||||
Copyright (C) 1989-2022 Free Software Foundation, Inc.
|
Copyright (C) 1989-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Convert function calls to rtl insns, for GNU C compiler.
|
/* Convert function calls to rtl insns, for GNU C compiler.
|
||||||
Copyright (C) 1989-2022 Free Software Foundation, Inc.
|
Copyright (C) 1989-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Declarations and data types for RTL call insn generation.
|
/* Declarations and data types for RTL call insn generation.
|
||||||
Copyright (C) 2013-2022 Free Software Foundation, Inc.
|
Copyright (C) 2013-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Conditional compare related functions
|
/* Conditional compare related functions
|
||||||
Copyright (C) 2014-2022 Free Software Foundation, Inc.
|
Copyright (C) 2014-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Conditional comapre related functions.
|
/* Conditional comapre related functions.
|
||||||
Copyright (C) 2014-2022 Free Software Foundation, Inc.
|
Copyright (C) 2014-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Flags on basic blocks and edges.
|
/* Flags on basic blocks and edges.
|
||||||
Copyright (C) 2012-2022 Free Software Foundation, Inc.
|
Copyright (C) 2012-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph manipulation code for GNU compiler.
|
/* Control flow graph manipulation code for GNU compiler.
|
||||||
Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph manipulation code header file.
|
/* Control flow graph manipulation code header file.
|
||||||
Copyright (C) 2014-2022 Free Software Foundation, Inc.
|
Copyright (C) 2014-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph analysis code for GNU compiler.
|
/* Control flow graph analysis code for GNU compiler.
|
||||||
Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph analysis header file.
|
/* Control flow graph analysis header file.
|
||||||
Copyright (C) 2014-2022 Free Software Foundation, Inc.
|
Copyright (C) 2014-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph building code for GNU compiler.
|
/* Control flow graph building code for GNU compiler.
|
||||||
Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph building header file.
|
/* Control flow graph building header file.
|
||||||
Copyright (C) 2014-2022 Free Software Foundation, Inc.
|
Copyright (C) 2014-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow optimization code for GNU compiler.
|
/* Control flow optimization code for GNU compiler.
|
||||||
Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow optimization header file.
|
/* Control flow optimization header file.
|
||||||
Copyright (C) 2014-2022 Free Software Foundation, Inc.
|
Copyright (C) 2014-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* A pass for lowering trees to RTL.
|
/* A pass for lowering trees to RTL.
|
||||||
Copyright (C) 2004-2022 Free Software Foundation, Inc.
|
Copyright (C) 2004-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Header file for lowering trees to RTL.
|
/* Header file for lowering trees to RTL.
|
||||||
Copyright (C) 2013-2022 Free Software Foundation, Inc.
|
Copyright (C) 2013-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Hooks for cfg representation specific functions.
|
/* Hooks for cfg representation specific functions.
|
||||||
Copyright (C) 2003-2022 Free Software Foundation, Inc.
|
Copyright (C) 2003-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Sebastian Pop <s.pop@laposte.net>
|
Contributed by Sebastian Pop <s.pop@laposte.net>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Hooks for cfg representation specific functions.
|
/* Hooks for cfg representation specific functions.
|
||||||
Copyright (C) 2003-2022 Free Software Foundation, Inc.
|
Copyright (C) 2003-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Sebastian Pop <s.pop@laposte.net>
|
Contributed by Sebastian Pop <s.pop@laposte.net>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Natural loop discovery code for GNU compiler.
|
/* Natural loop discovery code for GNU compiler.
|
||||||
Copyright (C) 2000-2022 Free Software Foundation, Inc.
|
Copyright (C) 2000-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Natural loop functions
|
/* Natural loop functions
|
||||||
Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Natural loop analysis code for GNU compiler.
|
/* Natural loop analysis code for GNU compiler.
|
||||||
Copyright (C) 2002-2022 Free Software Foundation, Inc.
|
Copyright (C) 2002-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Loop manipulation code for GNU compiler.
|
/* Loop manipulation code for GNU compiler.
|
||||||
Copyright (C) 2002-2022 Free Software Foundation, Inc.
|
Copyright (C) 2002-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Loop manipulation header.
|
/* Loop manipulation header.
|
||||||
Copyright (C) 2014-2022 Free Software Foundation, Inc.
|
Copyright (C) 2014-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Control flow graph manipulation code for GNU compiler.
|
/* Control flow graph manipulation code for GNU compiler.
|
||||||
Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Define control flow data structures for the CFG.
|
/* Define control flow data structures for the CFG.
|
||||||
Copyright (C) 2014-2022 Free Software Foundation, Inc.
|
Copyright (C) 2014-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Callgraph handling code.
|
/* Callgraph handling code.
|
||||||
Copyright (C) 2003-2022 Free Software Foundation, Inc.
|
Copyright (C) 2003-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Jan Hubicka
|
Contributed by Jan Hubicka
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Callgraph handling code.
|
/* Callgraph handling code.
|
||||||
Copyright (C) 2003-2022 Free Software Foundation, Inc.
|
Copyright (C) 2003-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Jan Hubicka
|
Contributed by Jan Hubicka
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Callgraph construction.
|
/* Callgraph construction.
|
||||||
Copyright (C) 2003-2022 Free Software Foundation, Inc.
|
Copyright (C) 2003-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Jan Hubicka
|
Contributed by Jan Hubicka
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Callgraph clones
|
/* Callgraph clones
|
||||||
Copyright (C) 2003-2022 Free Software Foundation, Inc.
|
Copyright (C) 2003-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Jan Hubicka
|
Contributed by Jan Hubicka
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Driver of optimization process
|
/* Driver of optimization process
|
||||||
Copyright (C) 2003-2022 Free Software Foundation, Inc.
|
Copyright (C) 2003-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Jan Hubicka
|
Contributed by Jan Hubicka
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* This file contains the definitions of the cgraph_inline_failed_t
|
/* This file contains the definitions of the cgraph_inline_failed_t
|
||||||
enums used in GCC.
|
enums used in GCC.
|
||||||
|
|
||||||
Copyright (C) 2008-2022 Free Software Foundation, Inc.
|
Copyright (C) 2008-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Doug Kwan <dougkwan@google.com>
|
Contributed by Doug Kwan <dougkwan@google.com>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Utility functions used by tools like collect2 and lto-wrapper.
|
/* Utility functions used by tools like collect2 and lto-wrapper.
|
||||||
Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
Copyright (C) 2009-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Utility functions used by tools like collect2 and lto-wrapper.
|
/* Utility functions used by tools like collect2 and lto-wrapper.
|
||||||
Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
Copyright (C) 2009-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* AIX cross support for collect2.
|
/* AIX cross support for collect2.
|
||||||
Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
Copyright (C) 2009-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* AIX cross support for collect2.
|
/* AIX cross support for collect2.
|
||||||
Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
Copyright (C) 2009-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Collect static initialization info into data structures that can be
|
/* Collect static initialization info into data structures that can be
|
||||||
traversed by C++ initialization and finalization routines.
|
traversed by C++ initialization and finalization routines.
|
||||||
Copyright (C) 1992-2022 Free Software Foundation, Inc.
|
Copyright (C) 1992-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Chris Smith (csmith@convex.com).
|
Contributed by Chris Smith (csmith@convex.com).
|
||||||
Heavily modified by Michael Meissner (meissner@cygnus.com),
|
Heavily modified by Michael Meissner (meissner@cygnus.com),
|
||||||
Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com).
|
Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com).
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Header file for collect routines.
|
/* Header file for collect routines.
|
||||||
Copyright (C) 1998-2022 Free Software Foundation, Inc.
|
Copyright (C) 1998-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Terminal color manipulation macros.
|
/* Terminal color manipulation macros.
|
||||||
Copyright (C) 2005-2022 Free Software Foundation, Inc.
|
Copyright (C) 2005-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Combine stack adjustments.
|
/* Combine stack adjustments.
|
||||||
Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Optimize by combining instructions for GNU compiler.
|
/* Optimize by combining instructions for GNU compiler.
|
||||||
Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;; Common GCC machine description file, shared by all targets.
|
;; Common GCC machine description file, shared by all targets.
|
||||||
;; Copyright (C) 2014-2022 Free Software Foundation, Inc.
|
;; Copyright (C) 2014-2023 Free Software Foundation, Inc.
|
||||||
;;
|
;;
|
||||||
;; This file is part of GCC.
|
;; This file is part of GCC.
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
; Options for the language- and target-independent parts of the compiler.
|
; Options for the language- and target-independent parts of the compiler.
|
||||||
|
|
||||||
; Copyright (C) 2003-2022 Free Software Foundation, Inc.
|
; Copyright (C) 2003-2023 Free Software Foundation, Inc.
|
||||||
;
|
;
|
||||||
; This file is part of GCC.
|
; This file is part of GCC.
|
||||||
;
|
;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Post-reload compare elimination.
|
/* Post-reload compare elimination.
|
||||||
Copyright (C) 2010-2022 Free Software Foundation, Inc.
|
Copyright (C) 2010-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Definitions for condition code handling in final.cc and output routines.
|
/* Definitions for condition code handling in final.cc and output routines.
|
||||||
Copyright (C) 1987-2022 Free Software Foundation, Inc.
|
Copyright (C) 1987-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# GCC build-specific configuration file.
|
# GCC build-specific configuration file.
|
||||||
# Copyright (C) 1997-2022 Free Software Foundation, Inc.
|
# Copyright (C) 1997-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
#This file is part of GCC.
|
#This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
# GCC target-specific configuration file.
|
# GCC target-specific configuration file.
|
||||||
# Copyright (C) 1997-2022 Free Software Foundation, Inc.
|
# Copyright (C) 1997-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
#This file is part of GCC.
|
#This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# GCC host-specific configuration file.
|
# GCC host-specific configuration file.
|
||||||
# Copyright (C) 1997-2022 Free Software Foundation, Inc.
|
# Copyright (C) 1997-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
#This file is part of GCC.
|
#This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Alpha extra machine modes.
|
/* Alpha extra machine modes.
|
||||||
Copyright (C) 2003-2022 Free Software Foundation, Inc.
|
Copyright (C) 2003-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Description of target passes for DEC Alpha
|
/* Description of target passes for DEC Alpha
|
||||||
Copyright (C) 2016-2022 Free Software Foundation, Inc.
|
Copyright (C) 2016-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Prototypes for alpha.cc functions used in the md file & elsewhere.
|
/* Prototypes for alpha.cc functions used in the md file & elsewhere.
|
||||||
Copyright (C) 1999-2022 Free Software Foundation, Inc.
|
Copyright (C) 1999-2023 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Subroutines used for code generation on the DEC Alpha.
|
/* Subroutines used for code generation on the DEC Alpha.
|
||||||
Copyright (C) 1992-2022 Free Software Foundation, Inc.
|
Copyright (C) 1992-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
|
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Definitions of target machine for GNU compiler, for DEC Alpha.
|
/* Definitions of target machine for GNU compiler, for DEC Alpha.
|
||||||
Copyright (C) 1992-2022 Free Software Foundation, Inc.
|
Copyright (C) 1992-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
|
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;; Machine description for DEC Alpha for GNU C compiler
|
;; Machine description for DEC Alpha for GNU C compiler
|
||||||
;; Copyright (C) 1992-2022 Free Software Foundation, Inc.
|
;; Copyright (C) 1992-2023 Free Software Foundation, Inc.
|
||||||
;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
|
;; Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
|
||||||
;;
|
;;
|
||||||
;; This file is part of GCC.
|
;; This file is part of GCC.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
; Options for the DEC Alpha port of the compiler
|
; Options for the DEC Alpha port of the compiler
|
||||||
;
|
;
|
||||||
; Copyright (C) 2005-2022 Free Software Foundation, Inc.
|
; Copyright (C) 2005-2023 Free Software Foundation, Inc.
|
||||||
;
|
;
|
||||||
; This file is part of GCC.
|
; This file is part of GCC.
|
||||||
;
|
;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;; Constraint definitions for DEC Alpha.
|
;; Constraint definitions for DEC Alpha.
|
||||||
;; Copyright (C) 2007-2022 Free Software Foundation, Inc.
|
;; Copyright (C) 2007-2023 Free Software Foundation, Inc.
|
||||||
;;
|
;;
|
||||||
;; This file is part of GCC.
|
;; This file is part of GCC.
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Subroutines for the gcc driver.
|
/* Subroutines for the gcc driver.
|
||||||
Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
Copyright (C) 2009-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Arthur Loiret <aloiret@debian.org>
|
Contributed by Arthur Loiret <aloiret@debian.org>
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Definitions of target machine for GNU compiler, for DEC Alpha w/ELF.
|
/* Definitions of target machine for GNU compiler, for DEC Alpha w/ELF.
|
||||||
Copyright (C) 1996-2022 Free Software Foundation, Inc.
|
Copyright (C) 1996-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Richard Henderson (rth@tamu.edu).
|
Contributed by Richard Henderson (rth@tamu.edu).
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
; Alpha ELF options.
|
; Alpha ELF options.
|
||||||
|
|
||||||
; Copyright (C) 2011-2022 Free Software Foundation, Inc.
|
; Copyright (C) 2011-2023 Free Software Foundation, Inc.
|
||||||
;
|
;
|
||||||
; This file is part of GCC.
|
; This file is part of GCC.
|
||||||
;
|
;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;; Scheduling description for Alpha EV4.
|
;; Scheduling description for Alpha EV4.
|
||||||
;; Copyright (C) 2002-2022 Free Software Foundation, Inc.
|
;; Copyright (C) 2002-2023 Free Software Foundation, Inc.
|
||||||
;;
|
;;
|
||||||
;; This file is part of GCC.
|
;; This file is part of GCC.
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;; Scheduling description for Alpha EV5.
|
;; Scheduling description for Alpha EV5.
|
||||||
;; Copyright (C) 2002-2022 Free Software Foundation, Inc.
|
;; Copyright (C) 2002-2023 Free Software Foundation, Inc.
|
||||||
;;
|
;;
|
||||||
;; This file is part of GCC.
|
;; This file is part of GCC.
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;; Scheduling description for Alpha EV6.
|
;; Scheduling description for Alpha EV6.
|
||||||
;; Copyright (C) 2002-2022 Free Software Foundation, Inc.
|
;; Copyright (C) 2002-2023 Free Software Foundation, Inc.
|
||||||
;;
|
;;
|
||||||
;; This file is part of GCC.
|
;; This file is part of GCC.
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Definitions of target machine for GNU compiler
|
/* Definitions of target machine for GNU compiler
|
||||||
for Alpha Linux-based GNU systems using ELF.
|
for Alpha Linux-based GNU systems using ELF.
|
||||||
Copyright (C) 1996-2022 Free Software Foundation, Inc.
|
Copyright (C) 1996-2023 Free Software Foundation, Inc.
|
||||||
Contributed by Richard Henderson.
|
Contributed by Richard Henderson.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue