public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
Using the vcs_to_changelog.py script
 2020-02-13 21:07 UTC  (14+ messages)

[PATCH] x86-64: Resolve R_X86_64_PLT32 referencing a local symbol even if defined in another section
 2020-02-13 19:30 UTC  (8+ messages)

[PATCH] x86: fix AVX* dependencies of ".arch .nosse*"
 2020-02-13 18:11 UTC  (12+ messages)

[PATCH v7] x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
 2020-02-13 17:05 UTC  (15+ messages)

[PATCH] x86: accept SSE* insns accessing MMX registers with ".arch .nommx"
 2020-02-13 16:45 UTC  (9+ messages)

[PATCH 0/3] x86: segment override handling adjustments
 2020-02-13 16:45 UTC  (11+ messages)
` [PATCH 1/3] x86: extend LEA's segment override warning
` [PATCH 2/3] x86: optimize away pointless segment overrides
` [PATCH 3/3] x86: adjust segment override prefix emission

[PATCH v6 0/5] x86: operand size handling improvements
 2020-02-13 15:48 UTC  (15+ messages)
` [PATCH v6 3/5] x86: correct VFPCLASSP{S,D} operand size handling
` [PATCH v6 2/5] x86: fold two JMP templates
` [PATCH v6 1/5] x86-64: Intel64 adjustments for insns dealing with far pointers
` [PATCH v6 5/5] x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
` [PATCH v6 4/5] x86: move certain MOVSX/MOVZX tests

[PATCH] [binutils/testsuite] debuginfod.exp: Improve port selection
 2020-02-13 15:27 UTC  (3+ messages)

[PATCH] Use GCC LTO wrapper to get real symbols from LTO IR objects
 2020-02-13  8:15 UTC  (11+ messages)
          ` [PATCH] Plugin: Treat each object as independent

Problem with ld for PDP-11
 2020-02-13  7:50 UTC  (6+ messages)

[PATCH][Gold] Fix for incremental copy test
 2020-02-13  5:22 UTC 

[PATCH] plugin: Search bfd-plugins directories only once
 2020-02-13  5:15 UTC  (3+ messages)

[VERY URGENT] GNU ideas for GSOC 2020
 2020-02-12 18:59 UTC 

[PATCH] x86: fix SSE4a dependencies of ".arch .nosse*"
 2020-02-12 17:19 UTC  (2+ messages)

[PATCH] configure: Re-disable building cross-gdbserver
 2020-02-12 13:56 UTC  (4+ messages)

[PATCH v5 0/3] RISC-V: Support more rigorous check for CSR
 2020-02-12 10:19 UTC  (4+ messages)
` [PATCH 2/3] RISC-V: Disable the CSR checking by default
` [PATCH 3/3] RISC-V: Support the read-only CSR checking
` [PATCH 1/3] RISC-V: Support the ISA-dependent "

[Patch 0/2] [binutils][arm] Armv8-M Custom Datapath Extension
 2020-02-12  9:48 UTC  (7+ messages)
` [Patch 2/2] [binutils][arm] Implement Custom Datapath Extensions for MVE
` [Patch 1/2] [binutils][arm] arm support for ARMv8.m Custom Datapath Extension

[PATCH v5 0/5] x86: operand size handling improvements
 2020-02-12  9:19 UTC  (26+ messages)
` [PATCH v5 2/5] x86: move certain MOVSX/MOVZX tests
                    ` [PATCH] x86: Remove movsx/movzx with memory operand from AT&T syntax
                          ` [PATCH] x86: Remove movsx/movzx with 16/32-bit "
` [PATCH v5 3/5] x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
` [PATCH v5 1/5] x86: also disallow non-byte/-word registers with byte/word suffix
` [PATCH v5 4/5] x86: correct VFPCLASSP{S,D} operand size handling
` [PATCH v5 5/5] x86-64: Intel64 adjustments for insns dealing with far pointers

[PATCH REWORKED] gas: all: new macro directives: ifbin, ifconst, ifdec, iffloat, ifhex, ifnumber, ifquoted
 2020-02-12  5:13 UTC 

[PATCH] Support 'exclude' in objcopy --set-section-flags
 2020-02-11 17:14 UTC  (5+ messages)

Commit: Fix building elf32-msp430.c on 32-bit hosts
 2020-02-11 13:01 UTC  (2+ messages)

[PATCH] x86/Intel: improve diagnostics
 2020-02-11 11:54 UTC  (2+ messages)

[rms@gnu.org: What's GNU -- and what's not]
 2020-02-11 11:03 UTC  (2+ messages)
` What's GNU -- and what's not

[PATCH v3 1/4] RISC-V: Update the CSR to privilege spec 1.12
 2020-02-11  3:23 UTC  (3+ messages)

Uninitialized variable read in cgen disassembler
 2020-02-11  1:43 UTC 

[PATCH 0/3][BFD][MSP430] Fix relocation overflows for -mcpu=msp430
 2020-02-10 21:19 UTC  (4+ messages)
` [PING][PATCH "

[PATCH] x86: Accept Intel64 only instruction by default
 2020-02-10 16:36 UTC  (4+ messages)

[PATCH 0/2] Introducing support for cross compiling/linking for the z/OS platform
 2020-02-10 15:49 UTC  (2+ messages)

[PATCH v2 0/2] x86: ShortForm related adjustments
 2020-02-10 15:44 UTC  (4+ messages)
` [PATCH v2 1/2] x86: drop stray ShortForm attributes
` [PATCH v2 2/2] x86: drop ShortForm attribute

[PATCH 1/4] binutils/testsuite: Replace set ::env with setenv
 2020-02-10 15:28 UTC  (2+ messages)

[PATCH v4 0/5] x86: operand size handling improvements
 2020-02-10 13:53 UTC  (6+ messages)
` [PATCH v4 1/5] x86: also disallow non-byte/-word registers with byte/word suffix
` [PATCH v4 3/5] x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZX
` [PATCH v4 2/5] x86: move certain MOVSX/MOVZX tests
` [PATCH v4 4/5] x86: correct VFPCLASSP{S,D} operand size handling
` [PATCH v4 5/5] x86-64: Intel64 adjustments for insns dealing with far pointers

[committed] aarch64: Fix MOVPRFX markup for bf16 conversions
 2020-02-10 12:05 UTC  (3+ messages)
` Ping: "

[PATCH] x86-64: Properly encode and decode movsxd
 2020-02-10 10:50 UTC  (2+ messages)

.section directives with the same name but different fields
 2020-02-10  5:21 UTC  (6+ messages)

gas: error for section type, attr, or entsize change
 2020-02-10  5:02 UTC 

gas -Z flag
 2020-02-10  4:14 UTC 

z80 comments in archures.c
 2020-02-10  4:10 UTC 

Linker --fix-v4bx problem
 2020-02-09 16:34 UTC 

[PATCH] ELF: Discard a section if any of its linked-to section has been discarded
 2020-02-08 20:23 UTC  (3+ messages)

[MIPS] Can we have R_MIPS_PC64?
 2020-02-08 18:40 UTC  (6+ messages)

[PATCH] unique.exp: Update contains_unique_symbol
 2020-02-08  4:49 UTC  (2+ messages)

GNU Binutils 2.34 released
 2020-02-07 15:35 UTC  (7+ messages)

[PATCH] pr25022.d: Xfail more targets without ldelf_before_place_orphans
 2020-02-07 13:09 UTC 

Commit: Fix s390 compile time warning with gcc-10
 2020-02-07 12:49 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).