Searched refs:BFD_VERSION (Results 1 – 25 of 34) sorted by relevance
12
/toolchain/binutils/binutils-2.27/bfd/ |
D | version.m4 | 1 m4_define([BFD_VERSION], [2.27.0]) macro
|
D | version.h | 2 #define BFD_VERSION @bfd_version@ macro
|
D | vms-lib.c | 2260 (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()
|
D | configure.ac | 22 AC_INIT([bfd], BFD_VERSION)
|
D | peXXigen.c | 751 #define LINKER_VERSION ((short) (BFD_VERSION / 1000000)) in _bfd_XXi_swap_aouthdr_out()
|
/toolchain/binutils/binutils-2.27/gprof/ |
D | ChangeLog-2014 | 45 (BFD_VERSION): Delete.
|
D | ChangeLog-2012 | 56 * configure.in (BFD_VERSION): Run bfd/configure --version and
|
D | configure.ac | 21 AC_INIT([gprof], BFD_VERSION)
|
D | ChangeLog-9203 | 554 * configure.in (BFD_VERSION): New. 555 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
|
/toolchain/binutils/binutils-2.27/ld/ |
D | plugin.c | 892 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()
|
D | configure.ac | 22 AC_INIT([ld], BFD_VERSION)
|
D | ChangeLog-2012 | 387 * configure.in (BFD_VERSION): Run bfd/configure --version and
|
D | ChangeLog-2014 | 444 (BFD_VERSION): Delete.
|
D | ChangeLog-0001 | 551 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/ |
D | as.c | 1289 BFD_VERSION / 10000UL, &predefined_address_frag); in main()
|
D | configure.ac | 25 AC_INIT([gas], BFD_VERSION)
|
D | ChangeLog-2014 | 960 (BFD_VERSION): Delete.
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | configure.ac | 22 AC_INIT([binutils], BFD_VERSION)
|
D | ChangeLog-0001 | 309 place of BFD_VERSION. 938 * configure.in (BFD_VERSION): New. 939 (AM_INIT_AUTOMAKE): Use $BFD_VERSION.
|
D | ChangeLog-2012 | 276 * configure.in (BFD_VERSION): Run bfd/configure --version and
|
D | ChangeLog-2014 | 672 (BFD_VERSION): Delete.
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | configure.ac | 22 AC_INIT([opcodes], BFD_VERSION)
|
D | ChangeLog-2014 | 553 (BFD_VERSION): Delete.
|
D | ChangeLog-2012 | 562 * configure.in (BFD_VERSION): Run bfd/configure --version and
|
/toolchain/binutils/binutils-2.27/include/ |
D | ChangeLog-9103 | 497 * cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead. 2213 * bfd.h: Update for BFD_VERSION 2.1.
|
12