aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2004-11-30Change LOCALEDIR to $(datadir)/share.Nick Clifton1-33/+101
2004-10-26readelf.c (get_note_type): Handle notes not in core files.Nick Clifton1-105/+37
(process_note_sections): New function. (process_corefile_contents): Rename to ... (process_notes): ... this. (process_object): Call process_notes, not process_corefile_contents. doc/binutils.texi: Update readelf -n documentation.
2004-09-17 * Makefile.am: Run "make dep-am".Alan Modra1-3/+14
* Makefile.in: Regenerate. * config.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. * po/binutils.pot: Regenerate.
2004-03-19 * Makefile.am: Run "make dep-am".Alan Modra1-1/+3
* Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate. * po/binutils.pot: Regenerate.
2003-11-28 * Makefile.am (install-exec-local): Remove common term from stringAlan Modra1-4/+4
comparison. * Makefile.in: Regenerate. * doc/Makefile.am: Don't use $<. * doc/Makefile.in: Regenerate.
2003-11-11Add new feature to objcopy/strip. The -w switch allows wildcards to be usedNick Clifton1-4/+4
in symbol names.
2003-08-14 * dep-in.sed: Remove libintl.h.Alan Modra1-5/+6
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerate.
2003-08-14 * Makefile.am (POTFILES.in): Unset LC_COLLATE.Alan Modra1-4/+4
* Makefile.in: Regenerate.
2003-08-11Add ability for readelf to parse archivesNick Clifton1-4/+4
2003-06-10* bfd/Makefile.am (config.status): Depend on version.h.Alan Modra1-3/+3
Run "make dep-am" in bfd/ and elsewhere, and regen files.
2003-03-24Move display_info() function into bucomm.cNick Clifton1-4/+5
2003-01-16 * readelf.c: Include elf/ppc64.h.Alan Modra1-7/+8
(dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate.
2002-12-30Add support for msp430.Nick Clifton1-6/+6
2002-10-23Define SKIP_ZEROES as 32 for tic4x target in order to ensure properNick Clifton1-1/+1
disassembly of the valid 0-value opcode.
2002-10-14 * Makefile.am: Run "make dep-am".Alan Modra1-25/+65
* objdump.c: #include "bfdver.h". * version.c: Likewise. * Makefile.in: Regenerate. * config.in: Regenerate. * configure: Regenerate. * po/POTFILES.in: Regenerate.
2002-09-17binutils:Zack Weinberg1-82/+33
* 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.
2002-07-23 * Makefile.am: Run "make dep-am".Alan Modra1-9/+10
* Makefile.in: Regenerate.
2002-07-02 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.Alan Modra1-1/+0
* Makefile.in: Regenerate.
2002-07-02 * budemang.c: New file, "demangle" function.Alan Modra1-78/+91
* 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-262002-06-25 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+1
* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it. * Makefile.in: Regenerated.
2002-06-182002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley1-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.
2002-06-08 * Makefile.am: Run "make dep-am".Alan Modra1-12/+16
* Makefile.in: Regenerate. * doc/Makefile.in: Regnerate.
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.