* configure.in (configdirs): Remove definition--testsuite is no

longer configured.
	* Makefile.in (testsuite): Remove target.
	(site.exp): New target.
	(check): Rewrite.
	(clean, distclean): Don't recur into testsuite directory.
This commit is contained in:
Ian Lance Taylor 1994-10-14 18:57:57 +00:00
parent 3aba335daf
commit 5903dfae1f
2 changed files with 54 additions and 327 deletions

View file

@ -1,3 +1,16 @@
Fri Oct 14 14:38:13 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
* configure.in (configdirs): Remove definition--testsuite is no
longer configured.
* Makefile.in (testsuite): Remove target.
(site.exp): New target.
(check): Rewrite.
(clean, distclean): Don't recur into testsuite directory.
Tue Oct 11 15:26:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
* Makefile.in (sysdump.o): Depends upon sysroff.c.
Mon Oct 10 13:50:30 1994 J.T. Conklin (jtc@rtl.cygnus.com)
* nlmconv.c (link_inputs): Pass -Ur flag to ld so that the
@ -1963,314 +1976,4 @@ Fri May 1 16:20:23 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in: use sanity test on make check.
Tue Apr 21 13:38:37 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in: rework CFLAGS so that they can be passed on the
command line to make. Remove MINUS_G. Default CFLAGS to -g.
Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* arsup.c, arsup.h, arparse.y, arlex.l: support for archive
scripting language.
Fri Mar 6 21:54:53 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in: added check target.
Thu Mar 5 21:35:49 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in: added clean-info target.
Tue Mar 3 15:36:37 1992 K. Richard Pixley (rich@rtl.cygnus.com)
* Makefile.in: remove $(COPY_PROG) from PROGS. It shouldn't be
installed. added tooldir and program_prefix.
Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in, configure.in: removed traces of namesubdir,
-subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
copyrights to '92, changed some from Cygnus to FSF.
Sun Feb 16 12:53:02 1992 Per Bothner (bothner at cygnus.com)
* Makefile.in: Bump version to 1.96, and remove -beta
suffix from distribution name.
* m68k-pinsn.c: New macro COERCE_SIGNED_CHAR to extract
the signed value of a character (even if chars are unsigned).
* sparc-pinsn.c: Add new operand types.
Thu Feb 6 12:14:19 1992 Steve Chamberlain (sac at rtl.cygnus.com)
* objdump.c (disassemble_data): don't print a section's contents
if it's not loadable (eg bss)
Tue Jan 28 11:11:06 1992 Steve Chamberlain (sac at rtl.cygnus.com)
* m68k-pinsn.c (print_insn_arg): fixed so that -ve branch
displacements don't get printed as large +ve ones.
Fri Jan 24 14:47:53 1992 Steve Chamberlain (sac at rtl.cygnus.com)
* copy.c, nm.c, objdump.c, size.c : changed to use the
new reloc scheme.
Mon Dec 30 18:34:41 1991 Per Bothner (bothner at cygnus.com)
* bucomm.c (print_arelt_descr): Tweek the output format
so that 'ar tv' output follows Posix 1003.2/D11.
Output is now also identical to Sun's (except __.SYMDEF).
Mon Dec 30 06:09:53 1991 John Gilmore (gnu at cygnus.com)
* Makefile.in: Make `make' output more readable.
Wed Dec 18 15:04:45 1991 Per Bothner (bothner at cygnus.com)
* Makefile.in: Bump to version 1.94.
Wed Dec 11 16:48:09 1991 Steve Chamberlain (sac at cygnus.com)
* ar.c: added "b" to fopens for dos
* configdj.bat, makefile.dos new files from DJ
Tue Dec 10 04:07:26 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: infodir belongs in datadir.
Sat Dec 7 17:09:37 1991 Steve Chamberlain (sac at rtl.cygnus.com)
* bucomm.h: created to hold prototypes of bucomm.c
* objdump.h: created to hold prototyes of objdump.c
* am29k-pinsn.c: include objdump.h
* ar.c: include bucomm.h, get ar.h from the right place and
include libbfd.h
* bucomm.c: defunize bfd_fatal
* copy.c: include bucomm.h, lint.
* i960-pinsn.h: include bucomm.h
* m68k-pinsn.h: lint
* nm.c: include bucomm.h, lint
* objdump.c: lint
* sparc-pinsn.c: include objdump.h
Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: added standards.text support. install using
INSTALL_PROGRAM and INSTALL_DATA.
* configure.in: configure now does all of it's work from objdir so
make file existence tests against ${srcdir}.
Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: idestdir and ddestdir go away. Added copyrights
and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
and mandir now keyed off datadir by default.
Wed Dec 4 22:42:03 1991 Per Bothner (bothner at cygnus.com)
* Makefile.in: Bump to version 1.93.
* Makefile.in: Add make-strip.o:maybe-strip.c dependency
for make versions that provide half-baked VPATH-support (e.g. Sun's).
* size.c: Improvements suggested by
"david d [zoo] zuhn" <zoo@aps1.spa.umn.edu>:
- Don't emit (Berkeley) headers if no files were found.
- Return a non-zero return code on failure.
Sat Nov 30 21:34:19 1991 Steve Chamberlain (sac at rtl.cygnus.com)
Changes due to include file renaming:
* am29k-pinsn.c: a29k-opcode.h -> opcode/a29k.h
* sparc-pinsn.c: sparc-opcode.h -> opcode/sparc.h
* m68k-pinsn.c: m68k-opcode.h -> opcode/m68k.h
* nm.c: stab.gnu.h -> aout/stab_gnu.h
Tue Nov 19 19:20:43 1991 Per Bothner (bothner at cygnus.com)
* README: Mention MINIMIZE flag for bfd's make.
Mon Nov 18 12:05:37 1991 Per Bothner (bothner at cygnus.com)
* README: Various improvements.
Sun Nov 17 23:40:59 1991 Per Bothner (bothner at cygnus.com)
* Makefile.in: Bump to version 1.92.
* version.c, Makefile.in: Get version string from Makefile.
* copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
Make the same change that we earlier did for ar/ranlib:
Generate two different binaries for strip and copy and use
a global variable with different values to distinguish
ostrip from copy. (-1 means to use argv[0] to decide,
so you can get the old behavior, but it is no longer the default).
* copy.c (copy_file): Set EXEC_P of output bfd if input is so.
* copy.c (main): If is_strip==-1, compare last 5 chars
of argv[0], not the whole path.
* copy.c (main): Return 0, not 1.
* copy.c (setup_sections): Fix due to change in bfd_make_section
now failing if asked for a duplicate section.
* strip.c, ostrip.c: Removed obsolete files.
* ar.c, not-ranlib.c, maybe-ranlib.c:
Change encoding of is_ranlib variable to be consistent
with is_strip for strip.copy (i.e -1 to means use argv[0]).
Thu Nov 14 20:11:02 1991 Per Bothner (bothner at cygnus.com)
* version.c (program_version): Update to version 1.92.
Tue Nov 12 16:17:53 1991 Per Bothner (bothner at cygnus.com)
* ar.c (get_pos_bfd): Previous fix was missing a "break".
Thu Nov 7 08:55:56 1991 Steve Chamberlain (sac at cygnus.com)
* am29k-pinsn.c: Fixed bug in mtacc, dmac and fmac instruction
encodings. (Thaks to David Wood)
Sun Nov 3 14:50:23 1991 Per Bothner (bothner at cygnus.com)
* Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.
* ar.c (get_pos_bfd): Fix to handling of before/after
positioning options.
* bucomm.c (fatal): MISSING_VFPRINTF is no longer an issue,
since libiberty contains vfprintf etc if otherwise missing.
* m68k-pinsn.c (print_insn_arg): Support BB/BW/BL
type operands, as used by branch instructions.
* nm.c: Delegate printing of symbols to BFD,
by using bfd_print_symbol to do the formatting.
Mon Oct 28 11:20:47 1991 Steve Chamberlain (steve at cygnus.com)
* ar.c (write_archive.c): added unlink before rename since some
systems can't rename onto an existant file.
Mon Oct 21 09:47:23 1991 Steve Chamberlain (steve at rtl.cygnus.com)
* nm.c: now doesn't crash if a symbol with no section and no
SEC_ABS appears.
Thu Oct 17 15:25:50 1991 Per Bothner (bothner at cygnus.com)
* Makefile.in, version.c: Bump to version 1.91.
Wed Oct 16 11:45:36 1991 Per Bothner (bothner at cygnus.com)
* Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
* strip.c: Add or update Copyright notice.
* TODO: Add note on 'nm -a'.
* version.c: Update version number to 1.90.
* Makefile.in: Fix making of documentation for dist.
Tue Oct 15 00:17:17 1991 Per Bothner (bothner at cygnus.com)
* README: New file.
* Makefile.in: New kludgy rules for making a tarfile.
* Makefile.in: Fix bindir path.
Mon Oct 14 17:34:29 1991 Roland H. Pesch (pesch at cygnus.com)
* Makefile.in: add targets binutils.mm, binutils.me
Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
* Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
* Makefile.in: add target "binutils.ms"
* binutils.texinfo: minor restructuring for texi2roff comfort.
Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
Restructure configuration scheme for bfd, binutils, ld.
* include/sys/h-*.h: Move to bfd/hosts/h-*.h.
* configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
Change some config names to match other dirs.
* *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
get defined first.
* Makefile.in: Use -I. to get sysdep.h.
Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
* nm.c (print_symbols): Handle NULL name field of symbol.
* Makefile.in: Removed spurious comment.
Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
* binutils.texinfo: minor typos, phrasing, formatting fixes.
Tue Oct 8 15:13:20 1991 Per Bothner (bothner at cygnus.com)
* configure.in: Get host file from ../bfd/config, not config.
* config/*: Remove config directory and its files.
Tue Oct 8 13:58:59 1991 Roland H. Pesch (pesch at cygnus.com)
* Makefile.in: new targets binutils.dvi, binutils.info
* binutils.texinfo: remove most remaining FIXME's, delete
references to __.SYMDEF by name
Tue Oct 8 10:23:44 1991 Steve Chamberlain (steve at cygnus.com)
* objdump.c (print_address) Print addresses nicely.
Mon Oct 7 11:31:05 1991 Per Bothner (bothner at cygnus.com)
* ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
Make two different binaries for ar and ranlib, instead of
distinguishing them at run time using argv[0].
(Old behavior is still available if you "make ar_with_ranlib",
but it is not the default.)
* ranlib.sh (new): An alternative one-line
shell implementation of ranlib.
Fri Oct 4 21:49:44 1991 John Gilmore (gnu at cygnus.com)
* objdump.c: Cope with renames of a few BFD types & enums.
Fri Oct 4 19:08:09 1991 Roland H. Pesch (pesch at cygnus.com)
* binutils.texinfo: add new file (rudimentary docn)
Mon Sep 30 12:30:39 1991 Per Bothner (bothner at cygnus.com)
* config/hmake-news: Add new file (for Sony NEWSOS3).
* bucomm.c (fatal): Conditionally compile fatal() depending on
MISSING_VFPRINTF, and don't confuse the issue with NO_VARARGS.
* objdump.c (dump_headers): Trivial output format change.
* objdump.c (display_info): Loop over integers, not enums,
to appease old compilers.
Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)
*objdump.c *nm.c *copy.c :hanged some types to work with 64 bit object files
Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
from bother
* objdump.c (print_address): Make disasembled output more
consistent with gdb and as: Add 0x when printing hex.
Don't print extra leading zeros.
Attempt to not print "filename.o".
* objdump.c: Add some enum-to-int casts to accomodate old compilers.
Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
* copy.c: Change =& constructs to = &, since they confuse older
C compilers.
Local Variables:
mode: indented-text
left-margin: 8
fill-column: 74
version-control: never
End:
Tue Apr 21 13:38:37 1992 K.

View file

@ -168,16 +168,46 @@ FLAGS_TO_PASS = \
all: $(ADDL_LIBS) $(PROGS)
testsuite:
if [ -f testsuite/Makefile.in ]; then \
(rootme=`pwd`/ ; export rootme ; \
rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
cd testsuite; $(MAKE) FLAGS_TO_PASS=$(FLAGS_TO_PASS)); \
else true ; fi
# These targets are for the dejagnu testsuites. The file site.exp
# contains global variables that all the testsuites will use.
check: force
rootme=`pwd`; export rootme; cd testsuite ; \
$(MAKE) check $(FLAGS_TO_PASS)
site.exp: ./config.status Makefile
@echo "Making a new config file..."
@rm -f ./tmp?
@touch site.exp
@mv site.exp site.bak
@echo "## variables are automatically generated by make ##" > ./tmp0
@echo "# Do not edit here. If you wish to override these" >> ./tmp0
@echo "# values, add them to the last section" >> ./tmp0
@echo "# HOST AND TARGET INFO" >> ./tmp0
@echo "set host_os $(host_os)" >> ./tmp0
@echo "set host_alias $(host_alias)" >> ./tmp0
@echo "set host_cpu $(host_cpu)" >> ./tmp0
@echo "set host_vendor $(host_vendor)" >> ./tmp0
@echo "set target_os $(target_os)" >> ./tmp0
@echo "set target_alias $(target_alias)" >> ./tmp0
@echo "set target_cpu $(target_cpu)" >> ./tmp0
@echo "set target_vendor $(target_vendor)" >> ./tmp0
@echo "set host_triplet $(host_canonical)" >> ./tmp0
@echo "set target_triplet $(target_canonical)" >> ./tmp0
@echo "# DIRECTORY INFO" >> ./tmp0
@echo "set objdir `pwd`" >> ./tmp0
@echo "" >> ./tmp0
@echo "## Variables generated by configure. Do Not Edit ##" >> ./tmp0
@cat ./tmp0 > site.exp
@cat site.bak | sed \
-e '1,/^## Variables generated by.*##/ d' >> site.exp
-@rm -f ./tmp?
check: site.exp
r=`pwd`; export r; \
srcroot=`cd ${srcdir}; pwd` ; export srcroot ; \
EXPECT=${EXPECT} ; export EXPECT ; \
if [ -f $$r/../expect/expect ] ; then \
TCL_LIBRARY=$${srcroot}/../tcl/library ; \
export TCL_LIBRARY ; fi ; \
$(RUNTEST) --tool binutils --srcdir $(srcdir)/testsuite \
$(RUNTESTFLAGS)
installcheck:
/bin/sh $(srcdir)/sanity.sh $(bindir)
@ -307,7 +337,7 @@ srconv: srconv.o coffgrok.o $(ADDL_LIBS)
coffdump: coffdump.o coffgrok.o $(ADDL_LIBS)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ coffdump.o coffgrok.o $(ADDL_LIBS) $(EXTRALIBS)
sysdump.o: sysdump.c sysroff.h
sysdump.o: sysdump.c sysroff.h sysroff.c
sysdump: sysdump.o $(ADDL_LIBS)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ sysdump.o $(ADDL_LIBS) $(EXTRALIBS)
@ -486,14 +516,8 @@ binutils.me: $(srcdir)/binutils.texi
mostlyclean:
-rm -f *.o *~ \#* core binutils.?? binutils.???
clean: mostlyclean
@if [ -d testsuite ] ; then \
cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) clean ; \
else true; fi
-rm -f $(PROGS) underscore.c
distclean:
@if [ -d testsuite ] ; then \
cd testsuite ; $(MAKE) $(FLAGS_TO_PASS) distclean ; \
else true; fi
-rm -f Makefile config.status sysdep.h *.o *~ \#* core y.* \
binutils.?? binutils.??s binutils.aux binutils.log binutils.toc
-rm -f $(PROGS) underscore.c