summaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Look in the right place for bfd.h.Steve Chamberlain1993-06-181-1/+1
|
* single-quote $program_transform_nameDavid D. Zuhn1993-06-181-2/+2
|
* canonicalize install.sh locationDavid D. Zuhn1993-06-181-1/+1
|
* * Makefile.in (install, install-info): remove parentdir support,David D. Zuhn1993-06-161-18/+11
| | | | use INSTALL_XFORM; define INSTALL_XFORM
* hack backquoted command in Makefile.in to always have zero exit statusKen Raeburn1993-06-031-1/+1
|
* * Makefile.in: added c++filt and objcopy to MANPAGES variableJeffrey Osier1993-06-031-1/+1
| | | | * .Sanitize: keep c++filt.1 and objcopy.1
* rename LOADLIBES to EXTRALIBSDavid D. Zuhn1993-06-031-12/+12
|
* * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.Ian Lance Taylor1993-05-271-0/+2
|
* Makefile.in (DISTSTUFF): Don't build binutils.mm.Ken Raeburn1993-05-251-8/+24
| | | | objdump.c (slurp_symtab): Print warning for bad symbol table.
* * objcopy.c: Renamed from copy.c, updated comments accordingly.Ian Lance Taylor1993-05-121-14/+16
| | | | | | * Makefile.in, binutils.texi: Renamed copy to objcopy. * is-strip.c, maybe-strip.c, not-strip.c: Updated comments for rename of copy to objcopy.
* * Makefile.in: Change definition of $(tooldir) to match FSF.Per Bothner1993-05-041-13/+22
|
* merge binutils and gdb sparc disassemblersJim Kingdon1993-04-011-3/+2
|
* * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.Per Bothner1993-03-191-5/+6
| | | | | | | * i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c. * Makefile.in: Adjust accordingly. * objdump.c: Support new-style disassemblers (ones that use the interface of ../include/dis-asm.h).
* * Makefile.in: When making tar file, remove texinfo/*,Per Bothner1993-02-261-0/+1
| | | | except for texinfo/texinfo.tex.
* * ardup.c: Add extern declaration of strdup.Per Bothner1993-02-251-4/+2
| | | | | * Makefile.in (testsuite): Add 'else true' since otherwise Ultrix /bin/sh complains.
* In comment on how to make tar file, fix cvs tag name binutils->ld_utils.Per Bothner1993-02-251-2/+2
|
* * Makefile.in: Set VERSION to 2.1.Per Bothner1993-02-251-1/+1
| | | | | * README, NEWS: Updates. * nm.c: Add -v as a synonym for -V.
* * configure.in: added testsuite to configdirs.Mike Werner1993-02-241-1/+10
| | | | * Makefile.in: added support for building testsuite.
* * Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros.Fred Fish1993-02-121-5/+14
| | | | | | | * Makefile.in (LIBIBERTY): Use LIBIBERTY_BIN_DIR. * Makefile.in (DEMANGLER_PROG): New program to build. Add macro and rule. * Makefile.in (PROGS): Add DEMANGLER_PROG.
* * Makefile.in: Make check depend on all.Per Bothner1992-12-221-2/+2
| | | | | | | | * Makefile.in (distclean): Remove sysdep.h. * size.c: Use %u format where appropriate. * objdump.c: Standardize: L_SET -> SEEK_SET. * objdump.c: Use new macro bfd_asymbol_bfd. * configure.in: Allow std-host as the default ${mys_host}.
* * Makefile.in (dist): Fix permissions before release.Per Bothner1992-12-161-1/+8
| | | | | | | | * size.c: Use bfd_size_type (and long) where appropriate. * ar.c: Make writing a map the default, to be compatible with SYSV and Posix.2. Remove some bogus kludges that handled __.SYMDEF directly. * NEWS: New file.
* more include changesDavid D. Zuhn1992-11-081-13/+19
|
* * Makefile.in: Added mostlyclean, distclean rules,Per Bothner1992-09-021-7/+19
| | | | and cleaned up clean, realclean.
* Brought forward from p3:Ian Lance Taylor1992-09-011-5/+4
| | | | | | | Sun Aug 30 21:18:59 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: map program names through program_transform_name when installing.
* Link libopcodes with objdumpMike Werner1992-08-311-1/+1
|
* Disassemble for z8k and build using opcode librarySteve Chamberlain1992-08-311-1/+3
|
* * Makefile.in: Bump to versions 1.97.90.Per Bothner1992-08-311-2/+1
| | | | | | * cplus-dem.c: Removed. Was nowhere used - and if some programs are changed to to demangling should now use the versions in libiberty.
* Moved in from p3:Ian Lance Taylor1992-08-181-4/+12
| | | | | | | | Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com) * config/mh-apollo68v: removed -g from CC definition. * Makefile.in: always create installation directories.
* use byacc instead of bison.Mark Eichin1992-06-041-7/+8
|
* * Makefile.in: Better lex support.Per Bothner1992-05-221-5/+8
| | | | | * Makefile.in (dist): Generate flex and bison outputs for distribution.
* * Makefile.in: Bump to version 1.97.Per Bothner1992-05-051-1/+1
| | | | * ar.c: Declare errno for machines that need it.
* * objdump.c (display_info): Handle error cases without coredump.John Gilmore1992-05-051-0/+1
| | | | | Close the dummy temporary file we open in the loop. * Makefile.in (arsup.o): Add kludge to build with Sun Make.
* added test-install targetK. Richard Pixley1992-05-021-0/+3
|
* sanity testK. Richard Pixley1992-05-011-0/+1
|
* Add support for 386 disassemblySteve Chamberlain1992-05-011-1/+2
|
* rework CFLAGS so that they can be passed on the make command lineK. Richard Pixley1992-04-211-41/+84
|
* .Sanitize: reflect someone's apocopation of binutils.texi[nfo] nameRoland Pesch1991-11-151-6/+40
| | | | Makefile.in: improve texi2roff workarounds
* Remove '-' prefix from makeinfo invocation. There are no info errorsRoland Pesch1991-11-141-1/+1
| | | | in doc here; if any creep in I want a bug report.
* build and install info; install other correctlyK. Richard Pixley1991-11-141-7/+14
|
* (1) repair Makefile targets involving "binutils.texinfo" to useRoland Pesch1991-11-141-12/+18
| | | | | | | | | | instead new short name "binutils.texi" (which presumably someone changed for SysV short-name file systems). (2) use [what I understand to be] current conventions for $srcdir, makeinfo -o. (3) more filtering of roff'able target forms of doc.
* Added the $(MINUS_G) flag so that debugging can be turned offSteve Chamberlain1991-11-111-1/+2
|
* install man pages tooK. Richard Pixley1991-11-081-2/+13
|
* find include filesK. Richard Pixley1991-11-051-2/+2
|
* * Makefile.in ($(DIST_NAME).tar.Z), TODO: Various fixes.Per Bothner1991-11-031-4/+4
| | | | | | | | | | | * 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.
* * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,Per Bothner1991-10-161-6/+25
| | | | | | | | 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.
* New targets binutils.mm, binutils.meRoland Pesch1991-10-151-2/+17
|
* Avoid Sun Make VPATH bugs by adding dependencies.John Gilmore1991-10-121-10/+18
|
* * Makefile.in: add target "binutils.ms"Roland Pesch1991-10-111-0/+17
|
* Use -I. to get sysdep.h.John Gilmore1991-10-111-8/+7
|
* * nm.c (print_symbols): Handle NULL name field of symbol.Per Bothner1991-10-101-3/+0
| | | | * Makefile.in: Removed spurious comment.