diff options
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 |