Searched refs:BFD_VERSION (Results 1 – 25 of 33) sorted by relevance
12
/toolchain/binutils/binutils-2.25/bfd/ |
D | version.m4 | 1 m4_define([BFD_VERSION], [2.25.51]) 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 | 748 #define LINKER_VERSION ((short) (BFD_VERSION / 1000000)) in _bfd_XXi_swap_aouthdr_out()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog | 37 (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.25/ld/ |
D | plugin.c | 691 static const unsigned int major = (unsigned)(BFD_VERSION / 100000000UL); in set_tv_header() 692 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 | 376 (BFD_VERSION): Delete.
|
D | ChangeLog-2012 | 387 * configure.in (BFD_VERSION): Run bfd/configure --version and
|
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.25/gas/ |
D | as.c | 1215 BFD_VERSION / 10000UL, &predefined_address_frag); in main()
|
D | configure.ac | 25 AC_INIT([gas], BFD_VERSION)
|
D | ChangeLog | 787 (BFD_VERSION): Delete.
|
D | ChangeLog-2012 | 883 * configure.in (BFD_VERSION): Run bfd/configure --version and
|
/toolchain/binutils/binutils-2.25/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
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | configure.ac | 22 AC_INIT([opcodes], BFD_VERSION)
|
D | ChangeLog | 512 (BFD_VERSION): Delete.
|
D | ChangeLog-2012 | 562 * configure.in (BFD_VERSION): Run bfd/configure --version and
|
/toolchain/binutils/binutils-2.25/include/ |
D | ChangeLog-9103 | 497 * cgen.h (BFD_VERSION): Use BFD_VERSION_DATE instead. 2213 * bfd.h: Update for BFD_VERSION 2.1.
|
12