public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/5] LoongArch: Add DT_RELR (packing relative relocs) support
 2024-06-27  7:21 UTC  (8+ messages)
` [PATCH v2 1/5] LoongArch: Reject R_LARCH_32 from becoming a runtime reloc in ELFCLASS64
` [PATCH v2 2/5] LoongArch: Fix bad reloc with mixed visibility ifunc symbols in shared libraries
` [PATCH v2 3/5] LoongArch: Make protected function symbols local for -shared
` [PATCH v2 4/5] LoongArch: Add DT_RELR support
` [PATCH v2 5/5] LoongArch: Add DT_RELR tests

[PATCH] x86-64: Relax BFD_RELOC_X86_64_GOTTPOFF check
 2024-06-27  6:26 UTC  (3+ messages)

[PATCH] x86-64: Relax BFD_RELOC_X86_64_GOTTPOFF check
 2024-06-27  6:08 UTC  (2+ messages)

Rewrite SHT_GROUP handling
 2024-06-27  5:06 UTC  (2+ messages)

[PATCH] RISC-V: Shrink the riscv_implicit_subsets table
 2024-06-27  4:53 UTC 

[PATCH] RISC-V: Support Smcdeleg and Ssccfg extensions
 2024-06-27  4:32 UTC 

On automated commits
 2024-06-27  3:06 UTC  (9+ messages)

[PATCH] Set BFD_DECOMPRESS when reading build-id debuglink
 2024-06-26 22:35 UTC  (2+ messages)

[PATCH 0/2] s390: Avoid relocation overflows on undefined weak symbols
 2024-06-26 18:26 UTC  (4+ messages)
` [PATCH 1/2] s390: Do not replace brcth referencing undefined weak symbol
` [PATCH 2/2] s390: Avoid reloc overflows on undefined weak symbols (cont)

[PATCH, V3] doc: sframe: small improvements for readability
 2024-06-26 17:49 UTC  (2+ messages)

[PATCH] gas: .irp/.irpc are macro-like
 2024-06-26 15:28 UTC 

[PATCH] MIPS/GAS: Omit LI 0 for condition trap
 2024-06-26 14:01 UTC  (4+ messages)

[PATCH] Support APX CFCMOV
 2024-06-26 11:52 UTC  (21+ messages)

[PATCH] x86: Add {load}/{store} tests for apx instructions
 2024-06-26 11:26 UTC 

[PATCH 0/2] Add SCFI support for aarch64
 2024-06-26 11:01 UTC  (2+ messages)

[PATCH v4 00/15] sframe: Enhancements to SFrame info generation
 2024-06-25 23:59 UTC  (26+ messages)
` [PATCH v4 01/15] x86: Remove unused SFrame CFI RA register variable
` [PATCH v4 02/15] gas: Enhance arch-specific SFrame configuration descriptions
` [PATCH v4 03/15] readelf/objdump: Dump SFrame CFA fixed FP and RA offsets
` [PATCH v4 04/15] readelf/objdump: Display SFrame fixed RA offset as 'f' in dump
` [PATCH v4 05/15] gas: Print DWARF call frame insn name in SFrame warning message
` [PATCH v4 06/15] gas: Skip SFrame FDE if CFI specifies non-FP/SP base register
` [PATCH v4 07/15] gas: Warn if SFrame FDE is skipped due to non-default return column
` [PATCH v4 08/15] gas: Refactor SFrame CFI opcode DW_CFA_register processing
` [PATCH v4 09/15] gas: User readable warnings if SFrame FDE is not generated
` [PATCH v4 10/15] gas: Skip SFrame FDE if FP without RA on stack
` [PATCH v4 11/15] gas: Skip SFrame FDE if .cfi_window_save
` [PATCH v4 12/15] gas: Don't skip SFrame FDE if .cfi_register specifies RA w/o tracking
` [PATCH v4 13/15] gas: Don't skip SFrame FDE if .cfi_register specifies SP register
` [PATCH v4 14/15] gas: Test predicate whether SFrame RA tracking is used
` [PATCH v4 15/15] gas: Validate SFrame RA tracking and fixed RA offset

[PATCH 0/2] aarch64: add Branch Record Buffer extension instructions
 2024-06-25 17:00 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH 0/2] aarch64: Fixes access to struct aarch64_opnd_info members
 2024-06-25 15:29 UTC  (7+ messages)
` [PATCH 1/2] aarch64: Treat operand Rt_IN_SYS_ALIASES as register number (PR 31919)
` [PATCH 2/2] aarch64: Treat operand ADDR_SIMPLE as address with base register

[PATCH] aarch64: FP8 scale and convert - Implement minor improvements
 2024-06-25 10:49 UTC  (3+ messages)

[PATCH 0/5] LoongArch: Add DT_RELR (packing relative relocs) support
 2024-06-25 10:44 UTC  (15+ messages)
