diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-02 14:40:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-02 14:40:41 +0000 |
commit | 4a056f1472ee3ce5a2dde5df46a0faf6e794b114 (patch) | |
tree | 77b335db9177e8f660d8be88ad68b42fb9aab96b /bfd/i386lynx.c | |
parent | 38462edfa268c245acf1f53f65cf3e4c0772e2cd (diff) | |
download | gdb-4a056f1472ee3ce5a2dde5df46a0faf6e794b114.zip gdb-4a056f1472ee3ce5a2dde5df46a0faf6e794b114.tar.gz gdb-4a056f1472ee3ce5a2dde5df46a0faf6e794b114.tar.bz2 |
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/i386lynx.c')
-rw-r--r-- | bfd/i386lynx.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/i386lynx.c b/bfd/i386lynx.c index 2e85724..45909bf 100644 --- a/bfd/i386lynx.c +++ b/bfd/i386lynx.c @@ -1,6 +1,6 @@ /* BFD back-end for i386 a.out binaries under LynxOS. Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1999, 2001, 2002, - 2003, 2005, 2007 Free Software Foundation, Inc. + 2003, 2005, 2007, 2009 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -19,8 +19,6 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#define N_SHARED_LIB(x) 0 - #define TEXT_START_ADDR 0 #define TARGET_PAGE_SIZE 4096 #define SEGMENT_SIZE TARGET_PAGE_SIZE |