mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
Insert copyright notices in all BFD files that need them.
Update copyrights on recently changed files to 1992. Regularize first-line comments somewhat.
This commit is contained in:
parent
b1b819bdc7
commit
4a8db3300d
@ -1,5 +1,7 @@
|
||||
Thu Oct 15 01:32:22 1992 John Gilmore (gnu@cygnus.com)
|
||||
|
||||
* seclet.h: Add enum tag to bfd_seclet_enum_type.
|
||||
|
||||
* bfd-in.h (file_ptr): Update comments, make FIXME re off_t.
|
||||
|
||||
* aout-adobe.c, aoutf1.h, archive.c, bout.c, coff-rs6000.c,
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* AMD 29000 COFF back-end for BFD.
|
||||
Copyright (C) 1990-1991 Free Software Foundation, Inc.
|
||||
/* BFD back-end for AMD 29000 COFF binaries.
|
||||
Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
|
||||
Contributed by David Wood at New York University 7/8/91.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* coff-msym.c: Byte-swap a symbol table in MIPS' format (Third-Eye, `ecoff').
|
||||
/* BFD support to byte-swap a symbol table in MIPS (Third-Eye, `ecoff') format.
|
||||
Copyright 1992 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
@ -1,3 +1,23 @@
|
||||
/* BFD support for the AMD 29000 architecture.
|
||||
Copyright 1992 Free Software Foundation, Inc.
|
||||
Hacked by Steve Chamberlain of Cygnus Support.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#include "bfd.h"
|
||||
#include "sysdep.h"
|
||||
#include "libbfd.h"
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* BFD back end for SCO System V 3.2 Unix core files
|
||||
/* BFD back-end for SCO System V 3.2 Unix core files.
|
||||
This was based on trad-core.c, which was written by John Gilmore of
|
||||
Cygnus Support.
|
||||
Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc.
|
||||
Copyright 1988, 1989, 1991, 1992 Free Software Foundation, Inc.
|
||||
Written by Scott Michel, IntelliMED Corporation. scottm%intime@uunet
|
||||
|
||||
NB: This does work with SCO System V 3.2 Unix and ODT. However, it
|
||||
|
24
bfd/seclet.h
24
bfd/seclet.h
@ -1,8 +1,28 @@
|
||||
/* Definitions of little sections (seclets) for BFD.
|
||||
Copyright 1992 Free Software Foundation, Inc.
|
||||
Hacked by Steve Chamberlain of Cygnus Support.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
|
||||
#ifndef _SECLET_H
|
||||
#define _SECLET_H
|
||||
typedef enum
|
||||
|
||||
typedef enum bfd_seclet_enum
|
||||
{
|
||||
|
||||
bfd_indirect_seclet,
|
||||
bfd_fill_seclet
|
||||
} bfd_seclet_enum_type;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* BFD backend for s-record objects.
|
||||
Copyright (C) 1990-1991 Free Software Foundation, Inc.
|
||||
/* BFD back-end for s-record objects.
|
||||
Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
|
||||
Written by Steve Chamberlain of Cygnus Support <sac@cygnus.com>.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
Loading…
Reference in New Issue
Block a user