diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-09-28 21:58:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-09-28 21:58:59 +0000 |
commit | 01f5ed6da077b188aa83504e2102fffc9469d713 (patch) | |
tree | 7691105ffbe152e996f68bdae75e7c54cbd472b5 /gdb/config/tm-sysv4.h | |
parent | a1b51eb3ebbf6c82f725e093e127b2e9ee71fbfc (diff) | |
download | gdb-01f5ed6da077b188aa83504e2102fffc9469d713.zip gdb-01f5ed6da077b188aa83504e2102fffc9469d713.tar.gz gdb-01f5ed6da077b188aa83504e2102fffc9469d713.tar.bz2 |
* config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS.
* config/tm-sysv4.h: Don't include solib.h.
* config/xm-sysv4.h: Don't define SVR4_SHARED_LIBS.
* config/i386/i386v4.mt (TDEPFILES): Move solib.o from here...
* config/i386/i386v4.mh (NATDEPFILES): ...to here.
* config/i386/nm-i386v4.h: Include nm-sysv4.h.
* config/m68k/amix.mt (TDEPFIES): Move solib.o from here...
* config/m68k/amix.mh (NATDEPFILES): ...to here.
Diffstat (limited to 'gdb/config/tm-sysv4.h')
-rw-r--r-- | gdb/config/tm-sysv4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/tm-sysv4.h b/gdb/config/tm-sysv4.h index f63d174..18c88ef 100644 --- a/gdb/config/tm-sysv4.h +++ b/gdb/config/tm-sysv4.h @@ -18,8 +18,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "solib.h" /* Support for shared libraries. */ - /* For SVR4 shared libraries, each call to a library routine goes through a small piece of trampoline code in the ".init" section. Although each of these fragments is labeled with the name of the routine being called, |