Пакет annobin-11.13-2.el8.x86_64
Имя | annobin |
---|---|
Эпоха | 0 |
Версия | 11.13 |
Релиз | 2.el8 |
Архитектура | x86_64 |
Сайт | — |
Лицензия | GPLv3+ |
Время сборки | 2023-12-11 20:28:41 |
Хост сборки | builder-x86-05.inferitos.ru |
Краткое описание | Annotate and examine compiled binary files |
Репозитории | AppStream |
Полное описание | Provides a plugin for GCC that records extra information in the files that it compiles. Note - the plugin is automatically enabled in gcc builds via flags provided by the redhat-rpm-macros package. |
Эррата | — |
Размер | 971 КиБ |
Исходный проект | annobin-11.13-2.el8 |
Контрольная сумма SHA-256 | 00f2bf83cf2a520e93a0cb8ac8faf7fdc8ae06b6a76e9d6588c0b2d438d152a7 |
×
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 11.13-2 - Rebuilt for MSVSphere 8.8 * Mon Jul 10 2023 Marek Polacek <polacek@redhat.com> - 11.13-2 - NVR bump to allow rebuilding. (#2218984) * Thu Mar 09 2023 Nick Clifton <nickc@redhat.com> - 11.13-1 - NVR bump to allow rebuilding. (#2162746) * Fri Mar 03 2023 Nick Clifton <nickc@redhat.com> - 11.12-1 - Rebase to 11.12. Brings in: - GCC Plugin: Do not run if other plugins are active. (#2162746) - Annocheck: Add code to handle glibc functions built without LTO. - Libannocheck: Fix thinko in debugging code. - Annocheck: Fix LTO test. - Notes: Display notes held in separate debuginfo files. - Annocheck: Fix atexit test. Fix recording of version numbers. (#2165528) - LLVM & Clang Plugins: Build with branch protection on AArch64. (#2164364) - Libannocheck: Fix bug causing infinite looping when running tests. - Annocheck: Fix handling of file built by multiple versions of gcc. (#2160700) - Annocheck: Fix handling of empty files. (#2159292) - Annocheck: Add crti.o and crtn.o to the list of known glibc special files. (#2158740) - Annocheck: Fix memory leaks. - Annocheck: Do not treat object files as if they did not contain any code. (#2158182) - Annocheck: Add more special glibc filenames. - Annocheck: Improve handling of tool versions. - GCC plugin: Fix building with gcc-13. - Annocheck: Add test for binaries built by cross compilers. - Annocheck: Improve heuristic used to detect binaries without code. (#2144533) - Annocheck: Avoid using debug filename when parsing notes in a debuginfo file. (#2152280) * Wed Dec 07 2022 Nick Clifton <nickc@redhat.com> - 10.94-1 - Rebase to 10.94. (#2151312) - Annocheck: Better detection of binaries which do not contain code. (#2144533) - Annocheck: Provide more information when a test is skipped because the file being tested was not compiled. - Annocheck: Try harder not to run mutually exclusive tests. - Tests: Fix future-test so that it properly handles the situation where the compiler does not support the new options. - Libannocheck: Actually set result fields after tests are run. - Libannocheck: Replace libannocheck_version variable with LIBANNOCHECK_VERSION define. - Libannocheck: Remove 'Requires binutils-devel' from libannocheck.pc. - Libannocheck: Move into separate sub-package. - Libannocheck: Add libannocheck.pc pkgconfig file. - Libannocheck: Add libannocheck_reinit(). - GCC Plugin: Record -ftrivial-auto-var-init and -fzero-call-used-regs. - Annocheck: Add future tests for -ftrivial-auto-var-init and -fzero-call-used-regs. - Clang Plugin: Fix for building with Clang-15. (#2125875) - Annocheck: Add a test for the inconsistent use of -Ofast. (#1248744) - Plugin: Fix top level configuration support for RiscV. - Annocheck: Improvements to the size tool. - Annocheck: Fixes for libannocheck.h. - Annocheck: Add automatic profile selection. - Annocheck: Improve gap detection and reporting. - Annocheck: Check build-id of separate debuginfo files. - Annocheck: Add GAPS test replacing --ignore-gaps. - Annocheck: Fix covscan detected race condition between stat() and open(). - Annocheck: Handle binaries created by Rust 1.18. (#2094420) - Annocheck: Add optional function name to --skip arguments. (PR 29229) - Annocheck: Fix handling of command line options that take arguments. (#2086850) - Annocheck: Do not complain about unenabled -mbranch-protection option in AArch64 binaries. (#2078909) - gcc-plugin: Fix typo in configure.ac. - Add support for RISC-V. - Annocheck: Add another special case for glibc rpms. (#2083070) - Annocheck: Do not complain about unenabled -mbranch-protection option in AArch64 binaries if compiled using LTO. (#2082146) - Annocheck: Add more glibc exceptions + check PT_TLS segments. (#2081131) * Thu Jul 21 2022 Florian Weimer <fweimer@redhat.com> - 10.67-3 - Rebuild to switch back to system annobin (#2108721) * Fri Jul 15 2022 Florian Weimer <fweimer@redhat.com> - 10.67-2 - Rebuild to switch back to system annobin (#2001788) * Fri Apr 29 2022 Nick Clifton <nickc@redhat.com> - 10.67-1 - Rebuild against LLVM 14. (#2064521) - Annocheck: Do not complain about missing -mbranch-protection option in AArch64 binaries if compiled by golang. - Annocheck: Do not complain about missing -mbranch-protection option in AArch64 binaries if compiled in LTO mode. - gcc-plugin: Add support for CLVC_INTEGER options. * Wed Apr 06 2022 Nick Clifton <nickc@redhat.com> - 10.64-1 - Annocheck: Add more special cases for AArch64 glibc on RHEL-8. (#2072082) - llvm-plugin: Fix a thinko in the sources. - gcc-plugin: Add remap of OPT_Wall. - configure: Fix typo in top level configure.ac. - Add support for building using meson+ninja. - Annocheck: Fix test for AArch64 property notes. (#2068657) - gcc-plugin: Do not issue warning messages for autoconf generated source files. (#2009958) * Thu Mar 24 2022 Nick Clifton <nickc@redhat.com> - 10.58-1 - Rebase to 10.58. (#2067148) - gcc-plugin: Do not issue warning messages for autoconf generated source files. (#2009958) - Annocheck: Update documentation and fix typo in annocheck. (#2061291) - Annocheck: Add option to enable/disable following symbolic links. - Annocheck: Always identify Rust binaries, even if built on a host that does not know about Rust. (#2057737) - Spec File: Use a different method to disable the annobin plugin (#2054571) - Annocheck: Accept static GO binaries. (#2053606) - gcc-plugin: Fix libtool so that extraneous runpaths are not added to the plugin. (#2047356) - gcc-plugin: Use canonical_option field of save_decoded_options array. (#2047148) - Annocheck: Add an option to disable the use of debuginfod (if available). - Annocheck: Add more glibc special file names. - Annocheck: Skip some tests for BPF binaries. (#2044897) - Annocheck: Skip property note test for GO binaries. (#204300) - Annocheck: Add another glibc static library symbol. (#2043047) - Spec File: Use gcc --print-file-name=rpmver for the gcc version info. - GCC Plugin: Do not fail if a section cannot be attached to a group. - Annocheck: Improve detection of kernel modules. - GCC Plugin: Only default to link-once when using gcc-12 or later. (#2039297) - Annocheck: Add option to disable instrumentation test. - GCC Plugin: Fix building with gcc-12. - Spec file: Add requirement on cpio for annocheck. (#2039747) - Annocheck: Add even more glibc function names. (#2037333) - Annocheck: ARM: Do not fail tests that rely upon annobin notes. - Annocheck: Extend list of known glibc functions. (#2037333) - Annocheck: Ignore gaps that contain the _start symbol (for AArch64). (#1995224) - Annocheck: Ignore more glibc special binaries. (#2037220) - Annocheck: Do not complaining about missing stack clash notes if the compilation used LTO. (#2034946) - Annocheck: Add /usr/lib/ld-linux-aarch64.so.1 to the list of known glibc binaries. (#2033255) - Docs: Note that ENDBR is only needed as the landing pad for indirect branches/calls. (#28705) - Spec File: Store full gcc version release string in plugin info file. (#2030671) - Annocheck: Add special case for x86_64 RHEL-7 gaps. (#2031133) - Annocheck: Do not complaining about missing -mstackrealign notes in LTO mode. (#2030298) - GCC Plugin: Do not record missing -mstackrealign in LTO mode. - Tests: Fix gaps and stat tests to use newly built annobin plugin. (#2028063) - Annocheck: Ignore gaps in binaries at least partial built by golang. (#2028583) - Annocheck: Allow spaces in gloang symbols. (#2028583) - Annocheck: Initial deployment of libannocheck. (#2028063) - gcc-plugin: Fix bug creating empty attachments. - Annocheck: Change MAYB result to SKIP for DT_RPATH. (#2026300) - Annocheck: Skip missing fortify/warning notes for ARM32.