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/pdp11.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/pdp11.c')
-rw-r--r-- | bfd/pdp11.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/pdp11.c b/bfd/pdp11.c index 620d218..e4096f3 100644 --- a/bfd/pdp11.c +++ b/bfd/pdp11.c @@ -58,9 +58,6 @@ /* The header is not included in the text segment. */ #define N_HEADER_IN_TEXT(x) 0 -/* There are no shared libraries. */ -#define N_SHARED_LIB(x) 0 - /* There is no flags field. */ #define N_FLAGS(exec) 0 |