summaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* 2001-03-28 H.J. Lu <hjl@gnu.org>H.J. Lu2001-03-281-8/+1
| | | | | * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target. * Makefile.in: Regenerate.
* Automate generate on man pagesNick Clifton2001-03-251-43/+125
|
* Fix typos in ChangeLogs and update copyright noticesNick Clifton2001-03-131-1/+1
|
* Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra2001-02-271-12/+13
| | | | and run "make dep-am".
* Add -u option toi readelf to display unwind info.Nick Clifton2001-02-071-2/+3
| | | | Add support to display unwind info for IA64 binaries.
* Add OBJDUMP_DEFS to configure and makefileNick Clifton2001-01-091-0/+4
| | | | Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set.
* Add missing support for arm-epoc-pe.Nick Clifton2000-12-191-0/+2
|
* Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton2000-09-021-26/+52
| | | | ability to support removal of duplciate DWARF@ debug information.
* * MAINTAINERS: Add self as CRIS port maintainer.Hans-Peter Nilsson2000-07-201-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.
* Fix 2000-06-22. grep after running dep.sedAlan Modra2000-07-011-4/+5
|
* Check dependecies for leading `/' in this dir too.Alan Modra2000-06-221-3/+7
|
* 2000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-161-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.
* Update dependencies.Alan Modra2000-05-261-8/+8
|
* IA-64 ELF support.Jim Wilson2000-04-211-0/+1
|
* Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney2000-04-091-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.
* A mostly cosmetic tidy up of warnings and error message reporting.Alan Modra2000-04-071-274/+223
|
* Use "gcc -MM" for dependencies, and update them.Alan Modra2000-04-041-304/+371
|
* 2000-03-08 H.J. Lu <hjl@gnu.org>H.J. Lu2000-03-091-1/+1
| | | | | | * Makefile.am (install-exec-local): Depend on install-binPROGRAMS for parallel make. * Makefile.in: Regenerated.
* rebuild with current toolsIan Lance Taylor2000-02-271-3/+1
|
* rebuild with patched automakeIan Lance Taylor1999-08-091-1/+1
|
* * configure.in: Define and substitute DEMANGLER_NAME.Ian Lance Taylor1999-08-081-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.
* * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor1999-08-081-18/+18
| | | | | MKDEP. * Makefile.in: Rebuild.
* 1999-08-05 Donn Terry <donn@interix.com>Ian Lance Taylor1999-08-051-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.
* * Makefile.am (dlltool_SOURCES): Add dyn-string.c.Ian Lance Taylor1999-06-221-3/+3
| | | | * Makefile.in: Rebuild.
* Based on patches from Mumit Khan <khan@xraylith.wisc.EDU>:Ian Lance Taylor1999-06-221-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-10 DJ Delorie <dj@cygnus.com>DJ Delorie1999-05-111-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
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+1358