Update year range in copyright notice of binutils files
The result of running etc/update-copyright.py --this-year, fixing all the files whose mode is changed by the script, plus a build with --enable-maintainer-mode --enable-cgen-maint=yes, then checking out */po/*.pot which we don't update frequently. The copy of cgen was with commit d1dd5fcc38ead reverted as that commit breaks building of bfp opcodes files.
This commit is contained in:
parent
8b91f9ce09
commit
a2c5833233
@ -2139,7 +2139,7 @@
|
|||||||
|
|
||||||
For older changes see ChangeLog-2020
|
For older changes see ChangeLog-2020
|
||||||
|
|
||||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
Copyright (C) 2021-2022 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,6 +1,6 @@
|
|||||||
See ../binutils/MAINTAINERS
|
See ../binutils/MAINTAINERS
|
||||||
|
|
||||||
Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
Copyright (C) 2012-2022 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,6 +1,6 @@
|
|||||||
## Process this file with automake to generate Makefile.in
|
## Process this file with automake to generate Makefile.in
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
# Copyright (C) 2012-2022 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
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
# Copyright (C) 2012-2022 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
|
||||||
|
@ -82,7 +82,7 @@ TARGETNAME
|
|||||||
The name of the target, for run-time lookups.
|
The name of the target, for run-time lookups.
|
||||||
Usually "a.out-<target>"
|
Usually "a.out-<target>"
|
||||||
|
|
||||||
Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
Copyright (C) 2012-2022 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
|
||||||
|
@ -48,7 +48,7 @@ gcc manual.
|
|||||||
Bug reports without patches will be remembered, but they may never get
|
Bug reports without patches will be remembered, but they may never get
|
||||||
fixed until somebody volunteers to fix them.
|
fixed until somebody volunteers to fix them.
|
||||||
|
|
||||||
Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
Copyright (C) 2012-2022 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
|
||||||
|
2
bfd/TODO
2
bfd/TODO
@ -20,7 +20,7 @@ Things that still need to be done: -*- Text -*-
|
|||||||
|
|
||||||
o - upgrade the reloc handling as per Steve's suggestion.
|
o - upgrade the reloc handling as per Steve's suggestion.
|
||||||
|
|
||||||
Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
Copyright (C) 2012-2022 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,5 +1,5 @@
|
|||||||
dnl
|
dnl
|
||||||
dnl Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
dnl Copyright (C) 2012-2022 Free Software Foundation, Inc.
|
||||||
dnl
|
dnl
|
||||||
dnl This file is free software; you can redistribute it and/or modify
|
dnl This file is free software; you can redistribute it and/or modify
|
||||||
dnl it under the terms of the GNU General Public License as published by
|
dnl it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* BFD back-end for AIX on PS/2 core files.
|
/* BFD back-end for AIX on PS/2 core files.
|
||||||
This was based on trad-core.c, which was written by John Gilmore of
|
This was based on trad-core.c, which was written by John Gilmore of
|
||||||
Cygnus Support.
|
Cygnus Support.
|
||||||
Copyright (C) 1988-2021 Free Software Foundation, Inc.
|
Copyright (C) 1988-2022 Free Software Foundation, Inc.
|
||||||
Written by Minh Tran-Le <TRANLE@INTELLICORP.COM>.
|
Written by Minh Tran-Le <TRANLE@INTELLICORP.COM>.
|
||||||
Converted to back end form by Ian Lance Taylor <ian@cygnus.com>.
|
Converted to back end form by Ian Lance Taylor <ian@cygnus.com>.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* IBM RS/6000 "XCOFF" back-end for BFD.
|
/* IBM RS/6000 "XCOFF" back-end for BFD.
|
||||||
Copyright (C) 2001-2021 Free Software Foundation, Inc.
|
Copyright (C) 2001-2022 Free Software Foundation, Inc.
|
||||||
Written by Tom Rix
|
Written by Tom Rix
|
||||||
Contributed by Red Hat Inc.
|
Contributed by Red Hat Inc.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD backend for CRIS a.out binaries.
|
/* BFD backend for CRIS a.out binaries.
|
||||||
Copyright (C) 2000-2021 Free Software Foundation, Inc.
|
Copyright (C) 2000-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Axis Communications AB.
|
Contributed by Axis Communications AB.
|
||||||
Written by Hans-Peter Nilsson.
|
Written by Hans-Peter Nilsson.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for ns32k a.out-ish binaries.
|
/* BFD back-end for ns32k a.out-ish binaries.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Ian Dall (idall@eleceng.adelaide.edu.au).
|
Contributed by Ian Dall (idall@eleceng.adelaide.edu.au).
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Define a target vector and some small routines for a variant of a.out.
|
/* Define a target vector and some small routines for a variant of a.out.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for 32-bit a.out files.
|
/* BFD back-end for 32-bit a.out files.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for 64-bit a.out files.
|
/* BFD back-end for 64-bit a.out files.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD semi-generic back-end for a.out binaries.
|
/* BFD semi-generic back-end for a.out binaries.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* ARC-specific support for 32-bit ELF
|
/* ARC-specific support for 32-bit ELF
|
||||||
Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
Copyright (C) 1994-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Cupertino Miranda (cmiranda@synopsys.com).
|
Contributed by Cupertino Miranda (cmiranda@synopsys.com).
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Arc V2 Related PLT entries.
|
/* Arc V2 Related PLT entries.
|
||||||
Copyright (C) 2016-2021 Free Software Foundation, Inc.
|
Copyright (C) 2016-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Cupertino Miranda (cmiranda@synopsys.com).
|
Contributed by Cupertino Miranda (cmiranda@synopsys.com).
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* ARC-specific header file for PLT support.
|
/* ARC-specific header file for PLT support.
|
||||||
Copyright (C) 2016-2021 Free Software Foundation, Inc.
|
Copyright (C) 2016-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Cupertino Miranda (cmiranda@synopsys.com).
|
Contributed by Cupertino Miranda (cmiranda@synopsys.com).
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for archive files (libraries).
|
/* BFD back-end for archive files (libraries).
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support. Mostly Gumby Henkel-Wallace's fault.
|
Written by Cygnus Support. Mostly Gumby Henkel-Wallace's fault.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Support for 64-bit archives.
|
/* Support for 64-bit archives.
|
||||||
Copyright (C) 1996-2021 Free Software Foundation, Inc.
|
Copyright (C) 1996-2022 Free Software Foundation, Inc.
|
||||||
Ian Lance Taylor, Cygnus Support
|
Ian Lance Taylor, Cygnus Support
|
||||||
Linker support added by Mark Mitchell, CodeSourcery, LLC.
|
Linker support added by Mark Mitchell, CodeSourcery, LLC.
|
||||||
<mark@codesourcery.com>
|
<mark@codesourcery.com>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD library support routines for architectures.
|
/* BFD library support routines for architectures.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Hacked by John Gilmore and Steve Chamberlain of Cygnus Support.
|
Hacked by John Gilmore and Steve Chamberlain of Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Main header file for the bfd library -- portable access to object files.
|
/* Main header file for the bfd library -- portable access to object files.
|
||||||
|
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Contributed by Cygnus Support.
|
Contributed by Cygnus Support.
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
/* Main header file for the bfd library -- portable access to object files.
|
/* Main header file for the bfd library -- portable access to object files.
|
||||||
|
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Contributed by Cygnus Support.
|
Contributed by Cygnus Support.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Generic BFD library interface and support routines.
|
/* Generic BFD library interface and support routines.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
dnl This file was derived from acinclude.m4.
|
dnl This file was derived from acinclude.m4.
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
dnl Copyright (C) 2012-2022 Free Software Foundation, Inc.
|
||||||
dnl
|
dnl
|
||||||
dnl This file is free software; you can redistribute it and/or modify
|
dnl This file is free software; you can redistribute it and/or modify
|
||||||
dnl it under the terms of the GNU General Public License as published by
|
dnl it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Low-level I/O routines for BFDs.
|
/* Low-level I/O routines for BFDs.
|
||||||
|
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Support for memory-mapped windows into a BFD.
|
/* Support for memory-mapped windows into a BFD.
|
||||||
Copyright (C) 1995-2021 Free Software Foundation, Inc.
|
Copyright (C) 1995-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for binary objects.
|
/* BFD back-end for binary objects.
|
||||||
Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
Copyright (C) 1994-2022 Free Software Foundation, Inc.
|
||||||
Written by Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>
|
Written by Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* BFD library -- caching of file descriptors.
|
/* BFD library -- caching of file descriptors.
|
||||||
|
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Hacked by Steve Chamberlain of Cygnus Support (steve@cygnus.com).
|
Hacked by Steve Chamberlain of Cygnus Support (steve@cygnus.com).
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for Intel 386 COFF LynxOS files.
|
/* BFD back-end for Intel 386 COFF LynxOS files.
|
||||||
Copyright (C) 1993-2021 Free Software Foundation, Inc.
|
Copyright (C) 1993-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for CISCO crash dumps.
|
/* BFD back-end for CISCO crash dumps.
|
||||||
Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
Copyright (C) 1994-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for AArch64 COFF files.
|
/* BFD back-end for AArch64 COFF files.
|
||||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
Copyright (C) 2021-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for ALPHA Extended-Coff files.
|
/* BFD back-end for ALPHA Extended-Coff files.
|
||||||
Copyright (C) 1993-2021 Free Software Foundation, Inc.
|
Copyright (C) 1993-2022 Free Software Foundation, Inc.
|
||||||
Modified from coff-mips.c by Steve Chamberlain <sac@cygnus.com> and
|
Modified from coff-mips.c by Steve Chamberlain <sac@cygnus.com> and
|
||||||
Ian Lance Taylor <ian@cygnus.com>.
|
Ian Lance Taylor <ian@cygnus.com>.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for ARM COFF files.
|
/* BFD back-end for ARM COFF files.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for ARM COFF files.
|
/* BFD back-end for ARM COFF files.
|
||||||
Copyright (C) 2019-2021 Free Software Foundation, Inc.
|
Copyright (C) 2019-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD COFF interfaces used outside of BFD.
|
/* BFD COFF interfaces used outside of BFD.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD COFF interfaces used outside of BFD.
|
/* BFD COFF interfaces used outside of BFD.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for Intel 386 COFF files (DJGPP variant).
|
/* BFD back-end for Intel 386 COFF files (DJGPP variant).
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by DJ Delorie.
|
Written by DJ Delorie.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for Intel 386 COFF files.
|
/* BFD back-end for Intel 386 COFF files.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for HP/Intel IA-64 COFF files.
|
/* BFD back-end for HP/Intel IA-64 COFF files.
|
||||||
Copyright (C) 1999-2021 Free Software Foundation, Inc.
|
Copyright (C) 1999-2022 Free Software Foundation, Inc.
|
||||||
Contributed by David Mosberger <davidm@hpl.hp.com>
|
Contributed by David Mosberger <davidm@hpl.hp.com>
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for Motorola MCore COFF/PE
|
/* BFD back-end for Motorola MCore COFF/PE
|
||||||
Copyright (C) 1999-2021 Free Software Foundation, Inc.
|
Copyright (C) 1999-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for MIPS Extended-Coff files.
|
/* BFD back-end for MIPS Extended-Coff files.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Original version by Per Bothner.
|
Original version by Per Bothner.
|
||||||
Full support added by Ian Lance Taylor, ian@cygnus.com.
|
Full support added by Ian Lance Taylor, ian@cygnus.com.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for IBM RS/6000 "XCOFF" files.
|
/* BFD back-end for IBM RS/6000 "XCOFF" files.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore.
|
Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore.
|
||||||
Archive support from Damon A. Permezel.
|
Archive support from Damon A. Permezel.
|
||||||
Contributed by IBM Corporation and Cygnus Support.
|
Contributed by IBM Corporation and Cygnus Support.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for Renesas Super-H COFF binaries.
|
/* BFD back-end for Renesas Super-H COFF binaries.
|
||||||
Copyright (C) 1993-2021 Free Software Foundation, Inc.
|
Copyright (C) 1993-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Cygnus Support.
|
Contributed by Cygnus Support.
|
||||||
Written by Steve Chamberlain, <sac@cygnus.com>.
|
Written by Steve Chamberlain, <sac@cygnus.com>.
|
||||||
Relaxing code written by Ian Lance Taylor, <ian@cygnus.com>.
|
Relaxing code written by Ian Lance Taylor, <ian@cygnus.com>.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
|
/* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
|
||||||
Copyright (C) 1997-2021 Free Software Foundation, Inc.
|
Copyright (C) 1997-2022 Free Software Foundation, Inc.
|
||||||
Written by Robert Hoehne.
|
Written by Robert Hoehne.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for TMS320C30 coff binaries.
|
/* BFD back-end for TMS320C30 coff binaries.
|
||||||
Copyright (C) 1998-2021 Free Software Foundation, Inc.
|
Copyright (C) 1998-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au)
|
Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au)
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for TMS320C4X coff binaries.
|
/* BFD back-end for TMS320C4X coff binaries.
|
||||||
Copyright (C) 1996-2021 Free Software Foundation, Inc.
|
Copyright (C) 1996-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
|
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for TMS320C54X coff binaries.
|
/* BFD back-end for TMS320C54X coff binaries.
|
||||||
Copyright (C) 1999-2021 Free Software Foundation, Inc.
|
Copyright (C) 1999-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Timothy Wall (twall@cygnus.com)
|
Contributed by Timothy Wall (twall@cygnus.com)
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for AMD 64 COFF files.
|
/* BFD back-end for AMD 64 COFF files.
|
||||||
Copyright (C) 2006-2021 Free Software Foundation, Inc.
|
Copyright (C) 2006-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for Zilog Z80 COFF binaries.
|
/* BFD back-end for Zilog Z80 COFF binaries.
|
||||||
Copyright (C) 2005-2021 Free Software Foundation, Inc.
|
Copyright (C) 2005-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Arnold Metselaar <arnold_m@operamail.com>
|
Contributed by Arnold Metselaar <arnold_m@operamail.com>
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for Zilog Z800n COFF binaries.
|
/* BFD back-end for Zilog Z800n COFF binaries.
|
||||||
Copyright (C) 1992-2021 Free Software Foundation, Inc.
|
Copyright (C) 1992-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Cygnus Support.
|
Contributed by Cygnus Support.
|
||||||
Written by Steve Chamberlain, <sac@cygnus.com>.
|
Written by Steve Chamberlain, <sac@cygnus.com>.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD back-end for IBM RS/6000 "XCOFF64" files.
|
/* BFD back-end for IBM RS/6000 "XCOFF64" files.
|
||||||
Copyright (C) 2000-2021 Free Software Foundation, Inc.
|
Copyright (C) 2000-2022 Free Software Foundation, Inc.
|
||||||
Written Clinton Popetz.
|
Written Clinton Popetz.
|
||||||
Contributed by Cygnus Support.
|
Contributed by Cygnus Support.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Support for the generic parts of most COFF variants, for BFD.
|
/* Support for the generic parts of most COFF variants, for BFD.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Support for the generic parts of COFF, for BFD.
|
/* Support for the generic parts of COFF, for BFD.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* COFF specific linker code.
|
/* COFF specific linker code.
|
||||||
Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
Copyright (C) 1994-2022 Free Software Foundation, Inc.
|
||||||
Written by Ian Lance Taylor, Cygnus Support.
|
Written by Ian Lance Taylor, Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Generic COFF swapping routines, for BFD.
|
/* Generic COFF swapping routines, for BFD.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Compressed section support (intended for debug sections).
|
/* Compressed section support (intended for debug sections).
|
||||||
Copyright (C) 2008-2021 Free Software Foundation, Inc.
|
Copyright (C) 2008-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# config.bfd
|
# config.bfd
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
# Copyright (C) 2012-2022 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,6 +1,6 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
dnl
|
dnl
|
||||||
dnl Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
dnl Copyright (C) 2012-2022 Free Software Foundation, Inc.
|
||||||
dnl
|
dnl
|
||||||
dnl This file is free software; you can redistribute it and/or modify
|
dnl This file is free software; you can redistribute it and/or modify
|
||||||
dnl it under the terms of the GNU General Public License as published by
|
dnl it under the terms of the GNU General Public License as published by
|
||||||
|
@ -7,7 +7,7 @@ $!
|
|||||||
$! Written by Klaus K"ampf (kkaempf@rmi.de)
|
$! Written by Klaus K"ampf (kkaempf@rmi.de)
|
||||||
$! Rewritten by Tristan Gingold (gingold@adacore.com)
|
$! Rewritten by Tristan Gingold (gingold@adacore.com)
|
||||||
$!
|
$!
|
||||||
$! Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
$! Copyright (C) 2012-2022 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 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2012-2021 Free Software Foundation, Inc.
|
# Copyright (C) 2012-2022 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 @@
|
|||||||
/* Core file generic interface routines for BFD.
|
/* Core file generic interface routines for BFD.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Written by Cygnus Support.
|
Written by Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for AArch64.
|
/* BFD support for AArch64.
|
||||||
Copyright (C) 2009-2021 Free Software Foundation, Inc.
|
Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
||||||
Contributed by ARM Ltd.
|
Contributed by ARM Ltd.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* ELF AArch64 mapping symbol support
|
/* ELF AArch64 mapping symbol support
|
||||||
Copyright (C) 2019-2021 Free Software Foundation, Inc.
|
Copyright (C) 2019-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Alpha architecture.
|
/* BFD support for the Alpha architecture.
|
||||||
Copyright (C) 1992-2021 Free Software Foundation, Inc.
|
Copyright (C) 1992-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the ARC processor
|
/* BFD support for the ARC processor
|
||||||
Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
Copyright (C) 1994-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Doug Evans (dje@cygnus.com).
|
Contributed by Doug Evans (dje@cygnus.com).
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the ARM processor
|
/* BFD support for the ARM processor
|
||||||
Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
Copyright (C) 1994-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org)
|
Contributed by Richard Earnshaw (rwe@pegasus.esprit.ec.org)
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the ARM processor
|
/* BFD support for the ARM processor
|
||||||
Copyright (C) 2019-2021 Free Software Foundation, Inc.
|
Copyright (C) 2019-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD library support routines for the AVR architecture.
|
/* BFD library support routines for the AVR architecture.
|
||||||
Copyright (C) 1999-2021 Free Software Foundation, Inc.
|
Copyright (C) 1999-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Denis Chertykov <denisc@overta.ru>
|
Contributed by Denis Chertykov <denisc@overta.ru>
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* BFD Support for the ADI Blackfin processor.
|
/* BFD Support for the ADI Blackfin processor.
|
||||||
|
|
||||||
Copyright (C) 2005-2021 Free Software Foundation, Inc.
|
Copyright (C) 2005-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the BPF processor.
|
/* BFD support for the BPF processor.
|
||||||
Copyright (C) 2019-2021 Free Software Foundation, Inc.
|
Copyright (C) 2019-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Oracle Inc.
|
Contributed by Oracle Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the CR16 processor.
|
/* BFD support for the CR16 processor.
|
||||||
Copyright (C) 2007-2021 Free Software Foundation, Inc.
|
Copyright (C) 2007-2022 Free Software Foundation, Inc.
|
||||||
Written by M R Swami Reddy
|
Written by M R Swami Reddy
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Axis CRIS architecture.
|
/* BFD support for the Axis CRIS architecture.
|
||||||
Copyright (C) 2000-2021 Free Software Foundation, Inc.
|
Copyright (C) 2000-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Axis Communications AB.
|
Contributed by Axis Communications AB.
|
||||||
Written by Hans-Peter Nilsson.
|
Written by Hans-Peter Nilsson.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the CRX processor.
|
/* BFD support for the CRX processor.
|
||||||
Copyright (C) 2004-2021 Free Software Foundation, Inc.
|
Copyright (C) 2004-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for C-SKY processors.
|
/* BFD support for C-SKY processors.
|
||||||
Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
Copyright (C) 1994-2022 Free Software Foundation, Inc.
|
||||||
Contributed by C-SKY Microsystems and Mentor Graphics.
|
Contributed by C-SKY Microsystems and Mentor Graphics.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the D10V processor
|
/* BFD support for the D10V processor
|
||||||
Copyright (C) 1996-2021 Free Software Foundation, Inc.
|
Copyright (C) 1996-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Martin Hunt (hunt@cygnus.com).
|
Contributed by Martin Hunt (hunt@cygnus.com).
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Mitsubishi D30V processor
|
/* BFD support for the Mitsubishi D30V processor
|
||||||
Copyright (C) 1997-2021 Free Software Foundation, Inc.
|
Copyright (C) 1997-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Martin Hunt (hunt@cygnus.com).
|
Contributed by Martin Hunt (hunt@cygnus.com).
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the DLX Microprocessor architecture.
|
/* BFD support for the DLX Microprocessor architecture.
|
||||||
Copyright (C) 2002-2021 Free Software Foundation, Inc.
|
Copyright (C) 2002-2022 Free Software Foundation, Inc.
|
||||||
Hacked by Kuang Hwa Lin <kuang@sbcglobal.net>
|
Hacked by Kuang Hwa Lin <kuang@sbcglobal.net>
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Adapteva EPIPHANY processor.
|
/* BFD support for the Adapteva EPIPHANY processor.
|
||||||
Copyright (C) 2009-2021 Free Software Foundation, Inc.
|
Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Embecosm on behalf of Adapteva, Inc.
|
Contributed by Embecosm on behalf of Adapteva, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the FR30 processor.
|
/* BFD support for the FR30 processor.
|
||||||
Copyright (C) 1998-2021 Free Software Foundation, Inc.
|
Copyright (C) 1998-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the FRV processor.
|
/* BFD support for the FRV processor.
|
||||||
Copyright (C) 2002-2021 Free Software Foundation, Inc.
|
Copyright (C) 2002-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the ft32 processor.
|
/* BFD support for the ft32 processor.
|
||||||
Copyright (C) 2013-2021 Free Software Foundation, Inc.
|
Copyright (C) 2013-2022 Free Software Foundation, Inc.
|
||||||
Written by FTDI (support@ftdichip.com)
|
Written by FTDI (support@ftdichip.com)
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD library support routines for the Renesas H8/300 architecture.
|
/* BFD library support routines for the Renesas H8/300 architecture.
|
||||||
Copyright (C) 1990-2021 Free Software Foundation, Inc.
|
Copyright (C) 1990-2022 Free Software Foundation, Inc.
|
||||||
Hacked by Steve Chamberlain of Cygnus Support.
|
Hacked by Steve Chamberlain of Cygnus Support.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* H8/300 functions.
|
/* H8/300 functions.
|
||||||
Copyright (C) 2019-2021 Free Software Foundation, Inc.
|
Copyright (C) 2019-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the HP Precision Architecture architecture.
|
/* BFD support for the HP Precision Architecture architecture.
|
||||||
Copyright (C) 1992-2021 Free Software Foundation, Inc.
|
Copyright (C) 1992-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Intel 386 architecture.
|
/* BFD support for the Intel 386 architecture.
|
||||||
Copyright (C) 1992-2021 Free Software Foundation, Inc.
|
Copyright (C) 1992-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1998-2021 Free Software Foundation, Inc.
|
/* Copyright (C) 1998-2022 Free Software Foundation, Inc.
|
||||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the ia64 architecture.
|
/* BFD support for the ia64 architecture.
|
||||||
Copyright (C) 1998-2021 Free Software Foundation, Inc.
|
Copyright (C) 1998-2022 Free Software Foundation, Inc.
|
||||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Intel MCU architecture.
|
/* BFD support for the Intel MCU architecture.
|
||||||
Copyright (C) 2015-2021 Free Software Foundation, Inc.
|
Copyright (C) 2015-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Scenix IP2xxx processor.
|
/* BFD support for the Scenix IP2xxx processor.
|
||||||
Copyright (C) 2000-2021 Free Software Foundation, Inc.
|
Copyright (C) 2000-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Vitesse IQ2000 processor.
|
/* BFD support for the Vitesse IQ2000 processor.
|
||||||
Copyright (C) 2003-2021 Free Software Foundation, Inc.
|
Copyright (C) 2003-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Intel K1OM architecture.
|
/* BFD support for the Intel K1OM architecture.
|
||||||
Copyright (C) 2011-2021 Free Software Foundation, Inc.
|
Copyright (C) 2011-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Intel L1OM architecture.
|
/* BFD support for the Intel L1OM architecture.
|
||||||
Copyright (C) 2009-2021 Free Software Foundation, Inc.
|
Copyright (C) 2009-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Lattice Mico32 architecture.
|
/* BFD support for the Lattice Mico32 architecture.
|
||||||
Copyright (C) 2008-2021 Free Software Foundation, Inc.
|
Copyright (C) 2008-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Jon Beniston <jon@beniston.com>
|
Contributed by Jon Beniston <jon@beniston.com>
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for LoongArch.
|
/* BFD support for LoongArch.
|
||||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
Copyright (C) 2021-2022 Free Software Foundation, Inc.
|
||||||
Contributed by Loongson Ltd.
|
Contributed by Loongson Ltd.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Matsushita 10200 processor
|
/* BFD support for the Matsushita 10200 processor
|
||||||
Copyright (C) 1996-2021 Free Software Foundation, Inc.
|
Copyright (C) 1996-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the Matsushita 10300 processor
|
/* BFD support for the Matsushita 10300 processor
|
||||||
Copyright (C) 1996-2021 Free Software Foundation, Inc.
|
Copyright (C) 1996-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the M16C/M32C processors.
|
/* BFD support for the M16C/M32C processors.
|
||||||
Copyright (C) 2004-2021 Free Software Foundation, Inc.
|
Copyright (C) 2004-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BFD support for the M32R processor.
|
/* BFD support for the M32R processor.
|
||||||
Copyright (C) 1996-2021 Free Software Foundation, Inc.
|
Copyright (C) 1996-2022 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user