Support R_SPARC_WDISP10 and R_SPARC_H34.
[external/binutils.git] / gdb / testsuite / gdb.base / Makefile.in
index 874fb8f..7ceb121 100644 (file)
-# Makefile for the base tests for GDB.
-# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
-
-# This file is part of GDB.
-
-# GDB is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-
-# GDB is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-
-# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-srcdir = .
-prefix = /usr/local
-program_transform_name =
-
-exec_prefix = $(prefix)
-bindir = $(exec_prefix)/bin
-libdir = $(exec_prefix)/lib
-tooldir = $(libdir)/$(target_alias)
-
-datadir = $(exec_prefix)/lib/dejagnu
-mandir = $(prefix)/man
-man1dir = $(mandir)/man1
-man2dir = $(mandir)/man2
-man3dir = $(mandir)/man3
-man4dir = $(mandir)/man4
-man5dir = $(mandir)/man5
-man6dir = $(mandir)/man6
-man7dir = $(mandir)/man7
-man8dir = $(mandir)/man8
-man9dir = $(mandir)/man9
-infodir = $(prefix)/info
-includedir = $(prefix)/include
-gxx_includedir = $(tooldir)/g++-include
-docdir = $(datadir)/doc
-targetdir = $(datadir)/$(target_alias)
-
-SHELL = /bin/sh
-
-INSTALL = install -c
-INSTALL_PROGRAM = $(INSTALL)
-INSTALL_DATA = $(INSTALL)
-
-CFLAGS = -g
-
-RUNTESTFLAGS = 
-
-LINK=          ln -s
-
-EXPECT = ` \
-  if [ -f $${rootme}/../../../expect/expect ] ; then \
-    echo $${rootme}/../../../expect/expect ; \
-  else \
-    echo expect ; \
-  fi`
-
-RUNTEST = ` \
-  if [ -f $${rootme}/../../dejagnu/site.exp ] ; then \
-    echo $${rootme}/../../dejagnu/runtest ; \
-  else \
-    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
-      echo runtest; \
-    else \
-      t='$(program_transform_name)'; echo runtest | sed -e '' $$t; \
-    fi; \
-  fi`
-
-CC = ` \
-  if [ -f $${rootme}/../../../gcc/xgcc ] ; then \
-    echo $${rootme}/../../../gcc/xgcc -B$${rootme}/../../../gcc/; \
-  else \
-    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
-      echo gcc; \
-    else \
-      t='$(program_transform_name)'; echo gcc | sed -e '' $$t; \
-    fi; \
-  fi`
-
-#### host, target, and site specific Makefile frags come in here.
-
-EXECUTABLES =  \
-       bitfields  \
-       break  \
-       callfuncs  \
-       coremaker  \
-       exprs  \
-       funcargs  \
-       interrupt  \
-       langs  \
-       list  \
-       mips_pro  \
-       nodebug  \
-       opaque  \
-       printcmds  \
-       ptype  \
-       recurse  \
-       return  \
-       run  \
-       scope  \
-       setvar  \
-       sigall \
-       signals  \
-       twice  \
-       watchpoint  \
-       whatis  \
-       $(CROSS_EXECUTABLES)
-
-# List of test executables that we have available.  They are kept in
-# uuencoded format to avoid SCCS/RCS problems with binary files.
-
-CROSS_EXECUTABLES =  \
-       i486-elf  \
-       i860-elf  \
-       m68k-elf  \
-       m68k-aout  \
-       m68k-aout2  \
-       mips-ecoff  \
-       sparc-aout  \
-       sparc-elf
-
-.c.o:
-       $(CC) -c $(CFLAGS) $<
-       $(CC) -E $(CFLAGS) $(srcdir)/compiler.c >$*.tmp
-       mv $*.tmp $*.ci
-
-all:   $(EXECUTABLES)
-
-run: run.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o run run.o $(LIBS)
-
-whatis: whatis.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o whatis whatis.o $(LIBS)
-
-.PRECIOUS: whatis
-
-ptype: ptype.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o ptype ptype.o $(LIBS)
-
-setvar: setvar.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o setvar setvar.o $(LIBS)
-
-exprs: exprs.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o exprs exprs.o $(LIBS)
-
-break: break.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o break break.o $(LIBS)
-
-signals: signals.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o signals signals.o $(LIBS)
-
-sigall: sigall.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o sigall sigall.o $(LIBS)
-
-twice: twice.c
-       echo '#include "twice.c"' >twice-tmp.c
-       $(CC) $(CFLAGS) $(LDFLAGS) -I$(srcdir) -o twice twice-tmp.c $(LIBS)
-       rm -f twice-tmp.c
-
-watchpoint: watchpoint.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o watchpoint watchpoint.o $(LIBS)
-
-recurse: recurse.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o recurse recurse.o $(LIBS)
-
-opaque: opaque0.o opaque1.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o opaque opaque0.o opaque1.o $(LIBS)
-
-coremaker: coremaker.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o coremaker coremaker.o $(LIBS)
-
-nodebug: nodebug.o
-       $(CC) $(LDFLAGS) $(NODEBUG_FLAGS) -o nodebug nodebug.o $(LIBS)
-
-# This gets compiled *without* -g, so don't add CFLAGS here.
-
-nodebug.o: nodebug.c
-       $(CC) -c $(srcdir)/nodebug.c
-       $(CC) -E $(srcdir)/compiler.c >nodebug.tmp
-       mv nodebug.tmp nodebug.ci
-
-# For VPATH and Sun Make, we have to make explicit dependencies.
-# DEC make doesn't seem to understand the ".u" dependency w/VPATH either.
-
-m68k-elf: $(srcdir)/m68k-elf.u
-       uudecode $(srcdir)/m68k-elf.u
-
-m68k-aout: $(srcdir)/m68k-aout.u
-       uudecode $(srcdir)/m68k-aout.u
-
-m68k-aout2: $(srcdir)/m68k-aout2.u
-       uudecode $(srcdir)/m68k-aout2.u
-
-mips-ecoff: $(srcdir)/mips-ecoff.u
-       uudecode $(srcdir)/mips-ecoff.u
-
-i486-elf: $(srcdir)/i486-elf.u
-       uudecode $(srcdir)/i486-elf.u
-
-sparc-aout: $(srcdir)/sparc-aout.u
-       uudecode $(srcdir)/sparc-aout.u
-
-i860-elf: $(srcdir)/i860-elf.u
-       uudecode $(srcdir)/i860-elf.u
-
-sparc-elf: $(srcdir)/sparc-elf.u
-       uudecode $(srcdir)/sparc-elf.u
-
-list: list0.o list1.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o list list0.o list1.o $(LIBS)
-
-scope: scope0.o scope1.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o scope scope0.o scope1.o $(LIBS)
-
-langs: langs0.o langs1.o langs2.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o langs langs0.o langs1.o langs2.o $(LIBS)
-
-bitfields: bitfields.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o bitfields.tmp bitfields.o $(LIBS)
-       mv bitfields.tmp bitfields
-
-.PRECIOUS: bitfields
-
-funcargs: funcargs.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o funcargs funcargs.o $(LIBS)
-
-return: return.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o return return.o $(LIBS)
-
-mips_pro: mips_pro.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o mips_pro mips_pro.o $(LIBS)
-
-printcmds: printcmds.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o printcmds printcmds.o $(LIBS)
-
-# Try compiling this with prototypes, if that fails maybe the compiler
-# is a pre-ANSI compiler, in which case don't use prototypes.
-callfuncs.o: callfuncs.c
-       (echo set prototypes 1 >callfuncs.tmp; \
-         $(CC) -c $(CFLAGS) $(srcdir)/callfuncs.c 2>/dev/null) \
-       || (echo set prototypes 0 >callfuncs.tmp; \
-         $(CC) -c $(CFLAGS) -DNO_PROTOTYPES $(srcdir)/callfuncs.c)
-       $(CC) $(CFLAGS) -E $(srcdir)/compiler.c >>callfuncs.tmp
-       mv callfuncs.tmp callfuncs.ci
-
-callfuncs: callfuncs.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o callfuncs callfuncs.o $(LIBS)
-
-interrupt: interrupt.o
-       $(CC) $(CFLAGS) $(LDFLAGS) -o interrupt interrupt.o $(LIBS)
-
-.NOEXPORT:
-
-INFODIRS=doc
-
-info:
-
-install-info:
-
-dvi:
-
-install:
-
-uninstall: force
-
-site.exp: ./config.status Makefile
-       @echo "Making a new config file..."
-       -@rm -f ./tmp?
-       @touch site.exp
-       -@mv site.exp site.bak
-       @echo "## these variables are automatically generated by make ##" > ./tmp0
-       @echo "# Do not edit here. If you wish to override these values" >> ./tmp0
-       @echo "# add them to the last section" >> ./tmp0
-       @echo "set host_triplet ${host_canonical}" >> ./tmp0
-       @echo "set target_triplet ${target_canonical}" >> ./tmp0
-       @echo "set srcdir ${srcdir}" >> ./tmp0
-               @echo "set objdir `pwd`" >> ./tmp0
-       @echo "set tool gdb" >> ./tmp0
-       @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0
-               @cat ./tmp0 > site.exp
-       @cat site.bak | sed \
-                       -e '1,/^## All variables above are.*##/ d' >> site.exp
-       -@rm -f ./tmp?
-
-installcheck:
-check: site.exp all just-check
-just-check:
-       rootme=`pwd`; export rootme; \
-       srcdir=${srcdir} ; export srcdir ; \
-       EXPECT=${EXPECT} ; export EXPECT ; \
-       if [ -f $${rootme}/../../expect/expect ] ; then  \
-         TCL_LIBRARY=$${srcdir}/../../tcl/library ; \
-         export TCL_LIBRARY ; fi ; \
-       $(RUNTEST) $(RUNTESTFLAGS) --tool gdb --srcdir $(srcdir)
+VPATH = @srcdir@
+srcdir = @srcdir@
+
+EXECUTABLES = a2-run advance all-types annota1 annota1-watch_thread_num \
+       annota3 anon args arrayidx async attach attach-pie-misread \
+       attach2 auxv bang\! bfp-test bigcore bitfields bitfields2 \
+       break break-always break-entry break-interp-test breako2 \
+       breakpoint-shadow break-on-linker-gcd-function \
+       call-ar-st call-rt-st call-sc-t* call-signals \
+       call-strs callexit callfuncs callfwmall charset checkpoint \
+       chng-syms code_elim1 code_elim2 commands compiler complex \
+       condbreak consecutive constvars coremaker cursal cvexpr \
+       dbx-test del disasm-end-cu display dump dup-sect dup-sect.debug \
+       dup-sect.stripped ending-run execd-prog expand-psymtabs exprs \
+       fileio find finish fixsection float foll-exec foll-fork foll-vfork \
+       frame-args freebpcmd fullname funcargs gcore \
+       gcore-buffer-overflow-012* \
+       gdb1090 gdb11530 gdb11531 gdb1250 gdb1555-main gdb1821 gdbvars \
+       hashline1 hashline2 hashline3 hbreak hook-stop-continue \
+       hook-stop-frame huge included infnan info-target int-type \
+       interrupt jit-main jump label langs lineinc list longjmp long_long \
+       macscp mips_pro miscexprs moribund-step multi-forks nodebug \
+       nofield nostdlib opaque overlays pc-fp pending permission \
+       pie-execl1 pie-execl2 pointers pointers2 pr11022 prelinkt \
+       prelinkt.debug prelinkt.stripped printcmds prologue psymtab \
+       ptr-typedef ptype randomize recurse relational relativedebug \
+       reread reread1 restore return return-nodebug-* return2 run \
+       savedregs scope section_command sep sepdebug sepdebug.stripped \
+       sepdebug2 sepdebug2.debug sepdebug2.stripped sepsymtab \
+       sepsymtab.debug sepsymtab.stripped setshow setvar shmain shreloc \
+       sigall sigaltstack sigbpt sigchld siginfo siginfo-addr \
+       siginfo-infcall siginfo-obj signals signull sigrepeat sigstep \
+       sizeof skip skip-solib solib solib-corrupted solib-display-main
+       solib-nodir solib-overlap-main-0x40000000 solib-symbol-main solib-weak \
+       solib-weak-lib2 solib_sl so-impl-ld so-indr-cl \
+       stack-checking start step-break step-bt step-line step-resume-infcall \
+       step-test store structs-t* structs2 structs3 \
+       symbol-without-target_section term tui-layout twice-tmp \
+       type-opaque-main ui-redirect unload until unwindonsignal \
+       valgrind-db-attach value-double-free varargs vforked-prog \
+       volatile watch-cond watch-cond-infcall watch-non-mem watch-read \
+       watch-vfork watch_thread_num watchpoint watchpoint-cond-gone \
+       watchpoint-hw watchpoint-hw-hit-once watchpoint-solib watchpoints \
+       wchar whatis whatis-exp catch-syscall \
+       pr10179 gnu_vector
+
+MISCELLANEOUS = coremmap.data ../foobar.baz fixsectshr.sl \
+       pendshr.sl shreloc1.sl shreloc2.sl twice-tmp.c \
+       shr1.sl shr2.sl solib_sl.sl solib1.sl solib2.sl \
+       unloadshr.sl unloadshr2.sl watchpoint-solib-shr.sl \
+       weaklib1.sl weaklib2.sl hashline1.c hashline2.c hashline3.c \
+       auxv.gcore bigcore.corefile *.core *.debug *.stripped \
+       gcore-buffer-overflow.test gcore.test shreloc.txt tmp-fullname.c
+
+all info install-info dvi install uninstall installcheck check:
+       @echo "Nothing to be done for $@..."
 
 clean mostlyclean:
-       -rm -f *~ *.o a.out xgdb *.x $(EXECUTABLES) *.ci *.tmp
-       -rm -f core core.coremaker coremaker.core corefile
-
-distclean realclean: clean
-       -rm -f *~ core *.log *.plog *.sum *.psum site.*
-       -rm -f Makefile config.status *-init.exp
+       -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
+       -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
+       -rm -f $(MISCELLANEOUS)
+
+distclean maintainer-clean realclean: clean
+       -rm -f *~ core
+       -rm -f Makefile config.status config.log
+       -rm -f *-init.exp gdb.log gdb.sum
        -rm -fr *.log summary detail *.plog *.sum *.psum site.*
-
-Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in $(host_makefile_frag) $(target_makefile_frag)
-       $(SHELL) ./config.status
-