Home
last modified time | relevance | path

Searched refs:BFD_VERSION (Results 1 – 25 of 34) sorted by relevance

12

/toolchain/binutils/binutils-2.27/bfd/
Dversion.m41 m4_define([BFD_VERSION], [2.27.0]) macro
Dversion.h2 #define BFD_VERSION @bfd_version@ macro
Dvms-lib.c2260 (unsigned)(BFD_VERSION / 100000000UL), in _bfd_vms_lib_write_archive_contents()
2261 (unsigned)(BFD_VERSION / 1000000UL) % 100, in _bfd_vms_lib_write_archive_contents()
2262 (unsigned)(BFD_VERSION / 10000UL) % 100); in _bfd_vms_lib_write_archive_contents()
Dconfigure.ac22 AC_INIT([bfd], BFD_VERSION)
DpeXXigen.c751 #define LINKER_VERSION ((short) (BFD_VERSION / 1000000)) in _bfd_XXi_swap_aouthdr_out()
/toolchain/binutils/binutils-2.27/gprof/
DChangeLog-201445 (BFD_VERSION): Delete.
DChangeLog-201256 * configure.in (BFD_VERSION): Run bfd/configure --version and
Dconfigure.ac21 AC_INIT([gprof], BFD_VERSION)
DChangeLog-9203554 * configure.in (BFD_VERSION): New.
555 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
/toolchain/binutils/binutils-2.27/ld/
Dplugin.c892 static const unsigned int major = (unsigned)(BFD_VERSION / 100000000UL); in set_tv_header()
893 static const unsigned int minor = (unsigned)(BFD_VERSION / 1000000UL) % 100; in set_tv_header()
Dconfigure.ac22 AC_INIT([ld], BFD_VERSION)
DChangeLog-2012387 * configure.in (BFD_VERSION): Run bfd/configure --version and
DChangeLog-2014444 (BFD_VERSION): Delete.
DChangeLog-0001551 Use BFD_VERSION_STRING in place of BFD_VERSION.
1614 * configure.in (BFD_VERSION): New.
1615 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
/toolchain/binutils/binutils-2.27/gas/
Das.c1289 BFD_VERSION / 10000UL, &predefined_address_frag); in main()
Dconfigure.ac25 AC_INIT([gas], BFD_VERSION)
DChangeLog-2014960 (BFD_VERSION): Delete.
/toolchain/binutils/binutils-2.27/binutils/
Dconfigure.ac22 AC_INIT([binutils], BFD_VERSION)
DChangeLog-0001309 place of BFD_VERSION.
938 * configure.in (BFD_VERSION): New.
939 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
DChangeLog-2012276 * configure.in (BFD_VERSION): Run bfd/configure --version and
DChangeLog-2014672 (BFD_VERSION): Delete.
/toolchain/binutils/binutils-2.27/opcodes/
Dconfigure.ac22 AC_INIT([opcodes], BFD_VERSION)
DChangeLog-2014553 (BFD_VERSION): Delete.
DChangeLog-2012562 * configure.in (BFD_VERSION): Run bfd/configure --version and
/toolchain/binutils/binutils-2.27/include/
DChangeLog-9103497 * cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead.
2213 * bfd.h: Update for BFD_VERSION 2.1.

12