Update copyrights on recently changed files to 1992.
Regularize first-line comments somewhat.
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,
-/* 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.
-/* 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.
+/* 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"
-/* 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
+/* 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;
-/* 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.