summaryrefslogtreecommitdiffstats
path: root/bfd/m68klinux.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-10-02 14:40:41 +0000
committerAlan Modra <amodra@gmail.com>2009-10-02 14:40:41 +0000
commit4a056f1472ee3ce5a2dde5df46a0faf6e794b114 (patch)
tree77b335db9177e8f660d8be88ad68b42fb9aab96b /bfd/m68klinux.c
parent38462edfa268c245acf1f53f65cf3e4c0772e2cd (diff)
downloadppe42-binutils-4a056f1472ee3ce5a2dde5df46a0faf6e794b114.tar.gz
ppe42-binutils-4a056f1472ee3ce5a2dde5df46a0faf6e794b114.zip
include/aout/
* aout64.h (N_SHARED_LIB): Define as zero if not already defined. * sun4.h (N_SHARED_LIB): Define. * hp300hpux.h (N_SHARED_LIB): Don't define. bfd/ * aout-cris.c (N_SHARED_LIB): Don't define. * hp300bsd.c (N_SHARED_LIB): Don't define. * i386bsd.c (N_SHARED_LIB): Don't define. * i386linux.c (N_SHARED_LIB): Don't define. * i386lynx.c (N_SHARED_LIB): Don't define. * m68klinux.c (N_SHARED_LIB): Don't define. * m88kmach3.c (N_SHARED_LIB): Don't define. * mipsbsd.c (N_SHARED_LIB): Don't define. * newsos3.c (N_SHARED_LIB): Don't define. * pc532-mach.c (N_SHARED_LIB): Don't define. * pdp11.c (N_SHARED_LIB): Don't define. * sparclinux.c (N_SHARED_LIB): Don't define. * vaxbsd.c (N_SHARED_LIB): Don't define.
Diffstat (limited to 'bfd/m68klinux.c')
-rw-r--r--bfd/m68klinux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/m68klinux.c b/bfd/m68klinux.c
index 403e4f3050..08b0010627 100644
--- a/bfd/m68klinux.c
+++ b/bfd/m68klinux.c
@@ -1,6 +1,6 @@
/* BFD back-end for linux flavored m68k a.out binaries.
Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
- 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -23,7 +23,6 @@
#define ZMAGIC_DISK_BLOCK_SIZE 1024
#define SEGMENT_SIZE TARGET_PAGE_SIZE
#define TEXT_START_ADDR 0x0
-#define N_SHARED_LIB(x) 0
#define MACHTYPE_OK(mtype) ((mtype) == M_68020 || (mtype) == M_UNKNOWN)
OpenPOWER on IntegriCloud