Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-06-16 | (config-stamp): If $(defs) contains multiple words, emit a #define line for | Ken Raeburn | 1 | -1/+3 | |
each. | |||||
1994-06-08 | * Makefile.in (check): Delete as.new dependency, so that | Bill Cox | 1 | -1/+1 | |
regression test doesn't trigger an assembler build. | |||||
1994-06-07 | * Makefile.in (mostlyclean, realclean): New targets. | Ian Lance Taylor | 1 | -8/+9 | |
* doc/Makefile.in, testsuite/Makefile.in: Likewise. | |||||
1994-05-27 | changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs) | Ken Raeburn | 1 | -1/+1 | |
1994-05-18 | * Makefile.in (install): Redirect ln output to /dev/null. If ln | Ian Lance Taylor | 1 | -10/+10 | |
fails on gasp, install gasp.new, not gasp. | |||||
1994-04-14 | * Makefile.in: Make $(OBJS) depend on $(ALL_OBJ_DEPS). | Ken Raeburn | 1 | -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 Taylor | 1 | -7/+10 | |
1994-03-20 | * Makefile.in (STAGESTUFF): Add gasp.new. | Jeff Law | 1 | -9/+18 | |
1994-01-31 | Support for gasp. | Steve Chamberlain | 1 | -1/+16 | |
1994-01-26 | Change all occurances of RUNTEST_FLAGS to RUNTESTFLAGS to be consistant with | Rob Savoye | 1 | -1/+1 | |
everything else. (and now work recursively too) | |||||
1994-01-13 | * configure.in (i386-*-netbsd*): New target, using te-netbsd.h. | Ken Raeburn | 1 | -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-06 | include literal.c, .o | Ken Raeburn | 1 | -0/+2 | |
1994-01-04 | Tue Jan 4 15:12:43 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -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 Taylor | 1 | -0/+6 | |
1993-11-17 | * Makefile.in (REAL_SOURCES): Added ecoff.c. | Ian Lance Taylor | 1 | -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.h | Jeff Law | 1 | -32/+42 | |
1993-06-20 | (INCLUDES): Look in ../bfd, not ../include, for bfd.h. | Ken Raeburn | 1 | -1/+1 | |
1993-06-18 | Look in the right place for bfd.h. | Steve Chamberlain | 1 | -1/+1 | |
1993-06-18 | single-quote $program_transform_name | David D. Zuhn | 1 | -2/+2 | |
1993-06-17 | canonicalize install.sh location | David D. Zuhn | 1 | -1/+1 | |
1993-06-16 | remove parentdir support | David D. Zuhn | 1 | -1/+1 | |
1993-06-16 | remove parentdir support; use INSTALL_XFORM | David D. Zuhn | 1 | -30/+62 | |
1993-03-23 | add installcheck | David D. Zuhn | 1 | -1/+1 | |
1993-03-20 | Make targ-cpu.o depend on config.h so gas will build from scratch. | Jim Wilson | 1 | -1/+1 | |
1993-03-12 | config.h, version.c: Now generated from the Makefile. | Ken Raeburn | 1 | -7/+26 | |
ALL_CFLAGS: No longer define TARGET_CPU. check: Print a message, rather than staying silent. VERSION: New variable. | |||||
1992-12-03 | Some cleanup. | Ken Raeburn | 1 | -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-15 | Changes to make an installed cross-compiler find everything correctly. | Ian Lance Taylor | 1 | -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-09 | include opcode library | Ken Raeburn | 1 | -1/+1 | |
1992-09-01 | Brought forward from p3: | Ian Lance Taylor | 1 | -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-29 | Make as.new depend on LOCAL_LOADLIBES. | Jim Wilson | 1 | -1/+1 | |
1992-08-24 | Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -1/+1 | |
* Makefile.in: defined TARGET_CPU for C code so that it can choose one element of a family. | |||||
1992-08-18 | Moved in from p3: | Ian Lance Taylor | 1 | -21/+39 | |
Tue Aug 18 14:16:38 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories. Removed MINUS_G, set CFLAGS to default to -g, added FLAGS_TO_PASS, passed FLAGS_TO_PASS to recursive makes. | |||||
1992-07-07 | get the CROSS macro into gcc's flags | K. Richard Pixley | 1 | -7/+7 | |
1992-04-07 | The apollo make does not like lines which end in a backslash, but do not have | Sean Eric Fagan | 1 | -6/+8 | |
anything following (it tries to interpret the next line as a command; for this file, the next line was merely more rules). | |||||
1992-03-14 | pass MAKEINFO macro on info | K. Richard Pixley | 1 | -1/+1 | |
1992-03-13 | Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -4/+4 | |
* flonum-const.c: renamed flonum-konst.c to stop dos name conflict. | |||||
1992-03-08 | This is the second batch of makefile changes. Libg++ makefiles were | K. Richard Pixley | 1 | -11/+16 | |
checked in earlier. These are Makefiles relevant to the progressive release currently in progress. * added exec_prefix * default bindir now exec_prefix/bin * default libdir now exec_prefix/lib * default mandir now prefix/man * default infodir now prefix/info * added oldincludedir, default NULL * remove all traces of the old -subdirs and -namesubdir support, including code, for loops, and all subdir/unsubdir stuff. * remove old style staging targets {de-}stage[1234], comparison, bootstrapN, from all but the bootstrappable tools. * added check targets. * removed any "Last Mod" lines. * forced copyrights to '92 and shifted some from Cygnus to FSF. * added tooldir and program_prefix where needed. * updated texinfo and man pages, removed all references to multiple hosts or targets. | |||||
1992-02-21 | changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386 | K. Richard Pixley | 1 | -1/+2 | |
coff as it appears to be used on aix386. | |||||
1992-02-21 | doc. bring it in, use it. | K. Richard Pixley | 1 | -1/+10 | |
1992-02-17 | fighting bitrot in a major way | K. Richard Pixley | 1 | -197/+30 | |
1992-02-15 | White space and comment changes. #ifdef __STDC__ becomes #if __STDC__ | K. Richard Pixley | 1 | -8/+9 | |
== 1. Get the declarations right in listing.[hc]. | |||||
1991-12-07 | Fri Dec 6 23:16:43 1991 K. Richard Pixley (rich at rtl.cygnus.com) | K. Richard Pixley | 1 | -49/+32 | |
* Makefile.in: install using INSTALL_DATA and INSTALL_PROGRAM. correct include directory locations. added standards.text support. * configure.in: mark this directory as target dependent. Thu Dec 5 22:46:23 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. | |||||
1991-11-20 | link as.new only if there is something to link to | K. Richard Pixley | 1 | -3/+5 | |
1991-11-13 | make the stage link a soft one | K. Richard Pixley | 1 | -3/+3 | |
1991-11-08 | get version from the right place | K. Richard Pixley | 1 | -1/+1 | |
1991-11-07 | only build a link if it isn't there already | K. Richard Pixley | 1 | -3/+3 | |
1991-11-06 | *** empty log message *** | Steve Chamberlain | 1 | -5/+5 | |
1991-11-05 | Uses ddestdir instead of destdir. | Steve Chamberlain | 1 | -3/+3 | |
1991-11-05 | get libiberty path right | K. Richard Pixley | 1 | -3/+3 | |
1991-10-12 | doc/as.texinfo: minor changes for texi2roff-2 | Roland Pesch | 1 | -5/+4 | |
Makefile.in: revise 'doc' target. |