aboutsummaryrefslogtreecommitdiff
path: root/bfd/vaxbsd.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-04-16 15:26:56 +0930
committerAlan Modra <amodra@gmail.com>2018-04-16 15:26:56 +0930
commit9f5d15933be033c9d54e41d605d7824f57fbed4e (patch)
tree8232be3a04300149f354bada5c91094d87e3c002 /bfd/vaxbsd.c
parenta9a4b30244006a0087c5a7bf73cbb13927f1d9f1 (diff)
downloadgdb-9f5d15933be033c9d54e41d605d7824f57fbed4e.zip
gdb-9f5d15933be033c9d54e41d605d7824f57fbed4e.tar.gz
gdb-9f5d15933be033c9d54e41d605d7824f57fbed4e.tar.bz2
Remove vax-bsd and vax-ultrix support
bfd/ * Makefile.am: Remove vax-bsd and vax-ultrix support. * config.bfd: Likewise. * configure.ac: Likewise. * targets.c: Likewise. * vaxbsd.c: Delete. * Makefile.in: Regenerate. * configure: Regenerate. * po/SRC-POTFILES.in: Regenerate. ld/ * Makefile.am: Remove vax-bsd and vax-ultrix support. * configure.tgt: Likewise. * emulparams/vax.sh: Delete. * Makefile.in: Regenerate. * po/BLD-POTFILES.in: Regenerate.
Diffstat (limited to 'bfd/vaxbsd.c')
-rw-r--r--bfd/vaxbsd.c40
1 files changed, 0 insertions, 40 deletions
diff --git a/bfd/vaxbsd.c b/bfd/vaxbsd.c
deleted file mode 100644
index ba540e2..0000000
--- a/bfd/vaxbsd.c
+++ /dev/null
@@ -1,40 +0,0 @@
-/* BFD back-end for BSD and Ultrix/VAX (1K page size) a.out-ish binaries.
- Copyright (C) 2002-2018 Free Software Foundation, Inc.
-
- 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 3 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., 51 Franklin Street - Fifth Floor, Boston,
- MA 02110-1301, USA. */
-
-#define N_HEADER_IN_TEXT(x) 0
-#define ENTRY_CAN_BE_ZERO
-#define TEXT_START_ADDR 0
-#define TARGET_PAGE_SIZE 1024
-#define SEGMENT_SIZE TARGET_PAGE_SIZE
-#define DEFAULT_ARCH bfd_arch_vax
-
-/* Do not "beautify" the CONCAT* macro args. Traditional C will not
- remove whitespace added here, and thus will fail to concatenate the
- tokens. */
-#define MY(OP) CONCAT2 (vax_aout_bsd_,OP)
-
-#define TARGETNAME "a.out-vax-bsd"
-
-#include "sysdep.h"
-#include "bfd.h"
-#include "libbfd.h"
-#include "libaout.h"
-
-#include "aout-target.h"