aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2005-06-03Patch from Steve Ellcey for hpux build failure.Jim Wilson1-0/+1
* configure.in: Check for getc_unlocked prototype. * configure: Regenerate. * config.in: Regenerate. * strings.c (get_char): Only call getc_unlocked if we have seen a prototype.
2005-06-03* configure.in (ALL_LINGUAS): Add zh_TWNick Clifton1-1/+1
* configure: Regenerate. * po/zh_TW.po: New Chinese (traditional) translation.
2005-05-15./Daniel Jacobowitz1-1/+1
* ylwrap: Import from Automake 1.9.5. binutils/ * acinclude.m4: Remove obsolete code. * configure.in: Update AC_PREREQ. * doc/Makefile.am (binutils_TEXINFOS): Define. (config.texi): Depend on distributed files instead of built files. (binutils.dvi, binutils.info): Remove unnecessary rules. (DISTCLEANFILES): Remove. (install-data-local): Renamed from install. (info-local): Renamed from info. * Makefile.in, aclocal.m4, config.in, configure, doc/Makefile.in: Regenerated. gas/ * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap invocation. * Makefile.in: Regenerated. ld/ * Makefile.am (AM_MAKEINFOFLAGS): Define. (TEXI2DVI): Define. (ldver.texi): Depend on distributed files instead of built files. (ld.info): Include $(srcdir) in the rule target. Remove actions. (ld.dvi): Remove actions. (MAINTAINERCLEANFILES): Add configdoc.texi. (CONFIG_STATUS_DEPENDENCIES): Add bfd/configure.in. (install-data-local): Renamed from install. (Makefile): Remove explicit dependency. * acinclude.m4: Remove obsolete code. * configure.in: Update AC_PREREQ. Remove extra $CONFIG_SHELL. * Makefile.in, aclocal.m4, config.in, configure: Regenerated. gdb/ * Makefile.in (.y.c): Update ylwrap invocation.
2005-04-14bfd/Alan Modra1-18/+24
* Makefile.am (NO_WERROR): Define. * warning.m4: New file * acinclude.m4: Include warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * configure: Regenerate. bfd/doc/ * Makefile.in: Regenerate. binutils/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * configure.in: Include ../bfd/warning.m4 contents. * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. gas/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * acinclude.m4: Include ../bfd/warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * configure: Regenerate. * doc/Makefile.in: Regenerate. gprof/ * Makefile.am (NO_WERROR): Define. * acinclude.m4: Include ../bfd/warning.m4. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate. ld/ * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error. * configure.in: Include ../bfd/warning.m4 contents. * Makefile.in: Regenerate. * configure: Regenerate. opcodes/ * Makefile.am (NO_WERROR): Define. * configure.in: Invoke AM_BINUTILS_WARNINGS. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate.
2005-04-062005-04-06 Nick Clifton <nickc@redhat.com>H.J. Lu1-1/+1
H.J. Lu <hongjiu.lu@intel.com> * po/rw.po: New translation: Kinyarwanda. * configure.in (ALL_LINGUAS): Add rw. * configure: Regenerate.
2005-03-31Add a check for <unistd.h> providing a prototype for getopt() which is ↵Nick Clifton1-0/+10
compatible with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT.
2005-03-16Rename switch to enable/disable -Werror to --enable-werror/--disable-werrorNick Clifton1-5/+5
for compatibility with gcc.
2005-03-16Enable -Werror by defaultNick Clifton1-0/+16
2005-03-10Add Romanian translationNick Clifton1-1/+1
2005-01-10binutils/:Andreas Schwab1-6/+0
* configure.in: Don't define SKIP_ZEROES. * configure: Regenerate. * objdump.c (disassemble_data): Set skip_zeroes and skip_zeroes_at_end in disasm_info to defaults. (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define. (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and always define. (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from objdump_disasm_info. include/: * dis-asm.h (struct disassemble_info): Add skip_zeroes and skip_zeroes_at_end. opcodes/: * disassemble.c (disassemble_init_for_target) <case bfd_arch_ia64>: Set skip_zeroes to 16. <case bfd_arch_tic4x>: Set skip_zeroes to 32.
2004-10-13 * strings.c (statbuf): New typedef.Jakub Jelinek1-4/+21
(file_stat): Define. (strings_object_file): Avoid using get_file_size, instead do the checks here, using file_stat. * configure.in (HAVE_STAT64): New test. * configure: Rebuilt. * config.in: Rebuilt.
2004-01-02Add Russian translationNick Clifton1-1/+8
2003-05-16Replace i[3456]86 with i[3-7]86Nick Clifton1-3/+5
2003-05-12New (simplified) Chinese translationNick Clifton1-1/+1
2003-04-09 * configure.in: Recognize canonical form of i[3-6]86-pe*.Alan Modra1-1/+1
* configure: Regenerate.
2003-04-01Change "arm-pe*" to "arm-*-pe*". Similarly for thumb-pe*, mcore-pe andNick Clifton1-4/+4
mcore-*elf.
2002-12-05Fix IA-64 opc-d.x gas testsuite failure.Jim Wilson1-0/+3
binutils/ChangeLog * configure.in (OBJDUMP_DEFS): Define SKIP_ZEROES as 16 for IA-64. * configure: Regenerate. gas/testsuite/ChangeLog * gas/ia64/opc-x.d: Regenerate.
2002-11-07Added/Updated Danish translation.Nick Clifton1-1/+1
2002-10-23Define SKIP_ZEROES as 32 for tic4x target in order to ensure properNick Clifton1-0/+3
disassembly of the valid 0-value opcode.
2002-09-17binutils:Zack Weinberg1-1/+2
* 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-06-21 * configure.in: Quote bu_cv_have_fopen64.Alan Modra1-2/+2
* configure: Regenerate.
2002-06-21 * configure.in: Check for strcoll.Alan Modra1-1/+1
* configure: Regenerate. * config.in: Regenerate. * nm.c (main): Set locale for LC_COLLATE category. (non_numeric_forward): Use strcoll if available.
2002-05-27New Swedish translationNick Clifton1-1/+1
2002-05-24Add a target for i386-netbsdpe.Nick Clifton1-1/+1
2002-05-08 * configure.in: Replace `*pe' with `pe' throughout.Alan Modra1-7/+7
2002-03-18Add AIX 64 shared library support and emulation layer for binutilsNick Clifton1-0/+20
2002-01-14Add Spanish TranslationNick Clifton1-1/+1
2001-12-18Import japanese translation from translation project.Nick Clifton1-1/+1
2001-12-04 * strings.c: Include config.h before bfd.h.Jakub Jelinek1-1/+23
(file_off): New type. (file_open): Define. (print_strings): Use file_off instead of file_ptr. Print addresses which don't fit into long correctly. (get_char): Use file_off instead of file_ptr. Use getc_unlocked if available. (strings_file): Use file_off instead of file_ptr. Use file_open. * configure.in: Check for getc_unlocked. Check for fopen64 and whether _LARGEFILE64_SOURCE needs to be defined for it. * configure: Rebuilt. * config.h.in: Rebuilt.
2001-11-02Add translationsNick Clifton1-1/+1
2001-08-10 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypesAndreas Jaeger1-1/+1
to build warnings. * configure: Regenerate.
2001-08-03* configure.in: Added --with-windres option.DJ Delorie1-0/+4
* configure: Regenerated.
2001-06-19Remove auot generated man pagesNick Clifton1-1/+1
2001-02-27Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra1-1/+4
and run "make dep-am".
2001-02-042001-02-04 Philip Blundell <philb@gnu.org>Phil Blundell1-1/+1
* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'. * configure: Regenerate.
2001-01-09Add OBJDUMP_DEFS to configure and makefileNick Clifton1-0/+5
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/+5
2000-09-072000-09-07 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+1
* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. * configure: Rebuild.
2000-09-02Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton1-1/+1
ability to support removal of duplciate DWARF@ debug information.
2000-06-08* configure.in (VERSION): Update to show this is the CVS mainline.David O'Brien1-1/+1
Approved by: Nick Clifton <nickc@cygnus.com> Message-Id: <200005222205.PAA14565@elmo.cygnus.com>
2000-05-26Eli Zaretskii's DOSish file name patches.Alan Modra1-1/+1
2000-04-09Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney1-0/+21
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-02-262000-02-25 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
* configure.in (AC_SEARCH_LIBS): Pass m, not -lm.
2000-02-262000-02-25 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
* configure.in (AC_SEARCH_LIBS): Pass lm, not -lm.
2000-02-24Add support for WinCE targeted toolchains.Nick Clifton1-1/+11
1999-09-14Fix problem with going to automake 2.14Michael Meissner1-1/+1
1999-08-08 * configure.in: Define and substitute DEMANGLER_NAME.Ian Lance Taylor1-0/+7
* 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-051999-08-05 Donn Terry <donn@interix.com>Ian Lance Taylor1-6/+10
* 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-07-15 * configure.in: Bump version number to 2.9.5.Ian Lance Taylor1-1/+1
* configure: Rebuild.
1999-06-221999-06-23 Mumit Khan <khan@xraylith.wisc.edu>Ian Lance Taylor1-0/+4
* configure.in (HAVE_EXECUTABLE_SUFFIX): Define. * dlltool.c (look_for_prog): Use HAVE_EXECUTABLE_SUFFIX. * dllwrap.c (look_for_prog): Likewise. * resrc.c (look_for_default): Likewise. * configure, config.in: Rebuild.