summaryrefslogtreecommitdiff
path: root/binutils/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* * dep-in.sed: Remove libintl.h.Alan Modra2003-08-141-5/+6
| | | | | * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate.
* * Makefile.am (POTFILES.in): Unset LC_COLLATE.Alan Modra2003-08-141-1/+1
| | | | * Makefile.in: Regenerate.
* Add ability for readelf to parse archivesNick Clifton2003-08-111-1/+1
|
* Move display_info() function into bucomm.cNick Clifton2003-03-241-1/+2
|
* * readelf.c: Include elf/ppc64.h.Alan Modra2003-01-161-4/+5
| | | | | | (dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate.
* Add support for msp430.Nick Clifton2002-12-301-6/+6
|
* * Makefile.am: Run "make dep-am".Alan Modra2002-10-141-6/+7
| | | | | | | | | * objdump.c: #include "bfdver.h". * version.c: Likewise. * Makefile.in: Regenerate. * config.in: Regenerate. * configure: Regenerate. * po/POTFILES.in: Regenerate.
* binutils:Zack Weinberg2002-09-171-26/+16
| | | | | | | | | | | | | | | | | * Makefile.am (CFILES): Add cxxfilt.c. (cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS). (cxxfilt_LDADD): Delete. Remove all references to underscore.c. Regen dependencies. * configure.in: Define TARGET_PREPENDS_UNDERSCORE in config.h from $UNDERSCORE, rather than AC_SUBSTing it. * binutils/cxxfilt.c: Moved here from gcc/cp, minor adjustments to fit into binutils framework. * configure, config.in, Makefile.in, doc/Makefile.in: Regenerate. gcc/cp: * Make-lang.in: Remove all references to the demangler. * cxxfilt.c: Moved to binutils.
* * Makefile.am: Run "make dep-am".Alan Modra2002-07-231-10/+10
| | | | * Makefile.in: Regenerate.
* update translations.Nick Clifton2002-07-231-0/+1
|
* * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.Alan Modra2002-07-021-1/+0
| | | | * Makefile.in: Regenerate.
* * budemang.c: New file, "demangle" function.Alan Modra2002-07-021-71/+84
| | | | | | | | | | | | | | | | | * budemang.h: New file. * addr2line.c (translate_addresses): Use "demangle". * nm.c (print_symname): Likewise. * objdump.c (objdump_print_symname): Likewise. (dump_symbols): Likewise. Also, don't use bfd_asymbol_name macro here since that obfuscates. * rdcoff.c: Don't #include demangle.h. * Makefile.am (CFILES): Add budemang.c, emul_aix.c, emul_vanilla.c. Remove emul_$(EMULATION).c. Sort. (HFILES): Add budemang.h. Sort. (nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c. Run "make dep-am". * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
* 2002-06-25 H.J. Lu <hjl@gnu.org>H.J. Lu2002-06-261-0/+1
| | | | | * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. * Makefile.in: Regenerated.
* 2002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley2002-06-181-0/+1
| | | | | | | | | From Catherine Moore: * readelf.c (elf/frv.h): #include it. (guess_is_rela): Support EM_CYGNUS_FRV. (dump_relocations): Ditto. (get_machine_name): Ditto. * Makefile.am (readelf.o): add dependency on $(INCDIR)/elf/frv.h.
* * Makefile.am: Run "make dep-am".Alan Modra2002-06-081-11/+13
| | | | | * Makefile.in: Regenerate. * doc/Makefile.in: Regnerate.
* Honour DESTDIRNick Clifton2002-05-071-6/+6
|
* * dep-in.sed: Cope with absolute paths.Alan Modra2002-04-041-16/+23
| | | | | | * Makefile.am (dep.sed): Subst TOPDIR. Run "make dep-am". * Makefile.in: Regenerate.
* * Makefile.am: Run "make dep-am".Alan Modra2002-03-211-1/+8
| | | | | | | | | * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * po/POTFILES.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.
* Add AIX 64 shared library support and emulation layer for binutilsNick Clifton2002-03-181-6/+13
|
* Run "make dep-am"Alan Modra2002-02-011-18/+18
|
* run "make dep-am"; automakeAlan Modra2002-01-221-4/+5
| | | | regenerate po/POTFILES.in
* Pass CC_FOR_TARGET and CFLAGS_FOR_TARGET to runtest in environment.Nick Clifton2001-11-291-3/+3
|
* * coffdump.c (PROGRAM_VERSION): Delete.Alan Modra2001-10-021-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.
* * Makefile.am: Update dependencies with "make dep-am".Hans-Peter Nilsson2001-09-301-27/+32
| | | | * Makefile.in: Regenerate.
* Remove auot generated man pagesNick Clifton2001-06-191-144/+5
|
* 2001-03-28 H.J. Lu <hjl@gnu.org>H.J. Lu2001-03-281-7/+0
| | | | | * Makefile.am ($(srcdir)/dlltool.1): Remove the extra target. * Makefile.in: Regenerate.
* Automate generate on man pagesNick Clifton2001-03-251-2/+128
|
* Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra2001-02-271-11/+12
| | | | and run "make dep-am".
* Add -u option toi readelf to display unwind info.Nick Clifton2001-02-071-1/+1
| | | | Add support to display unwind info for IA64 binaries.
* Add OBJDUMP_DEFS to configure and makefileNick Clifton2001-01-091-0/+3
| | | | Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set.
* * 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-2/+6
|
* 2000-06-15 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-161-8/+6
| | | | | | | | | | * 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.gdb_5_0-2000-04-10-branchpointAndrew 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-1/+1
|
* Use "gcc -MM" for dependencies, and update them.Alan Modra2000-04-041-82/+98
|
* 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.
* * configure.in: Define and substitute DEMANGLER_NAME.Ian Lance Taylor1999-08-081-13/+14
| | | | | | | | | | | | | | | | * 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-1/+1
| | | | * Makefile.in: Rebuild.
* Based on patches from Mumit Khan <khan@xraylith.wisc.EDU>:Ian Lance Taylor1999-06-221-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Initial revisionRichard Henderson1999-05-031-0/+495