Fix typos in ChangeLogs; add coff/external.h; fix copyright dates
This commit is contained in:
@ -112,9 +112,14 @@
|
||||
|
||||
2000-08-14 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* elf/ia64.h (EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP,
|
||||
* ia64.h (EF_IA_64_REDUCEDFP, EF_IA_64_CONS_GP,
|
||||
EF_IA_64_NOFUNCDESC_CONS_GP, EF_IA_64_ABSOLUTE): Define.
|
||||
|
||||
2000-07-22 Jason Eckhardt <jle@cygnus.com>
|
||||
|
||||
* i860.h: New file.
|
||||
(elf_i860_reloc_type): Defined ELF32 i860 relocations.
|
||||
|
||||
2000-07-20 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
common.h (EM_CRIS): New machine number.
|
||||
@ -540,7 +545,7 @@ Thu Feb 18 18:58:26 1999 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
Patch submitted by: Scott Bambrough <scottb@corelcomputer.com>
|
||||
|
||||
* elf/external.h: struct Elf_External_Versym must be packed on
|
||||
* external.h: struct Elf_External_Versym must be packed on
|
||||
ARM. Code uses sizeof(Elf_External_Versym) and assumes it is
|
||||
equal to sizeof(char[2]). Reported by Jim Pick <jim@jimpick.com>
|
||||
|
||||
@ -585,6 +590,11 @@ Mon Feb 1 11:33:56 1999 Catherine Moore <clm@cygnus.com>
|
||||
|
||||
* mips.h: Add R_MIPS_JALR and adjust R_MIPS_max appropriately.
|
||||
|
||||
Mon Nov 30 15:25:58 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
|
||||
|
||||
* sh.h (elf_sh_reloc_type): Add R_SH_FIRST_INVALID_RELOC,
|
||||
R_SH_LAST_INVALID_RELOC, R_SH_SWITCH8 and R_SH_max.
|
||||
|
||||
Tue Nov 10 15:12:28 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* common.h (EM_CYGNUS_FR30): Reduce to a 16 bit value.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ALPHA ELF support for BFD.
|
||||
Copyright (C) 1996, 98, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1996, 1998, 2000 Free Software Foundation, Inc.
|
||||
|
||||
By Eric Youngdale, <eric@aib.com>. No processor supplement available
|
||||
for this platform.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ARC ELF support for BFD.
|
||||
Copyright (C) 1995, 97, 98, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1995, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
|
||||
Contributed by Doug Evans, (dje@cygnus.com)
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ARM ELF support for BFD.
|
||||
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* AVR ELF support for BFD.
|
||||
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1999, 2000 Free Software Foundation, Inc.
|
||||
Contributed by Denis Chertykov <denisc@overta.ru>
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* ELF support for BFD.
|
||||
Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000
|
||||
Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
||||
2001
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
Written by Fred Fish @ Cygnus Support, from information published
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* CRIS ELF support for BFD.
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright 2000 Free Software Foundation, Inc.
|
||||
Contributed by Axis Communications AB, Lund, Sweden.
|
||||
Written by Hans-Peter Nilsson.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* d10v ELF support for BFD.
|
||||
Copyright (C) 1998, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1998, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* d30v ELF support for BFD.
|
||||
Copyright (C) 1998, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1998, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Written by Ron Guilmette (rfg@ncd.com)
|
||||
|
||||
Copyright (C) 1992, 1999 Free Software Foundation, Inc.
|
||||
Copyright 1992, 1993, 1995, 1999 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU CC.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Declarations and definitions of codes relating to the DWARF symbolic
|
||||
debugging information format.
|
||||
Copyright (C) 1992, 1993, 1995, 1996, 1999 Free Software Foundation, Inc.
|
||||
Copyright 1992, 1993, 1995, 1996, 1999 Free Software Foundation, Inc.
|
||||
|
||||
Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
|
||||
Office (AJPO), Florida State Unviversity and Silicon Graphics Inc.
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* ELF support for BFD.
|
||||
Copyright (C) 1991, 92, 93, 95, 97, 98, 1999 Free Software Foundation, Inc.
|
||||
Copyright 1991, 1992, 1993, 1995, 1997, 1998, 1999
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
Written by Fred Fish @ Cygnus Support, from information published
|
||||
in "UNIX System V Release 4, Programmers Guide: ANSI C and
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* FR30 ELF support for BFD.
|
||||
Copyright (C) 1998, 99, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* HPPA ELF support for BFD.
|
||||
Copyright (C) 1993, 94, 95, 99, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1993, 1994, 1995, 1998, 1999, 2000
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* i370 ELF support for BFD.
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ix86 ELF support for BFD.
|
||||
Copyright (C) 1998, 99, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* i860 ELF support for BFD.
|
||||
Copyright (C) 2000 Free Software Foundation, Inc.
|
||||
Copyright 2000 Free Software Foundation, Inc.
|
||||
|
||||
Contributed by Jason Eckhardt <jle@cygnus.com>.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Intel 960 ELF support for BFD.
|
||||
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* IA-64 ELF support for BFD.
|
||||
Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ELF support for BFD.
|
||||
Copyright (C) 1991, 92, 93, 94, 95, 97, 98, 2000
|
||||
Copyright 1991, 1992, 1993, 1994, 1995, 1997, 1998, 2000
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
Written by Fred Fish @ Cygnus Support, from information published
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* M32R ELF support for BFD.
|
||||
Copyright (C) 1996, 97, 98, 99, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* m68hc11 & m68hc12 ELF support for BFD.
|
||||
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* MC68k ELF support for BFD.
|
||||
Copyright (C) 1998, 99, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Motorola MCore support for BFD.
|
||||
Copyright (C) 1995, 99, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1995, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* MIPS ELF support for BFD.
|
||||
Copyright (C) 1993, 94, 95, 96, 97, 98, 99, 2000
|
||||
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
By Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>, from
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* MN10200 ELF support for BFD.
|
||||
Copyright (C) 1998, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1998, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* MN10300 ELF support for BFD.
|
||||
Copyright (C) 1998, 99, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* picoJava ELF support for BFD.
|
||||
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* PPC ELF support for BFD.
|
||||
Copyright (C) 1995, 96, 98, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1995, 1996, 1998, 2000 Free Software Foundation, Inc.
|
||||
|
||||
By Michael Meissner, Cygnus Support, <meissner@cygnus.com>, from information
|
||||
in the System V Application Binary Interface, PowerPC Processor Supplement
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Generic relocation support for BFD.
|
||||
Copyright (C) 1998, 99, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* 390 ELF support for BFD.
|
||||
Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright 2000, 2001 Free Software Foundation, Inc.
|
||||
Contributed by Carl B. Pedersen and Martin Schwidefsky.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* SH ELF support for BFD.
|
||||
Copyright (C) 1998, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1998, 2000 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* SPARC ELF support for BFD.
|
||||
Copyright (C) 1996, 97, 98, 99, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
|
||||
By Doug Evans, Cygnus Support, <dje@cygnus.com>.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* V850 ELF support for BFD.
|
||||
Copyright (C) 1997, 98, 2000 Free Software Foundation, Inc.
|
||||
Copyright 1997, 1998, 2000 Free Software Foundation, Inc.
|
||||
Created by Michael Meissner, Cygnus Support <meissner@cygnus.com>
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
Reference in New Issue
Block a user