diff options
Diffstat (limited to 'bfd/netbsd386.c')
-rw-r--r-- | bfd/netbsd386.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/netbsd386.c b/bfd/netbsd386.c index 7a42700..ab6aa12 100644 --- a/bfd/netbsd386.c +++ b/bfd/netbsd386.c @@ -25,6 +25,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* ZMAGIC files start at address 0. This does not apply to QMAGIC. */ #define TEXT_START_ADDR 0 +#define N_SHARED_LIB(x) 0 #define PAGE_SIZE 4096 #define SEGMENT_SIZE PAGE_SIZE |