Alan Modra
75aa66180a
* Makefile.am (install-exec-local): Remove common term from string
comparison.
* Makefile.in: Regenerate.
* doc/Makefile.am: Don't use $<.
* doc/Makefile.in: Regenerate.
23 years ago
Nick Clifton
5fe11841a8
Add new feature to objcopy/strip. The -w switch allows wildcards to be used
in symbol names.
23 years ago
Alan Modra
55bb4be376
* dep-in.sed: Remove libintl.h.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
23 years ago
Alan Modra
51f7282a43
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
* Makefile.in: Regenerate.
23 years ago
Nick Clifton
fb52b2f459
Add ability for readelf to parse archives
23 years ago
Alan Modra
795bb480ca
* bfd/Makefile.am (config.status): Depend on version.h.
Run "make dep-am" in bfd/ and elsewhere, and regen files.
24 years ago
Nick Clifton
06d86cf78e
Move display_info() function into bucomm.c
24 years ago
Alan Modra
c833c0197b
* readelf.c: Include elf/ppc64.h.
(dump_relocations <EM_PPC64>): Use elf_ppc64_reloc_type.
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
24 years ago
Nick Clifton
2469cfa284
Add support for msp430.
24 years ago
Nick Clifton
1a09a22c06
Define SKIP_ZEROES as 32 for tic4x target in order to ensure proper
disassembly of the valid 0-value opcode.
24 years ago
Alan Modra
6e1a7e9a11
* Makefile.am: Run "make dep-am".
* objdump.c: #include "bfdver.h".
* version.c: Likewise.
* Makefile.in: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
24 years ago
Zack Weinberg
bb279dc026
binutils:
* 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.
24 years ago
Alan Modra
c5b3a82ae6
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
24 years ago
Alan Modra
97230b1503
* Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
* Makefile.in: Regenerate.
25 years ago
Alan Modra
a6637ec0ed
* budemang.c: New file, "demangle" function.
* 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.
25 years ago
H.J. Lu
a13a0de813
2002-06-25 H.J. Lu <hjl@gnu.org>
* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
* Makefile.in: Regenerated.
25 years ago
Dave Brolley
5c70f934cb
2002-06-18 Dave Brolley <brolley@redhat.com>
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.
25 years ago
Alan Modra
fa44922763
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* doc/Makefile.in: Regnerate.
25 years ago
Nick Clifton
d3d8a9ee19
Honour DESTDIR
25 years ago
Alan Modra
8e42bcb6b9
* dep-in.sed: Cope with absolute paths.
* Makefile.am (dep.sed): Subst TOPDIR.
Run "make dep-am".
* Makefile.in: Regenerate.
25 years ago
Alan Modra
1ea788ee92
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
* aclocal.m4: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
25 years ago
Nick Clifton
eb1e0e807a
Add AIX 64 shared library support and emulation layer for binutils
25 years ago
Alan Modra
ba323545dd
Run "make dep-am"
25 years ago
Alan Modra
c0ef99a773
run "make dep-am"; automake
regenerate po/POTFILES.in
25 years ago
Nick Clifton
164746680e
Pass CC_FOR_TARGET and CFLAGS_FOR_TARGET to runtest in environment.
25 years ago
Alan Modra
6a8c2b0d5e
* coffdump.c (PROGRAM_VERSION): Delete.
(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.
25 years ago
Hans-Peter Nilsson
efc3ee7f58
* Makefile.am: Update dependencies with "make dep-am".
* Makefile.in: Regenerate.
25 years ago
Nick Clifton
c45021f2d2
Remove auot generated man pages
26 years ago
H.J. Lu
1c6fb4fe1f
2001-03-28 H.J. Lu <hjl@gnu.org>
* Makefile.am ($(srcdir)/dlltool.1): Remove the extra target.
* Makefile.in: Regenerate.
26 years ago
Nick Clifton
0285c67df1
Automate generate on man pages
26 years ago
Nick Clifton
8c2bc6877d
Fix typos in ChangeLogs and update copyright notices
26 years ago
Alan Modra
27b7e12d2d
Bump version to 2.11.90, fix missing dependencies in bfd/,
and run "make dep-am".
26 years ago
Nick Clifton
4d6ed7c8ce
Add -u option toi readelf to display unwind info.
Add support to display unwind info for IA64 binaries.
26 years ago
Nick Clifton
8b1e6df337
Add OBJDUMP_DEFS to configure and makefile
Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set.
26 years ago
Nick Clifton
a8c548cb0c
Add missing support for arm-epoc-pe.
26 years ago
Nick Clifton
18e03609ef
Increase minor version number (to 2.10.91) to help tools detect the new
ability to support removal of duplciate DWARF@ debug information.
26 years ago
Hans-Peter Nilsson
1b61cf9230
* MAINTAINERS: Add self as CRIS port maintainer.
* 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.
26 years ago
Alan Modra
0bdaf48bac
Fix 2000-06-22. grep after running dep.sed
27 years ago
Alan Modra
6d5be9157e
Check dependecies for leading `/' in this dir too.
27 years ago
H.J. Lu
0724d64b8d
2000-06-15 H.J. Lu <hjl@gnu.org>
* 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.
27 years ago
Alan Modra
2114f57b93
Update dependencies.
27 years ago
Jim Wilson
800eeca487
IA-64 ELF support.
27 years ago
Andrew Cagney
a2d91340f3
Remove ``-W -Wall'' from top-level Makefile/configure.
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.
27 years ago
Alan Modra
37cc8ec1be
A mostly cosmetic tidy up of warnings and error message reporting.
27 years ago
Alan Modra
41b49281c1
Use "gcc -MM" for dependencies, and update them.
27 years ago
H.J. Lu
9c28aef393
2000-03-08 H.J. Lu <hjl@gnu.org>
* Makefile.am (install-exec-local): Depend on
install-binPROGRAMS for parallel make.
* Makefile.in: Regenerated.
27 years ago
Ian Lance Taylor
a74801baf8
rebuild with current tools
27 years ago
Ian Lance Taylor
10e80b4145
rebuild with patched automake
27 years ago
Ian Lance Taylor
8a9659466d
* configure.in: Define and substitute DEMANGLER_NAME.
* 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.
27 years ago
Ian Lance Taylor
c278c1507b
* Makefile.am: Rename .dep* files to DEP*. Change DEP variable to
MKDEP.
* Makefile.in: Rebuild.
27 years ago