Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-19 | * Makefile.am: Run "make dep-am". | Alan Modra | 1 | -0/+6 | |
* Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * po/bfd.pot: Regenerate. doc/ * Makefile.in: Regenerate. | |||||
2004-02-11 | * config.in: Re-generate. | Andrew Cagney | 1 | -0/+21 | |
2003-08-27 | * configure.in: Check for strtoull. | Ian Lance Taylor | 1 | -0/+3 | |
* bfd.c (bfd_scan_vma): Use strtoull when available. * configure, config.in: Regenerate. | |||||
2003-06-03 | Add pc-relative 32-bit reloc to v850 port. Fixes ld-elf/merge test failure. | Nick Clifton | 1 | -9/+0 | |
2002-12-20 | * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o". | Alan Modra | 1 | -0/+3 | |
* 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-18 | 2002-11-16 Klee Dienes <kdienes@apple.com> | Klee Dienes | 1 | -3/+0 | |
* 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. | |||||
2002-05-13 | * configure.in: Revert 2002-04-07. Instead, auto-configure | Alan Modra | 1 | -0/+3 | |
HAVE_ST_C_IMPL. * configure: Regenerate. * config.in: Regenerate. * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL or AIX_5_CORE. | |||||
2002-02-11 | * Makefile.am: "make dep-am". | Alan Modra | 1 | -0/+6 | |
* Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate. | |||||
2001-05-23 | Add MIPS r12k support | Nick Clifton | 1 | -12/+0 | |
2001-04-25 | Fix autoconf breakage + commit target.c, omitted in previous delta | Nick Clifton | 1 | -0/+12 | |
2001-04-24 | Add OpenRISC support | Nick Clifton | 1 | -0/+3 | |
2000-11-30 | Add support for x86_64-*-linux-gnu* target | Nick Clifton | 1 | -3/+6 | |
2000-09-06 | Regenerate files using fixed aclocal install. | Nick Clifton | 1 | -12/+0 | |
2000-09-02 | Increase minor version number (to 2.10.91) to help tools detect the new | Nick Clifton | 1 | -0/+12 | |
ability to support removal of duplciate DWARF@ debug information. | |||||
2000-08-30 | 2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 1 | -0/+15 | |
* 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. | |||||
2000-01-10 | Apply patch from Egor Duda to process win32_pstatus notes in core dumps. | Nick Clifton | 1 | -0/+3 | |
1999-05-27 | * configure.in: Check whether getuid and getgid exist. | Ian Lance Taylor | 1 | -0/+6 | |
* archive.c: Define getuid and getgid as macros if HAVE_GETUID or HAVE_GETGID are not defined, respectively. (bfd_write_armap): Don't special case on _WIN32 for getuid and getgid. * configure.host: Set ac_cv_func_get{ug}id for *-*-windows*. * configure, config.in: Rebuild. | |||||
1999-05-03 | 19990502 sourceware importbinu_ss_19990502 | Richard Henderson | 1 | -0/+234 | |