diff options
author | Alan Modra <modra@gmail.com> | 2009-10-02 14:40:41 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2009-10-02 14:40:41 +0000 |
commit | 8ddebae79537231ef7205373b7d0602117a3d47e (patch) | |
tree | b83c2e82a222c00cff568ce52264fa79bc70fbe3 /include/aout/hp300hpux.h | |
parent | a37e07482c0a1ebb4be22d9d22c2bc6106e11a47 (diff) | |
download | newlib-8ddebae79537231ef7205373b7d0602117a3d47e.zip newlib-8ddebae79537231ef7205373b7d0602117a3d47e.tar.gz newlib-8ddebae79537231ef7205373b7d0602117a3d47e.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 'include/aout/hp300hpux.h')
-rw-r--r-- | include/aout/hp300hpux.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/aout/hp300hpux.h b/include/aout/hp300hpux.h index 1174761..c63e3b8 100644 --- a/include/aout/hp300hpux.h +++ b/include/aout/hp300hpux.h @@ -1,5 +1,5 @@ /* Special version of <a.out.h> for use under hp-ux. - Copyright 1988, 1993, 1995, 2001 Free Software Foundation, Inc. */ + Copyright 1988, 1993, 1995, 2001, 2009 Free Software Foundation, Inc. */ struct hp300hpux_exec_bytes { @@ -114,6 +114,3 @@ struct hp300hpux_header_extension #define TARGET_PAGE_SIZE 0x1000 #define SEGMENT_SIZE 0x1000 #define TEXT_START_ADDR 0 - -#undef N_SHARED_LIB -#define N_SHARED_LIB(x) ( 0 /* no shared libraries */ ) |