summaryrefslogtreecommitdiff
path: root/bfd/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* 2003-09-18 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-09-191-5/+46
| | | | | | | | | | | | | | | | * acinclude.m4: Include ../config/accross.m4. * aclocal.m4: Regenerated. * configure.host (HOST_64BIT_TYPE): Remove if it is set to long or long long. (HOST_U_64BIT_TYPE): Remove if it is set to unsigned long long. (host64): Remove if HOST_64BIT_TYPE is set to long. * configure.in (HOST_64BIT_TYPE): Set according to the size of long and long long. (HOST_U_64BIT_TYPE): Likewise. (host64): Likewise. * configure: Regenerated.
* Fix name of --enable-install-libbfd switch.Nick Clifton2003-05-021-0/+18
|
* Fix name of --enable-install-libbfd switch.Nick Clifton2003-01-241-1/+1
|
* * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".Alan Modra2002-12-201-19/+1
| | | | | | | | * configure.in (build-warnings): Likewise. (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1". * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.
* 2002-11-16 Klee Dienes <kdienes@apple.com>Klee Dienes2002-11-181-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo. (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c. (BFD_H_FILES): Add bfdwin.c, bfdio.c. (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c. Add dependencies for bfdwin.c, bfdio.c. * bfd.c: Remove bfd_get_mtime, bfd_get_size. * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal, bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite, bfd_tell, bfd_flush, bfd_stat, bfd_seek. * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write, bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime, bfd_get_size (moved from libbfd.c and bfd.c). * bfdwin.c New file. Contains _bfd_window_internal, bfd_init_window, bfd_free_window, bfd_get_file_window (moved from libbfd.c and bfd.c). * po/SRC-POTFILES.in: Regenerate. * po/bfd.pot: Regenerate. * libbfd.h: Regenerate. * bfd-in2.h: Regenerate. * aclocal.m4: Regenerate. * Makefile.in: Regenerate. * configure: Regenerate. 2002-11-16 Klee Dienes <kdienes@apple.com> * Makefile.am (DOCFILES): Add bfdwin.texi, bfdio.texi. (PROTOS): Add bfdio.p, bfdwin.p. (SRCDOC): Add bfdio.c, bfdwin.c. (SRCPROT): Add bfdio.c, bfdwin.c. (SRCIPROT): Add bfdio.c, bfdwin.c. (LIBBFD_H_DEP): Add bfdio.c, bfdwin.c. (BFD_H_DEP): Add bfdio.c, bfdwin.c. Add rules for bfdio.texi, bfdwin.text. * bfd.texinfo: Include bfdio.texi.
* * acinclude.m4 (AM_INSTALL_LIBBFD): New.Alan Modra2002-05-171-13/+37
| | | | | | | | | | | | | | | * configure.in: Invoke AM_INSTALL_LIBBFD. * Makefile.am (install-data-local): Revert 2002-05-13. Move to.. (install_libbfd): .. New target. (uninstall_libbfd): Likewise. (install-bfdlibLTLIBRARIES): Likewise. (uninstall-bfdlibLTLIBRARIES): Likewise. (bfdlibdir): New. (bfdincludedir): New. (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate.
* * Makefile.am: "make dep-am".Alan Modra2002-02-111-8/+8
| | | | | | | * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.
* Revert the last change on aclocal.m4.H.J. Lu2001-04-271-345/+0
|
* Fix autoconf breakage + commit target.c, omitted in previous deltaNick Clifton2001-04-251-0/+345
|
* Add OpenRISC supportNick Clifton2001-04-241-20/+1
|
* Update copyright noticesNick Clifton2001-03-081-1/+2
|
* Add support for x86_64-*-linux-gnu* targetNick Clifton2000-11-301-0/+18
|
* Fix buggy macrosNick Clifton2000-09-051-345/+0
|
* Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton2000-09-021-0/+345
| | | | ability to support removal of duplciate DWARF@ debug information.
* * acinclude.m4: Include libtool and gettext macros from theAlexandre Oliva2000-08-311-750/+14
| | | | | top level. * aclocal.m4, configure: Rebuilt.
* 2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>Michael Snyder2000-08-301-2/+7
| | | | | | | | | | | | * elf.c: Eliminate references to __sparcv9 macro; replace with autoconf variables HAVE_PSINFO32_T etc. * configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T, HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO. * config.in: Ditto. * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can detect the above typedefs. (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto. * aclocal.m4: Ditto. * configure: Regenerate.
* Regenerate auto-generated filesNick Clifton2000-07-241-8/+3
|
* * Makefile.am (ALL_MACHINES): Add cpu-cris.lo.Hans-Peter Nilsson2000-07-201-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | (ALL_MACHINES_CFILES): Add cpu-cris.c. (BFD32_BACKENDS): Add aout-cris.lo and elf32-cris.lo. (BFD32_BACKENDS_CFILES): Add aout-cris.c and elf32-cris.c. (cpu-cris.lo, aout-cris.lo, elf32-cris.lo): New rules. * Makefile.in: Rebuild. * aclocal.m4: Rebuild. * aoutx.h (NAME(aout,machine_type)): Add case for bfd_arch_cris. * archures.c (enum bfd_architecture): Add bfd_arch_cris. (bfd_cris_arch): Declare. (bfd_archures_list): Add bfd_cris_arch. * bfd-in2.h: Rebuild. * config.bfd: (cris-*-*): New target. * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vectors. * configure: Rebuild. * elf.c (prep_headers): Add bfd_arch_cris. * libbfd.h: Rebuild. * libaout.h (enum machine_type): Add M_CRIS. * reloc.c: Add CRIS relocations. * targets.c (bfd_target bfd_elf32_cris_vec, cris_aout_vec): Declare. (bfd_target_vect): Add bfd_elf32_cris_vec and cris_aout_vec. * cpu-cris.c, aout-cris.c, elf32-cris.c: New files. * po/POTFILES.in, po/bfd.pot: Regenerate.
* Fix formatting of reloc16.cNick Clifton2000-07-031-8/+3
| | | | Regernate generated files.
* rebuild with current toolsIan Lance Taylor2000-02-271-273/+78
|
* * acinclude.m4 (BFD_BINARY_FOPEN): Change -windows to -windows*.Ian Lance Taylor1999-08-081-1/+1
| | | | * aclocal.m4, configure: Rebuild.
* * acinclude.m4 (BFD_CC_FOR_BUILD): Change to use conftest, and toIan Lance Taylor1999-08-031-9/+12
| | | | | look for generated file correctly. * aclocal.m4, configure: Rebuild.
* 1999-05-28 Martin Dorey <mdorey@madge.com>Ian Lance Taylor1999-05-271-59/+412
| | | | | | | | | | | * elf32-i960.c: New file. * elf.c (prep_headers): Handle bfd_arch_i960. * targets.c (bfd_target_vector): Add &bfd_elf32_i960_vec. * config.bfd (i960-*-elf*): New target. * configure.in (bfd_elf32_i960_vec): New target vector. * Makefile.am (BFD32_BACKENDS): Add elf32-i960.lo. (BFD32_BACKENDS_CFILES): Add elf32-i960.c. * Makefile.in, aclocal.m4, configure: Rebuild.
* Initial revisionRichard Henderson1999-05-031-0/+861