` [PATCH 1/5] LoongArch: Reject R_LARCH_32 from becoming a runtime reloc in ELFCLASS64
` [PATCH 2/5] LoongArch: Fix bad reloc with mixed visibility ifunc symbols in shared libraries
` [PATCH 3/5] LoongArch: Make protected function symbols local for -shared
` [PATCH 4/5] LoongArch: Add DT_RELR support
` [PATCH 5/5] LoongArch: Add DT_RELR tests

[PATCH V2] Support APX CFCMOV
 2024-06-25  9:56 UTC 

[PATCH] RISC-V: hash with segment id and pcrel_hi address while recording pcrel_hi
 2024-06-25  8:25 UTC  (3+ messages)

[RESEND,PATCH,V3 0/7] Add SCFI support for aarch64
 2024-06-25  6:30 UTC  (8+ messages)
` [RESEND,PATCH,V3 1/7] gas: scfi: make scfi_state_restore_reg function more precise
` [RESEND,PATCH,V3 2/7] opcodes: aarch64: flags to denote subclasses of ldst insns
` [RESEND,PATCH,V3 3/7] opcodes: aarch64: allow FLAGS in CPA_INSN, CPA_SVE_INSNC
` [RESEND,PATCH,V3 4/7] opcodes: aarch64: flags to denote subclasses of arithmetic insns
` [RESEND,PATCH,V3 5/7] opcodes: aarch64: flags to denote subclasses of uncond branches
` [RESEND,PATCH,V3 6/7] gas: aarch64: add experimental support for SCFI
` [RESEND,PATCH,V3 7/7] gas: aarch64: testsuite: add new tests "

New Russian PO file for 'bfd' (version 2.41.90)
 2024-06-25  1:47 UTC 

Office Hours for the GNU Toolchain on 2024-06-27 at 11am EST5EDT
 2024-06-24 21:11 UTC 

[PATCH v2 0/6] aarch64: Add FP8 multiplication instructions
 2024-06-24 15:53 UTC  (8+ messages)
` [PATCH v2 1/6] aarch64: Move struct definition towards its usage
` [PATCH v2 2/6] aarch64: Add support for virtual features
` [PATCH v2 3/6] aarch64: Add FP8 Neon and SVE multiplication instructions
` [PATCH v2 4/6] aarch64: Regenerate *-2.c
` [PATCH v2 5/6] aarch64: Add SME FP8 multiplication instructions
` [PATCH v2 6/6] aarch64: Regenerate *-2.c

☺ Buildbot (Sourceware): binutils-gdb - build successful (master)
 2024-06-24 15:51 UTC 

[PATCH v2] [RFC] libdep plugin: fix bugs in parser and drop escaping
 2024-06-24 14:51 UTC 

[PATCH v5 1/2] gas, aarch64: Add SME2 lutv2 extension
 2024-06-24 14:03 UTC  (3+ messages)
` [PATCH v5 2/2] gas, aarch64: Add SME2 lutv2 extension generated files

[PATCH 0/2] aarch64: DT_RELR for ILP32
 2024-06-24 13:57 UTC  (2+ messages)

[PATCH v4 0/11][Binutils] aarch64: Fix the FEAT_SVE2p1 related issues
 2024-06-24 13:17 UTC  (13+ messages)
` [PATCH v4 01/11] [Binutils] aarch64: Enable mandatory feature bits for v9.4-A
` [PATCH v4 02/11] [Binutils] aarch64: Fix sve2p1 dupq instruction operands
` [PATCH v4 03/11] [Binutils] aarch64: Fix sve2p1 dupq instruction operands (regenerated files)
` [PATCH v4 04/11] [Binutils] aarch64: Fix sve2p1 extq instruction operands
` [PATCH v4 05/11] [Binutils] aarch64: Fix sve2p1 extq instruction operands (regenerated files)
` [PATCH v4 06/11] [Binutils] aarch64: Fix sve2p1 ld[1-4]/st[1-4]q instruction operands
` [PATCH v4 07/11] [Binutils] aarch64: Fix sve2p1 ld[1-4]/st[1-4]q instruction operands (regenerated files)
` [PATCH v4 08/11] [BINUTILS] aarch64: Fix the wrong constraint used for sve2p1 instructions
` [PATCH v4 09/11] [Binutils] aarch64: Add extra tests for sve2p1 min max instructions
` [PATCH v4 10/11] [Binutils] aarch64: Fix FEAT_B16B16 sve2 instruction constraints
` [PATCH v4 11/11] [Binutils] aarch64: Fix FEAT_B16B16 sve2 instruction constraints (regenerated files)

[addr2line] Printing symbol names
 2024-06-24 11:57 UTC  (4+ messages)

