aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1995-09-12 * Makefile.in (maintainer-clean): New target.Ian Lance Taylor1-1/+3
1995-09-07 * config.in: Rename from config.h.in.Ian Lance Taylor1-2/+2
* configure.in: Call AC_CONFIG_HEADER with config.h:config.in. Check for config.h:config.in when creating stamp-h. * configure: Rebuild. * Makefile.in (stamp-h): Depend upon config.in rather than config.h.in. Set CONFIG_HEADERS to config.h:config.in when calling config.status.
1995-09-07 * Makefile.in (distclean): Remove config.h, stamp-h, andIan Lance Taylor1-1/+1
config.log.
1995-09-07 * Makefile.in (*.o): Remove incorrect dependencies onIan Lance Taylor1-14/+14
$(BFDDIR)/hosts/std-host.h.
1995-09-06 * configure.in: Rewrite to use autoconf.Ian Lance Taylor1-50/+58
* aclocal.m4: New file. * configure: New file, built by autoconf. * acconfig.h: New file. * config.h.in: New file, built by autoheader. * Makefile.in: Various changes for new configure script. Also: (PROGS): Remove $(SYSINFO_PROG). (ALL_CFLAGS): Remove $(TDEFINES). (version.o): Use $(ALL_CFLAGS). (cplus-dem.o, dlltool.o, nlmconv.o): Likewise. (sysdump.o): Depend upon bucomm.h and config.h. (srconv.o, arsup.o, strings.o): Depend upon config.h. (filemode.o): Don't depend upon ../bfd/sysdep.h. (bucomm.o): Depend upon config.h, not ../bfd/sysdep.h. (size.o, objdump.o, nm.o, ar.o, objcopy.o): Likewise. (nlmheader.o, nlmconv.o): Likewise. (distclean): Don't remove sysdep.h. * bucomm.h: Include "ansidecl.h", <stdio.h>, and "config.h". Include "fopen-same.h" or "fopen-bin.h", based on USE_BINARY_FOPEN. Include <errno.h>, and declare errno if it is not a macro. Include <unistd.h>, <string.h>, <strings.h>, <stdlib.h>, and <fcntl.h> if they are present. Declare strchr, strrchr, and strstr if no string header file exists. Include <sys/file.h> if it exists and <fcntl.h> does not. Define O_RDONLY and O_RDWR if necessary. * ar.c: Don't include "sysdep.h". Do include <sys/types.h> and <sys/stat.h>. Use HAVE_GOOD_UTIME_H rather than POSIX_UTIME. Use HAVE_UTIMES rather than !USE_UTIME. Don't include <errno.h>, and don't declare errno. * arsup.c: Don't include <sysdep.h>. * bucomm.c: Don't include "sysdep.h". Include <stdio.h>, <sys/types.h>, and <sys/stat.h>. Include <time.h> if it defines time_t. Define time_t if necessary. * coffdump.c: Don't include "sysdep.h". * coffgrok.c, filemode.c, nlmconv.c, size.c: Likewise. * srconv.c, strings.c: Likewise. * nm.c: Don't include "sysdep.h". Don't try to define HAVE_SBRK. * objcopy.c: Don't include "sysdep.h". Include <sys/types.h> and <sys/stat.h>. (simple_copy): Use creat rather than assuming that O_CREAT is defined. * objdump.c: Don't include "sysdep.h". Use NEED_DECLARATION_PRINTF rather than !FPRINTF_ALREADY_DECLARED. * sysdump.c: Include "bfd.h" and "bucomm.h". Don't include "sysdep.h" or <stdlib.h>. (dump_symbol_info): Rename from symbol_info. Change all callers.
1995-09-04 * configure.in (host_makefile_frag): Don't set. Substitute forIan Lance Taylor1-3/+5
@CC@, @CFLAGS@, @HDEFINES@ and @LDFLAGS@ in Makefile. * Makefile.in (AR_FLAGS): Set to rc rather than qv. (CC): Define as @CC@. (CFLAGS): Set to @CFLAGS@. (LDFLAGS): Define as @LDFLAGS@. (ALL_CFLAGS): Use @HDEFINES@ rather than $(HDEFINES).
1995-08-30 * Makefile.in (TOOL_PROGS): Include dlltool if needed.Steve Chamberlain1-21/+51
1994-11-04Changes from binutils-2.5.2 net release:Ken Raeburn1-1/+1
* Makefile.in (install-info): Install info files from whatever directory they were found in. Patch from DJ Delorie: * configure.bat: do c++filt -> cxxfilt right * sysinfo.y: Include system header files early, so any potential declaration of abort() occurs before its use. * strings.c (strings_file): Try opening the file in binary mode first.
1994-10-19 * Makefile.in (check): Add a dummy else clause to the ifIan Lance Taylor1-1/+1
statement.
1994-10-18 * Makefile.in (mostlyclean): Remove tmpdir.Ian Lance Taylor1-1/+2
1994-10-14 * configure.in (configdirs): Remove definition--testsuite is noIan Lance Taylor1-17/+41
longer configured. * Makefile.in (testsuite): Remove target. (site.exp): New target. (check): Rewrite. (clean, distclean): Don't recur into testsuite directory.
1994-10-10 * Makefile.in (srconv.o): Add dependence on sysroff.c.Jim Wilson1-2/+9
1994-09-28 * Makefile.in (arparse.c): Don't ignore errors from mv.Ian Lance Taylor1-12/+32
(sysinfo.c): Likewise. Also, depend upon arparse.c, to prevent a parallel make from trying to build both arparse.c and sysinfo.c simultaneously. (nlmheader.c): Similar change. (arparse.h): Separate target from arparse.c, so that a parallel make does not try to build both at once. Depend upon arparse.c. (sysinfo.h): Similar change.
1994-06-21 * configure.in: Set nlmconv_defs to -DNLMCONV_cputype for all theIan Lance Taylor1-1/+1
netware targets. Write it into Makefile as NLMCONV_DEFS. * Makefile.in (nlmconv.o): Pass $(NLMCONV_DEFS) to $(CC). * nlmconv.c: Only compile code for specific CPU types if NLMCONV_cputype is defined.
1994-06-20* Makefile.in (MANPAGES): Remove $(DEMANGLER_PROG).Ken Raeburn1-1/+2
(install): Install it explicitly, from build dir, not srcdir.
1994-06-16 * configure.in: Set UNDERSCORE in Makefile based on result ofIan Lance Taylor1-18/+7
invoking config.bfd with a second argument of ``_''. * Makefile.in (underscore.c): Depend upon Makefile. Don't try to run $(CC) and $(NM), just use $(UNDERSCORE). Create via temporary file. (demangle.o): Remove target. ($(NM_PROG)): Don't depend upon demangle.o, and don't link against demangle.o. It's in libiberty anyhow. (cplus-dem.o): Don't depend upon demangle.o. * binutils.texi: Mention -n and --no-strip-underscores arguments to c++filt.
1994-06-08rs6k lynx changesDavid Henkel-Wallace1-1/+4
1994-05-27changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs)Ken Raeburn1-12/+19
1994-05-05* Makefile.in (objdump.o): Deleted special rule.Ken Raeburn1-10/+9
* configure.in: Don't bother building ARCHDEFS variable for Makefile. * objdump.c (ARCH_*): Deleted handling. (disassemble_data): Call `disassembler' from opcodes library.
1994-04-27 * Makefile.in (syslex, sysinfo): Use CC_FOR_BUILD.Steve Chamberlain1-2/+9
* coffdump.c, coffgroc.c, coffgrog.h, srconv.c, sysdump.c, sysroff.info: Major changes.
1994-04-20start-sanitize-powerpc-netwareIan Lance Taylor1-7/+17
* nlmconv.c (powerpc_build_stubs): Take new outbfd argument. Change caller. Create custom header for new PowerPC NetWare format. end-sanitize-powerpc-netware * Makefile.in (nlmheader.o, nlmconv.o): Update dependencies. * nlmconv.c: Include bfd.h and libiberty.h with "", not <>. * nlmheader.y: Include bfd.h with "", not <>.
1994-03-20 * Makefile.in: Avoid bug in hpux sed.Jeff Law1-1/+1
1994-03-17 * Makefile.in: Built nm.new and strip.new to avoid problems withIan Lance Taylor1-10/+8
collect when . is in PATH. (STRIP_PROG): Change from strip to strip.new. (NM_PROG): Change from nm to nm.new. (install): Remove the .new when installing.
1994-03-08 * coffgrok.[ch]: New files, understand coff objects.Steve Chamberlain1-13/+34
* coffdump.c: Uses coffgrok to dump out the debug info of a coff file. * sysroff.info: Description of a SYSROFF object file. * sysinfo.y, syslex.l: Parse info file, generate a reader, writer, header files and a printer. * srconv.c: Uses coffgrok.c and sysroff.info to convert a coff file to a SYSROFF file.
1994-01-26Change all occurances of RUNTEST_FLAGS to RUNTESTFLAGS to be consistant withRob Savoye1-2/+2
everything else. (and now work recursively too)
1994-01-23Minor MPW compatibility tweaks.Stan Shebs1-7/+15
1993-11-17 * Makefile.in: Use CFLAGS as well as LDFLAGS when linking.Ian Lance Taylor1-25/+34
1993-09-02 Only build nlmconv if configured for a NetWare target.Ian Lance Taylor1-1/+1
* configure.in: If we have some *-*-netware* target, or are using all targets, set BUILD_NLMCONV to $(NLMCONV_PROG) in Makefile. * Makefile.in (PROGS): Use $(BUILD_NLMCONV) rather than $(NLMCONV_PROG).
1993-08-31 * Makefile.in (objdump.o): Depend upon config.status to noticeIan Lance Taylor1-2/+3
--with-targets changes. (nlmconv.o): Depend upon bucomm.h.
1993-08-13 * Makefile.in ($(NM_PROG)): Depend on demangle.o.David MacKenzie1-4/+9
(demangle.o): New target. (cplus-dem.o): Depend on it, to force compilation order when doing parallel compiles. * nm.c (print_symbol_info_{bsd,sysv,posix}): Take a bfd arg. (struct output_fns print_symbol_info): Ditto. (long_options, usage, main): Add -C --demangle option. (print_symname): New function, demangling if requested. (print_symbols, print_symbol_info_{bsd,sysv,posix}): Use it.
1993-08-12Wed Aug 11 22:57:23 1993 David J. Mackenzie (djm@thepub.cygnus.com)David MacKenzie1-64/+79
* Makefile.in: Put CFLAGS last in compilation rules and omit from linking rules. Use ARCHDEFS to compile objdump.c. Update dependencies. * configure.in: Construct ARCHDEFS based on the BFD target makefile fragments. * objdump.c: Conditionalize calls to the print_insn_ARCH functions according to ARCHDEFS.
1993-08-11 * size.c (berkeley_sum): New function.Ian Lance Taylor1-6/+25
(bsssize, datasize, textsize): New global variables. (bss_section_name, data_section_name, text_section_name): Removed. (print_berkeley_format): Map berkeley_sum over all the sections, rather than only reporting sizes of specifically named sections. * Makefile.in ($(OBJDUMP_PROG)): Removed dependency on size.o.
1993-06-26 * Makefile.in: Add rules for strings.David MacKenzie1-5/+12
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-18canonicalize install.sh locationDavid D. Zuhn1-1/+1
1993-06-16 * Makefile.in (install, install-info): remove parentdir support,David D. Zuhn1-18/+11
use INSTALL_XFORM; define INSTALL_XFORM
1993-06-03hack backquoted command in Makefile.in to always have zero exit statusKen Raeburn1-1/+1
1993-06-03 * Makefile.in: added c++filt and objcopy to MANPAGES variableJeffrey Osier1-1/+1
* .Sanitize: keep c++filt.1 and objcopy.1
1993-06-03rename LOADLIBES to EXTRALIBSDavid D. Zuhn1-12/+12
1993-05-27 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.Ian Lance Taylor1-0/+2
1993-05-25Makefile.in (DISTSTUFF): Don't build binutils.mm.Ken Raeburn1-8/+24
objdump.c (slurp_symtab): Print warning for bad symbol table.
1993-05-12 * objcopy.c: Renamed from copy.c, updated comments accordingly.Ian Lance Taylor1-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.
1993-05-04 * Makefile.in: Change definition of $(tooldir) to match FSF.Per Bothner1-13/+22
1993-04-01merge binutils and gdb sparc disassemblersJim Kingdon1-3/+2
1993-03-19 * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.Per Bothner1-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).
1993-02-26 * Makefile.in: When making tar file, remove texinfo/*,Per Bothner1-0/+1
except for texinfo/texinfo.tex.
1993-02-25 * ardup.c: Add extern declaration of strdup.Per Bothner1-4/+2
* Makefile.in (testsuite): Add 'else true' since otherwise Ultrix /bin/sh complains.
1993-02-25In comment on how to make tar file, fix cvs tag name binutils->ld_utils.Per Bothner1-2/+2
1993-02-25 * Makefile.in: Set VERSION to 2.1.Per Bothner1-1/+1
* README, NEWS: Updates. * nm.c: Add -v as a synonym for -V.