Update copyright years.

This commit is contained in:
Jakub Jelinek 2023-01-02 09:37:43 +01:00
parent ff59f76fb8
commit aeee481244
1556 changed files with 1569 additions and 1569 deletions

View file

@ -1,5 +1,5 @@
# 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
# it under the terms of the GNU General Public License as published by

View file

@ -1,5 +1,5 @@
# 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
#
# This file is free software; you can redistribute it and/or modify it

View file

@ -1,5 +1,5 @@
/* 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
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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
This file is part of GCC.
@ -319,7 +319,7 @@ static void ATTRIBUTE_NORETURN
print_version (void)
{
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)"));
fnotice (stdout,
("This is free software; see the source for copying conditions.\n"

View file

@ -49,7 +49,7 @@ configure GCC with --enable-maintainer-mode to get the master catalog
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,
are permitted in any medium without royalty provided the copyright

View file

@ -57,7 +57,7 @@ Feb 1, 1998:
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,
are permitted in any medium without royalty provided the copyright

View file

@ -1,7 +1,7 @@
# Makefile for GNU Compiler Collection
# 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.

View file

@ -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
within GCC so that it compiles without error on the full range of

View file

@ -1,4 +1,4 @@
dnl Copyright (C) 2005-2022 Free Software Foundation, Inc.
dnl Copyright (C) 2005-2023 Free Software Foundation, Inc.
dnl
dnl This file is part of GCC.
dnl

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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).
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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)
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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)
This file is part of GCC.

View file

@ -1,6 +1,6 @@
/* 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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -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>.
This file is part of GCC.

View file

@ -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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,6 +1,6 @@
/* This file contains the definitions and documentation for the
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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* Callgraph handling code.
Copyright (C) 2003-2022 Free Software Foundation, Inc.
Copyright (C) 2003-2023 Free Software Foundation, Inc.
Contributed by Jan Hubicka
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* Callgraph handling code.
Copyright (C) 2003-2022 Free Software Foundation, Inc.
Copyright (C) 2003-2023 Free Software Foundation, Inc.
Contributed by Jan Hubicka
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* Callgraph construction.
Copyright (C) 2003-2022 Free Software Foundation, Inc.
Copyright (C) 2003-2023 Free Software Foundation, Inc.
Contributed by Jan Hubicka
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* Callgraph clones
Copyright (C) 2003-2022 Free Software Foundation, Inc.
Copyright (C) 2003-2023 Free Software Foundation, Inc.
Contributed by Jan Hubicka
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* Driver of optimization process
Copyright (C) 2003-2022 Free Software Foundation, Inc.
Copyright (C) 2003-2023 Free Software Foundation, Inc.
Contributed by Jan Hubicka
This file is part of GCC.

View file

@ -1,7 +1,7 @@
/* This file contains the definitions of the cgraph_inline_failed_t
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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,6 +1,6 @@
/* Collect static initialization info into data structures that can be
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).
Heavily modified by Michael Meissner (meissner@cygnus.com),
Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com).

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
;; 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.
;;

View file

@ -1,6 +1,6 @@
; 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.
;

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
# 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.

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# 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.

View file

@ -1,5 +1,5 @@
# 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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.

View file

@ -1,5 +1,5 @@
/* 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)
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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)
This file is part of GCC.

View file

@ -1,5 +1,5 @@
;; 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)
;;
;; This file is part of GCC.

View file

@ -1,6 +1,6 @@
; 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.
;

View file

@ -1,5 +1,5 @@
;; 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.
;;

View file

@ -1,5 +1,5 @@
/* 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>
This file is part of GCC.

View file

@ -1,5 +1,5 @@
/* 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).
This file is part of GCC.

View file

@ -1,6 +1,6 @@
; 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.
;

View file

@ -1,5 +1,5 @@
;; 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.
;;

View file

@ -1,5 +1,5 @@
;; 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.
;;

View file

@ -1,5 +1,5 @@
;; 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.
;;

View file

@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler
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.
This file is part of GCC.

Some files were not shown because too many files have changed in this diff Show more