Posting CVE's to older binutils sources
 2024-06-24 10:16 UTC 

Automotive Grade Analog Switches
 2024-06-24  9:39 UTC 

Superheterodyne Receiver
 2024-06-24  7:54 UTC 

☝ Buildbot (Sourceware): binutils-gdb - worker cannot substantiate (master)
 2024-06-24  1:23 UTC 

[PATCH] ld: testsuite: Add a bootstrap test using -Wl,-z,pack-relative-relocs if DT_RELR supported
 2024-06-23  1:06 UTC  (2+ messages)

[PATCH] LoongArch: Remove unused code in ld test suite
 2024-06-22 10:06 UTC 

[PATCH v4 1/2] gas, aarch64: Add SME2 lutv2 extension
 2024-06-21 15:35 UTC  (3+ messages)

[PATCH] arm: Do not insert stubs needing Arm code on Thumb-only cores
 2024-06-21 15:19 UTC  (3+ messages)

[PATCH] doc: sframe: small improvements for readability
 2024-06-21 15:00 UTC  (4+ messages)
` [PATCH, V2] "

DCO: Was: Re: Contributing to gdb
 2024-06-21 13:20 UTC  (3+ messages)

[PATCH v2 0/8] x86: a few more optimizations
 2024-06-21 12:53 UTC  (9+ messages)
` [PATCH v2 1/8] x86/APX: optimize {nf} forms of ADD/SUB with specific immediates
` [PATCH v2 2/8] x86/APX: optimize {nf}-form rotate-by-width-less-1
` [PATCH v2 3/8] x86/APX: optimize certain {nf}-form insns to LEA
` [PATCH v2 4/8] x86-64: restrict by-imm31 optimization
` [PATCH v2 5/8] x86/APX: extend TEST-by-imm7 optimization to CTESTcc
` [PATCH v2 6/8] x86/APX: optimize {nf}-form IMUL-by-power-of-2 to SHL
` [PATCH v2 7/8] x86/APX: optimize certain {nf}-form insns to BMI2 ones
` [PATCH v2 8/8] x86/APX: apply NDD-to-legacy transformation to further CMOVcc forms

[PATCH v3 0/11][Binutils] aarch64: Fix the FEAT_SVE2p1 related issues
 2024-06-21 11:36 UTC  (12+ messages)
` [PATCH v2 01/11] [Binutils] aarch64: Enable mandatory feature bits for v9.4-A
` [PATCH v3 02/11] [Binutils] aarch64: Fix sve2p1 dupq instruction operands
` [PATCH v3 03/11] [Binutils] aarch64: Fix sve2p1 dupq instruction operands (regenerated files)
` [PATCH v3 04/11] [Binutils] aarch64: Fix sve2p1 extq instruction operands
` [PATCH v3 05/11] [Binutils] aarch64: Fix sve2p1 extq instruction operands (regenerated files)
` [PATCH v3 06/11] [Binutils] aarch64: Fix sve2p1 ld[1-4]/st[1-4]q instruction operands
` [PATCH v3 07/11] [Binutils] aarch64: Fix sve2p1 ld[1-4]/st[1-4]q instruction operands (regenerated files)
` [PATCH v1 08/11] [BINUTILS] aarch64: Fix the wrong constraint used for sve2p1 instructions
` [PATCH v1 09/11] [Binutils] aarch64: Add extra tests for sve2p1 min max instructions
` [PATCH v3 10/11] [Binutils] aarch64: Fix FEAT_B16B16 sve2 instruction constraints
` [PATCH v3 11/11] [Binutils] aarch64: Fix FEAT_B16B16 sve2 instruction constraints (regenerated files)

[PATCH v2] [RFC] libdep plugin: fix bugs in parser and drop escaping
 2024-06-21  8:06 UTC  (4+ messages)

[PATCH] RISC-V: Remove implicit enablement of Zvknha from Zvkn
 2024-06-21  5:03 UTC  (2+ messages)

☺ Buildbot (Sourceware): binutils-gdb - build successful (master)
 2024-06-21  1:08 UTC 

Remove LIBINTL_DEP
 2024-06-20 20:02 UTC  (7+ messages)

☠ Buildbot (Sourceware): binutils-gdb - failed test (failure) test (failure) (master)
 2024-06-20 17:04 UTC  (5+ messages)

☠ Buildbot (Sourceware): binutils-gdb - failed test (failure) (master)
 2024-06-20 13:02 UTC 

[PATCH] libctf: fix testsuite bugs revealed by -Wall
 2024-06-20 12:19 UTC  (2+ messages)

RFC: PR 31761: Stop the linker from overwriting source files
 2024-06-20 10:19 UTC  (4+ messages)

☠ Buildbot (Sourceware): binutils-gdb-autoregen - failed 'git diff ...' (failure) (master)
 2024-06-20  9:44 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).