[PATCH 0/2] RISC-V: Better support for long instructions (64 < x <= 176 [bits])
2022-11-25 11:07 UTC (30+ messages)
` [PATCH 1/2] RISC-V: Make .insn tests stricter
` [PATCH 2/2] RISC-V: Better support for long instructions
` [PATCH v2 0/2] RISC-V: Better support for long instructions (64 < x <= 176 [bits])
` [PATCH v2 1/2] RISC-V: Make .insn tests stricter
` [PATCH v2 2/2] RISC-V: Better support for long instructions
` [PATCH v3 0/2] RISC-V: Better support for long instructions (64 < x <= 176 [bits])
` [PATCH v3 1/2] RISC-V: Better support for long instructions (disassembler)
` [PATCH v3 2/2] RISC-V: Better support for long instructions (assembler)
[PATCH] Arm: .noinit and .persistent are not supported for Linux targets
2022-11-25 10:09 UTC
[PATCH v3] riscv: Add AIA extension support (Smaia, Ssaia)
2022-11-25 3:04 UTC (2+ messages)
[PATCH v2] ld: Generate PDB string table
2022-11-25 2:54 UTC (2+ messages)
` [PATCH] ld: Write DEBUG_S_FILECHKSMS entries in PDBs
[PATCH v3] Add support for nanoMIPS architecture
2022-11-24 15:55 UTC (3+ messages)
[PATCH v4] Add support for nanoMIPS architecture
2022-11-24 15:45 UTC
[PATCH][PUSHED] readelf: Do not require EI_OSABI for IFUNC
2022-11-24 12:45 UTC (3+ messages)
Commit: Fix compile time warnings in conftest.c files
2022-11-24 12:30 UTC
[PATCH] x86: Remove libopcodes dependency
2022-11-24 10:19 UTC (3+ messages)
[PATCH 0/3] x86: FPU insn handling simplifications
2022-11-24 8:58 UTC (4+ messages)
` [PATCH 1/3] x86: extend FPU test coverage for AT&T / Intel mnemonic differences
` [PATCH 2/3] x86: drop FloatR
` [PATCH 3/3] x86: clean up after removal of support for gcc <= 2.8.1
[PATCH 0/3] x86: correct checking of matching operand sizes
2022-11-24 8:38 UTC (6+ messages)
` [PATCH 1/3] x86: correct handling of LAR and LSL
` [PATCH 2/3] x86: add missing CheckRegSize
` [PATCH 3/3] x86: widen applicability and use of CheckRegSize
Tidy objdump printing of section size
2022-11-24 7:32 UTC
Constify nm format array
2022-11-24 7:31 UTC
PR16995, m68k coldfire emac immediate to macsr incorrect disassembly
2022-11-24 7:30 UTC
[PATCH] ld: Generate PDB string table
2022-11-24 7:24 UTC (2+ messages)
[PATCH] sframe/doc: remove usage of xrefautomaticsectiontitle
2022-11-24 7:20 UTC (5+ messages)
` [PATCH,V2] "
Re:Anita
2022-11-24 1:10 UTC
[PATCH] gas: Disable --gcodeview on PE targets with no O_secrel
2022-11-23 22:20 UTC (2+ messages)
Weird object file link issue
2022-11-23 12:43 UTC (3+ messages)
PR22509 - Null pointer dereference on coff_slurp_reloc_table
2022-11-23 12:29 UTC
asan: NULL deref in filter_symbols
2022-11-23 12:28 UTC
gas: Add --gcodeview option
2022-11-23 12:21 UTC
[PATCH v2] RISC-V: Make R_RISCV_SUB6 conforms to riscv ABI standard
2022-11-23 9:05 UTC (3+ messages)
[PATCH] x86: Don't define _TLS_MODULE_BASE_ for ld -r
2022-11-22 22:35 UTC (2+ messages)
[PATCH] readelf: use fseeko for elf files >= 2 GiB on x86_64-mingw32
2022-11-22 21:59 UTC (7+ messages)
` [PATCH] readelf: use fseeko64 or fseeko if possible
` Don't use "long" in readelf for file offsets
[PATCH,V4 00/11] Definition and support for SFrame unwind format
2022-11-22 19:44 UTC (4+ messages)
` [PATCH,V4 11/11] doc: add SFrame spec file
[PATCH v2 0/4] x86: break gas dependency on libopcodes
2022-11-22 18:21 UTC (14+ messages)
` [PATCH v2 1/4] x86: instantiate i386_{op,reg}tab[] in gas instead of in libopcodes
` [PATCH v2 2/4] x86: remove i386-opc.c
` [PATCH v2 3/4] x86: break gas dependency on libopcodes
` [PATCH v2 4/4] x86: drop sentinel from i386_optab[]
[PATCH] RISC-V: Optimize relax of GP with max_alignment
2022-11-22 16:19 UTC (4+ messages)
` [PATCH v2] RISC-V: Optimize relax of GP/call "
[PATCH] gas: Add --gcodeview option
2022-11-22 14:49 UTC (4+ messages)
[PATCH] ld: Add section contributions substream to PDB files
2022-11-22 14:12 UTC (2+ messages)
[PATCH] opcodes: Correct address for ARC's "isa_config" aux reg
2022-11-22 12:03 UTC (3+ messages)
` [PUSHED] "
Question about readelf output from shared library built with lld, gold, and bfd linkers
2022-11-22 11:20 UTC (8+ messages)
[PATCH] riscv: Add AIA extension support (Smaia, Ssaia)
2022-11-22 9:51 UTC (10+ messages)
PR29807, SIGSEGV when linking fuzzed PE object
2022-11-21 21:48 UTC
ld: Always output local symbol for relocatable link
2022-11-21 21:21 UTC
☺ Buildbot (GNU Toolchain): binutils-gdb - build successful (master)
2022-11-21 17:07 UTC
[PATCH v1 0/1] RISC-V: Make R_RISCV_SUB6 conforms to riscv abi standard
2022-11-21 12:03 UTC (4+ messages)
` [PATCH v1 1/1] "
[PATCH] binutils: partially revert 17c6c3b99156fe82c1e637e1a5fd9f163ac788c8
2022-11-21 10:59 UTC (23+ messages)
Re:[PATCH 1/1] RISC-V: Make R_RISCV_SUB6 conforms to riscv abi standard
2022-11-21 10:51 UTC (4+ messages)
` [PATCH "
Problems when building NT kernel drivers with GCC / LD
2022-11-21 7:24 UTC (6+ messages)
[PATCH 00/12] RISC-V: Test refinements (Batch 1)
2022-11-20 2:28 UTC (2+ messages)
` [PING^1][PATCH "
[PATCH v3 0/3] RISC-V: Add overridable "priv-spec" and "arch" disassembler options
2022-11-20 2:23 UTC (4+ messages)
` [PATCH v3 1/3] RISC-V: Make "priv-spec" overridable
` [PATCH v3 2/3] RISC-V: Add "arch" disassembler option
` [PATCH v3 3/3] gdb/testsuite: RISC-V disassembler option tests
[PATCH 0/3] RISC-V: Disassembler Core Optimization 1-2 (Mapping symbols)
2022-11-20 1:10 UTC (4+ messages)
` [PATCH 1/3] RISC-V: Easy optimization on riscv_search_mapping_symbol
` [PATCH 2/3] RISC-V: Per-section private data initialization
` [PATCH 3/3] RISC-V: Optimized search on mapping symbols
[PATCH 0/3] RISC-V: Disassembler Core Optimization 1-1 (Hash table and Caching)
2022-11-20 1:08 UTC (4+ messages)
` [PATCH 1/3] RISC-V: Use faster hash table on disassembling
` [PATCH 2/3] RISC-V: Fallback on faster hash table
` [PATCH 3/3] RISC-V: Cache instruction support
[REVIEW ONLY 0/2] NEAR RATIFICATION RISC-V: Extensions from the RISC-V Profiles
2022-11-19 2:56 UTC (3+ messages)
GNU Binutils Lands New "SFrame" Format Support For Simple Stack Unwinding
2022-11-18 14:25 UTC
[PATCH V2] GAS fix alignment for aarch64-pe
2022-11-18 9:35 UTC (9+ messages)
` aarch64-pe can't fill 16 bytes in section .text
[PATCH] RISC-V: fix linker message when relaxation deletes bytes
2022-11-18 8:17 UTC (6+ messages)
[PATCH] RISC-V: Add INSN_DREF to memory read/write instructions
2022-11-18 7:44 UTC (4+ messages)
[PATCH 0/2] x86: break gas dependency on libopcodes
2022-11-18 6:53 UTC (9+ messages)
` [PATCH 2/2] "
[PATCH v3 0/8] RISC-V: Various opcode tidying (batch 1)
2022-11-18 2:07 UTC (10+ messages)
` [PATCH v4 "
` [PATCH v4 1/8] RISC-V: Add a space at the end of pinfo
` [PATCH v4 2/8] RISC-V: Fix obvious misalignments ('Zbb'/'Zba')
` [PATCH v4 3/8] RISC-V: Remove spaces in opcode entries
` [PATCH v4 4/8] RISC-V: Remove unused instruction macros
` [PATCH v4 5/8] RISC-V: Complete tidying up with SCALL and SBREAK
` [PATCH v4 6/8] RISC-V: Tidying up with fmv.w.x and fmv.x.w
` [PATCH v4 7/8] RISC-V: Make alias instructions aliases
` [PATCH v4 8/8] RISC-V: Use defined mask and match values
PR29799 heap buffer overflow in display_gdb_index dwarf.c:10548
2022-11-18 1:03 UTC
go32 sanity check
2022-11-18 1:02 UTC
[PATCH] riscv: Add AIA extension support (Smaia, Ssaia)
2022-11-18 0:35 UTC (5+ messages)
[PATCH] x86: infer No_*Suf from other insn attributes
2022-11-17 17:21 UTC (6+ messages)
[PATCH] i386: Move i386_seg_prefixes to gas
2022-11-17 17:05 UTC
page: next (older) | prev (newer) | 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).