aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1994-12-30* Makefile.in (dependencies): Make $(OBJS) depend on as.h and everything itKen Raeburn1-99/+35
includes. Delete those files from per-file dependencies.
1994-12-20* Makefile.in (SUBDIR_INCLUDES): Deleted.Ken Raeburn1-1/+0
1994-12-17* Makefile.in (CHECKFLAGS): Don't pass AS_FOR_TARGET, CC_FOR_TARGET,Ken Raeburn1-46/+4
OBJDUMP_FOR_TARGET, NM_FOR_TARGET; they're not used. (AS_FOR_TARGET, CC_FOR_TARGET, OBJDUMP, OBJDUMP_FOR_TARGET, NM, NM_FOR_TARGET): Don't define. (VMS_OTHER_OBJS): Add xmalloc.o and xexit.o from libiberty. (tooldir): Use exec_prefix, not libdir.
1994-11-22 * Makefile.in (INSTALL_XFORM): Fix typo.Steve Chamberlain1-2/+2
1994-11-03Changes from net 2.5.2 release branch:Ken Raeburn1-5/+21
* configure.in: Put AC_DEFINE(sparcv9) on its own line, so that the shell variable settings associated with it are permanent. For CPUs requiring bfd_gas=yes, select it based on CPU only, not individual target names. Handle m68k-hp-hpux*, not just -hpux. * config/tc-z8k.c (tc_coff_symbol_emit_hook): Add dummy argument to match prototype in obj-coff.h. * configure.in: Skip tests for defining WANT_FOPEN_BIN and IBM_COMPILER_SUX. * acconfig.h: Deleted them. * configure, conf.in: Rebuild with autoconf 2.0. * config/go32.cfg, config/vms-conf.h: Updated. * config/tc-m68k.c (md_apply_fix_2, md_convert_frag_1): Always use IBM_COMPILER_SUX version of code, with comments indicating why. * listing.c (file_info): Use text mode when opening file for read. Use "r" directly, no macro. * input-file.c (input_file_open): Don't use FOPEN_RT, just use "r". * read.c (s_include): Ditto. * output-file.c (output_file_create): Try both "wb" and "w", don't bother with FOPEN_* macros. * as.h: Don't include fopen-*.h. * config/alpha-opcode.h: Make "ret" with no operands equivalent to "ret zero,(ra)", to match OSF1 and to be consistent with both one-operand forms. Patches from DJ Delorie: * as.h (alloca): undef alloca before defining it just in case * config/go32.cfg: new file for autoconf values * config/te-go32.h: new file * configure.bat: new for autoconf * config/tc-i386.c (md_assemble): Fix typo in GOTPC check; had = for ==. * configure.in: If target_frag doesn't exist, use /dev/null. * as.c (parse_args): For non-VMS systems, re-add `v' to std_shortopts. Add "verbose" to list of long options. * write.c (adjust_reloc_syms): When generating an absolute section symbol as a placeholder, don't mark it as used in a relocation entry, here. * Makefile.in (comparison): Compare using makefile code from gcc, stripped down to discard subdir stuff and adapted to give a non-zero exit status if either file differs.
1994-10-12* Makefile.in (bootstrap, bootstrap2, bootstrap3): Create a "stage" symlink toKen Raeburn1-18/+11
the appropriate stage* directory, and use it instead in the -B options. (comparison): Revert yesterday's change.
1994-10-11* Makefile.in (comparison): When comparing as.new or gasp.new, try running theKen Raeburn1-3/+17
binary through sed to avoid differences due to "stage1" or "stage2" having been written into the binary.
1994-10-01(diststuff): Build make-gas.com.Ken Raeburn1-1/+5
(clean, mostlyclean): Delete make-gas.com. (realclean): Separate target, depend on clean and distclean.
1994-09-29(all): Depend on .gdbinit.Ken Raeburn1-1/+3
(.gdbinit): Rebuild from gdbinit.in by running config.status.
1994-09-28 * Makefile.in (gasp.o): Depends upon config.h.Ian Lance Taylor1-1/+1
1994-09-28updated version to 2.4.90Ken Raeburn1-1/+4
1994-09-13* Makefile.in (*_FOR_TARGET, INSTALL_XFORM, install, uninstall): RewriteKen Raeburn1-12/+8
handling of program_transform_name. * configure.in: Test for "unlink" and "delete", define USE_DELETE_FOR_UNLINK if only the latter is found. Not expected to be triggered on UNIX/POSIX systems. * acconfig.h (USE_DELETE_FOR_UNLINK): Undef here, provide comments. Update for autoconf 1.118: * gdbinit.in: New file, created from old .gdbinit. * .gdbinit: Deleted. * aclocal.m4 (GAS_GDBINIT): Deleted. * configure.in: Don't use it. Instead, generate .gdbinit from gdbinit.in. Don't substitute cpu_type, obj_format, emulation, atof. Switched order of AC_LINK_FILES arguments. Use AC_PREREQ to ensure that older versions of autoconf aren't used. * Makefile.in: Added @configure_input@ line. (configure): Deleted rule. [regenerated conf.in, configure]
1994-09-13* Makefile.in (config-stamp): Add a "this file generated by make" message toKen Raeburn1-1/+2
config.h.
1994-09-08fix config.status, Makefile dependenciesKen Raeburn1-2/+2
1994-09-07Remove 'brokensed' hack, autoconf should make it unnecessary now.Ken Raeburn1-8/+9
1994-09-01* as.h (volatile): Don't test or define here; not needed.Ken Raeburn1-1/+1
(alloca): Replace alloca-conf.h inclusion with code recommended in autoconf documentation. Include config.h first. Makefile.in (INCLUDES): Deleted last patch (using -I..).
1994-08-31Makefile.in (INCLUDES): Include "-I.." for libiberty/alloca-conf.h.Ken Raeburn1-3/+3
1994-08-28Makefile.in (distclean, realclean): Remove new configure-generated files.Ken Raeburn1-1/+1
1994-08-28Conversion to autoconf:Ken Raeburn1-48/+52
* acconfig.h, aclocal.m4: New files. * configure.in: Rewritten (except for some target-specific code) for autoconf. * conf.in, configure: New files, generated from the above. * Makefile.in: Changed magic sequence indicating insertion of makefile fragments. (VPATH, srcdir, CC, LIBS, OBJS dependencies): Use @-substitutions from configure. (LINKED_HEADERS): Deleted a.out.gnu.h, a.out.h, and host.h. (config.status, configure): Rewrite rules. (config-stamp): Depend on conf. Skip variables that configure is now substituting itself. (*.o dependencies): Deleted host.h. (distclean, realclean): Don't delete host.h. * as.c: Don't include stdio.h, string.h, sys/types.h. Include signal.h after as.h. * as.h: Include alloca-conf.h first. Include ctype.h, string.h, strings.h, stdlib.h, unistd.h, sys/types.h, fopen-bin.h, fopen-same.h, as suggested by autoconf test results. [BROKEN_ASSERT]: Don't include assert.h. (strdup): Declare. (volatile, const): Define if not __STDC__ and not already defined. (malloc, realloc) [NEED_MALLOC_DECLARATION]: Declare. (free) [NEED_FREE_DECLARATION]: Declare. * gasp.c: Include config.h, stdlib.h (if HAVE_STDLIB_H). Don't include host.h. (malloc) [NEED_MALLOC_DECLARATION]: Declare. * messages.c: Include as.h first. Include errno.h only if HAVE_ERRNO_H. If HAVE_VARARGS_H and not __STDC__, undefine HAVE_STDARG_H. Set NO_STDARG and NO_VARARGS as appropriate. * doc/Makefile.in (srcdir, INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Use autoconf @-substitutions.
1994-06-16(config-stamp): If $(defs) contains multiple words, emit a #define line forKen Raeburn1-1/+3
each.
1994-06-08 * Makefile.in (check): Delete as.new dependency, so thatBill Cox1-1/+1
regression test doesn't trigger an assembler build.
1994-06-07 * Makefile.in (mostlyclean, realclean): New targets.Ian Lance Taylor1-8/+9
* doc/Makefile.in, testsuite/Makefile.in: Likewise.
1994-05-27changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)Ken Raeburn1-1/+1
1994-05-18 * Makefile.in (install): Redirect ln output to /dev/null. If lnIan Lance Taylor1-10/+10
fails on gasp, install gasp.new, not gasp.
1994-04-14* Makefile.in: Make $(OBJS) depend on $(ALL_OBJ_DEPS).Ken Raeburn1-1/+11
* configure.in: Set ALL_OBJ_DEPS in output Makefile. Based on suggestions from <BAILEY@hmivax.humgen.upenn.edu> (Charles Bailey): * vmsconf.sh: In generated file, get ".obj" suffix right, build source files from other directories into objects in the current directory, and specify PSECT attributes explicitly to linker. Also added missing label. * Makefile.in (stamp-mk.com): Reference new variable VMS_OTHER_OBJS for list of non-local object files, instead of listing them here. (VMS_OTHER_OBJS): New variable, added more libiberty files. * make-gas.com: Regenerated. * config/ho-vms.h (unlink): Define as delete. * config-gas.com: Fix quoting on TARGET_CANONICAL definition. Delete files before creating them.
1994-04-14 * Makefile.in (de-stage1, de-stage2, de-stage3): Use rm -f.Ian Lance Taylor1-7/+10
1994-03-20 * Makefile.in (STAGESTUFF): Add gasp.new.Jeff Law1-9/+18
1994-01-31Support for gasp.Steve Chamberlain1-1/+16
1994-01-26Change all occurances of RUNTEST_FLAGS to RUNTESTFLAGS to be consistant withRob Savoye1-1/+1
everything else. (and now work recursively too)
1994-01-13* configure.in (i386-*-netbsd*): New target, using te-netbsd.h.Ken Raeburn1-4/+6
(i386-*-netbsd0.8): New target, like 386bsd. * configure.in: Set BFDDEF in Makefile to "define" or "undef". * Makefile.in (config.h): Protect against multiple inclusions. Define or undef BFD_ASSEMBLER as specified by $(BFDDEF). (ALL_CFLAGS): Omit $(BFDDEF).
1994-01-06include literal.c, .oKen Raeburn1-0/+2
1994-01-04Tue Jan 4 15:12:43 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-3/+5
* Makefile.in (INCLUDES): Add $(srcdir)/.. to places to search. * config/obj-ecoff.c: Include files as "bfd/" instead of "../bfd/". * app.c, flonum.h, hex-value.c (const): Change #if to be more portable.
1993-11-30 * Makefile.in (stabs.o): Added dependencies.Ian Lance Taylor1-0/+6
1993-11-17 * Makefile.in (REAL_SOURCES): Added ecoff.c.Ian Lance Taylor1-2/+11
(REAL_HEADERS): Added ecoff.h. (OBJS): Added ecoff.o. (ecoff.o): New target.
1993-11-09 * Makefile.in (distclean): Delete config-stamp and config.hJeff Law1-32/+42
1993-06-20(INCLUDES): Look in ../bfd, not ../include, for bfd.h.Ken Raeburn1-1/+1
1993-06-18Look in the right place for bfd.h.Steve Chamberlain1-1/+1
1993-06-18single-quote $program_transform_nameDavid D. Zuhn1-2/+2
1993-06-17canonicalize install.sh locationDavid D. Zuhn1-1/+1
1993-06-16remove parentdir supportDavid D. Zuhn1-1/+1
1993-06-16remove parentdir support; use INSTALL_XFORMDavid D. Zuhn1-30/+62
1993-03-23add installcheckDavid D. Zuhn1-1/+1
1993-03-20Make targ-cpu.o depend on config.h so gas will build from scratch.Jim Wilson1-1/+1
1993-03-12config.h, version.c: Now generated from the Makefile.Ken Raeburn1-7/+26
ALL_CFLAGS: No longer define TARGET_CPU. check: Print a message, rather than staying silent. VERSION: New variable.
1992-12-03Some cleanup.Ken Raeburn1-19/+6
Deleted some unused code. Fixed some declarations to use PARAMS macro. Fixed up configure.in for new targets. Some whitespace/comment fixes. Merged config/ChangeLog.
1992-09-15Changes to make an installed cross-compiler find everything correctly.Ian Lance Taylor1-4/+8
Tue Sep 15 15:32:02 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in (install): if $(tooldir) exists, install as in $(tooldir)/bin.
1992-09-09include opcode libraryKen Raeburn1-1/+1
1992-09-01Brought forward from p3:Ian Lance Taylor1-12/+10
Sun Aug 30 21:24:46 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: map "as" through program_transform_name when installing.
1992-08-29Make as.new depend on LOCAL_LOADLIBES.Jim Wilson1-1/+1
1992-08-24Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-1/+1
* Makefile.in: defined TARGET_CPU for C code so that it can choose one element of a family.