aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2002-05-07Honour DESTDIRNick Clifton1-7/+7
2002-04-04 * dep-in.sed: Cope with absolute paths.Alan Modra1-16/+23
* Makefile.am (dep.sed): Subst TOPDIR. Run "make dep-am". * Makefile.in: Regenerate.
2002-03-21 * Makefile.am: Run "make dep-am".Alan Modra1-2/+9
* Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * po/POTFILES.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.
2002-03-18Add AIX 64 shared library support and emulation layer for binutilsNick Clifton1-11/+25
2002-02-01Run "make dep-am"Alan Modra1-21/+21
2002-01-22run "make dep-am"; automakeAlan Modra1-8/+9
regenerate po/POTFILES.in
2001-11-29Pass CC_FOR_TARGET and CFLAGS_FOR_TARGET to runtest in environment.Nick Clifton1-7/+7
2001-10-02 * coffdump.c (PROGRAM_VERSION): Delete.Alan Modra1-98/+116
(main <'V'>): Call print_version. * srconv.c: Likewise. * sysdump.c: Likewise. * version.c (program_version): Remove. (print_version): Use BFD_VERSION_STRING. Just print the current year in copyright message. * addr2line.c (program_version): Remove unused declaration. * objdump.c (display_target_tables): Use BFD_VERSION_STRING in place of BFD_VERSION. * Makefile.am (Makefile): Depend on bfd/configure.in (cplus-dem.o): Depend on Makefile. Run "make dep-am" * Makefile.in: Regenerate.
2001-09-30 * Makefile.am: Update dependencies with "make dep-am".Hans-Peter Nilsson1-28/+33
* Makefile.in: Regenerate.
2001-06-19Remove auot generated man pagesNick Clifton1-324/+62
2001-03-282001-03-28 H.J. Lu <hjl@gnu.org>H.J. Lu1-8/+1
* Makefile.am ($(srcdir)/dlltool.1): Remove the extra target. * Makefile.in: Regenerate.
2001-03-25Automate generate on man pagesNick Clifton1-43/+125
2001-03-13Fix typos in ChangeLogs and update copyright noticesNick Clifton1-1/+1
2001-02-27Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra1-12/+13
and run "make dep-am".
2001-02-07Add -u option toi readelf to display unwind info.Nick Clifton1-2/+3
Add support to display unwind info for IA64 binaries.
2001-01-09Add OBJDUMP_DEFS to configure and makefileNick Clifton1-0/+4
Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set.
2000-12-19Add missing support for arm-epoc-pe.Nick Clifton1-0/+2
2000-09-02Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton1-26/+52
ability to support removal of duplciate DWARF@ debug information.
2000-07-20 * MAINTAINERS: Add self as CRIS port maintainer.Hans-Peter Nilsson1-8/+9
* readelf.c: Include elf/cris.h. (guess_is_rela): Handle EM_CRIS. (dump_relocations): Ditto. (get_machine_name): Ditto. * Makefile.am: Rebuild dependencies. * Makefile.in: Regenerate. * po/binutils.pot: Regenerate.
2000-07-01Fix 2000-06-22. grep after running dep.sedAlan Modra1-4/+5
2000-06-22Check dependecies for leading `/' in this dir too.Alan Modra1-3/+7
2000-06-162000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu1-12/+10
* dyn-string.c: Removed. Not needed with dyn-string.c in libiberty. * dyn-string.h: Likewise. * Makefile.am: Remove references to dyn-string.c and dyn-string.h. Rebuild dependency. * Makefile.in: Rebuild.
2000-05-26Update dependencies.Alan Modra1-8/+8
2000-04-21IA-64 ELF support.Jim Wilson1-0/+1
2000-04-09Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney1-0/+3
Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227.
2000-04-07A mostly cosmetic tidy up of warnings and error message reporting.Alan Modra1-274/+223
2000-04-04Use "gcc -MM" for dependencies, and update them.Alan Modra1-304/+371
2000-03-092000-03-08 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
* Makefile.am (install-exec-local): Depend on install-binPROGRAMS for parallel make. * Makefile.in: Regenerated.
2000-02-27rebuild with current toolsIan Lance Taylor1-3/+1
1999-08-09rebuild with patched automakeIan Lance Taylor1-1/+1
1999-08-08 * configure.in: Define and substitute DEMANGLER_NAME.Ian Lance Taylor1-26/+27
* Makefile.am (DEMANGLER_PROG): Set to cxxfilt. (man_MANS): Use DEMANGLER_NAME rather than DEMANGLER_PROG. (bin_PROGRAMS): Remove $(DEMANGLER_PROG). (noinst_PROGRAMS): Add $(DEMANGLER_PROG). (cxxfilt_SOURCES): Rename from c__filt_SOURCES. (cxxfilt_LDADD): Rename from c__filt_LDADD. ($(DEMANGLER_NAME).1): Rename from $(DEMANGLER_PROG).1. Use DEMANGLER_NAME rather than DEMANGLER_PROG in substitution. (MOSTLYCLEANFILES): Use DEMANGLER_NAME rather than DEMANGLER_PROG. (install-exec-local): When installing noinst_PROGRAMS, change cxxfilt to $(DEMANGLER_NAME). * configure, Makefile.in: Rebuild.
1999-08-08 * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor1-18/+18
MKDEP. * Makefile.in: Rebuild.
1999-08-051999-08-05 Donn Terry <donn@interix.com>Ian Lance Taylor1-2/+2
* Makefile.am (YACC): If bison is not in the source tree, use @YACC@ rather than bison -y. (LEX): If flex is not in the source tree, use @LEX@ rather than flex. * configure.in: Build dlltool for i[3-6]86-*-interix. * Makefile.in, configure: Rebuild.
1999-06-22 * Makefile.am (dlltool_SOURCES): Add dyn-string.c.Ian Lance Taylor1-3/+3
* Makefile.in: Rebuild.
1999-06-22 Based on patches from Mumit Khan <khan@xraylith.wisc.EDU>:Ian Lance Taylor1-6/+6
* configure.in: Define EXECUTABLE_SUFFIX. * dlltool.c: Include "dyn-string.h". Include <stdarg.h> based on ANSI_PROTOTYPES, not __STDC__. (outfile): Remove. (gen_exp_file): Change uses of outfile to use alloca. (make_one_lib_file, make_head, make_tail): Likewise. (gen_lib_file): Likewise. (look_for_prog): New static function. (deduce_name): Rewrite to use look_for_prog. (mcore_elf_gen_out_file): Use dyn_string_t rather than outfile. * dllwrap.c: Don't include <stdio.h>, <errno.h>, <string.h>, <stdlib.h>, or <unistd.h>. Include <sys/stat.h> and either <stdarg.h> or <varargs.h>. (driver_name): Initialize to NULL, not "gcc". (dlltool_name): Initialize to NULL, not "dlltool". (display, inform, look_for_prog, deduce_name): New static functions. (usage): Mention -mno-cygwin. (OPTION_MNO_CYGWIN): Define. (main): Handle -mno-cygwin. Deduce driver_name and dlltool_name. * resrc.c (look_for_default): Make static. Remove unused local path. Check using EXECUTABLE_SUFFIX. (read_rc_file): Allocate enough space to hold EXECUTABLE_SUFFIX. * Makefile.am: Rebuild dependencies. (dllwrap_LDADD): Add $(INTLLIBS). * configure, Makefile.in, config.in: Rebuild.
1999-05-111999-05-10 DJ Delorie <dj@cygnus.com>DJ Delorie1-0/+3
* windres.c (quot): Quote shell metacharacters in a string (main): quote parameters to cpp that might have metacharacters in them. Allow -D as an alias for --define to allow for sharing make macros with gcc. * objdump.c (dump_reloc_set): don't core if howto->name is NULL * Makefile.am: Give rescoff.c a cpu-specific -D so it can set the correct BFD. * Makefile.in: ditto * rescoff.c (write_coff_file): Set the correct BFD
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1358