public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
[PATCH] RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructions
 2021-03-16  7:52 UTC  (14+ messages)

[PATCH] Skip convert lui to GPREL_L for .LANCHOR
 2021-03-16  6:49 UTC  (6+ messages)

[RFC] SVP64 Cray-style Vectorisation of the OpenPOWER scalar ISA
 2021-03-15 14:13 UTC 

your change "[Patch AArch64] Warn on unpredictable stlxrb , stlxrh and stlxr cases"
 2021-03-15 13:52 UTC  (3+ messages)

[PATCH] GCC_CET_HOST_FLAGS: Check if host supports multi-byte NOPs
 2021-03-15 13:24 UTC  (2+ messages)

[PATCH 00/16] libctf: mostly cleanups and refactoring
 2021-03-15 13:11 UTC  (18+ messages)
` [PATCH 01/16] libctf: fix some tabdamage and move some code around
` [PATCH 02/16] libctf: split serialization and file writeout into its own file
` [PATCH 03/16] libctf: fix comment above ctf_dict_t
` [PATCH 04/16] libctf: split up ctf_serialize
` [PATCH 05/16] libctf: fix GNU style for do {} while
` [PATCH 06/16] libctf: eliminate dtd_u, part 1: int/float/slice
` [PATCH 07/16] libctf: eliminate dtd_u, part 2: arrays
` [PATCH 08/16] libctf: eliminate dtd_u, part 3: functions
` [PATCH 09/16] Add install dependencies for ld -> bfd and libctf -> bfd
  ` [PING] "
` [PATCH 10/16] libctf: don't lose track of all valid types upon serialization
` [PATCH 11/16] libctf: do not corrupt strings across ctf_serialize
` [PATCH 12/16] libctf: eliminate dtd_u, part 4: enums
` [PATCH 13/16] libctf: eliminate dtd_u, part 5: structs / unions
` [PATCH 14/16] libctf: types: unify code dealing with small-vs-large struct members
` [PATCH 15/16] libctf: a couple of small error-handling fixes
` [PATCH 16/16] libctf: support encodings for enums

[Patch, Gas, AArch64][2/2] Fix Diagnostic messaging for LD/ST Exclusive
 2021-03-15 13:01 UTC 

[Patch, Gas, AArch64][1/1] Reclassify Armv8.7-A ST/LD64 Atomics
 2021-03-15 13:00 UTC 

[Patch, Gas, AArch64][0/1] Fix diagnostics for exclusive load/stores and reclassify Armv8.7-A ST/LD64 Atomics
 2021-03-15 13:00 UTC 

[PATCH] bfd: add translation wrappers to PE image section RVA diagnostics
 2021-03-15 10:09 UTC 

ld: don't chance overrunning PE .reloc section content
 2021-03-13 10:15 UTC  (2+ messages)

[PATCH] ld: revert default dll characteristics for Cygwin
 2021-03-13  6:16 UTC  (2+ messages)

DWZ 0.14 released
 2021-03-12 16:48 UTC  (5+ messages)

[PATCH] windres: ignore trailing data at end of version block
 2021-03-12 15:19 UTC  (2+ messages)

Strip Command Inquiry
 2021-03-12 15:14 UTC  (2+ messages)

[PATCH] Add values for NetBSD .note.netbsd.ident notes (PaX)
 2021-03-12 14:39 UTC  (3+ messages)

aarch64 as internal error in md_apply_fix at ....../gas/config/tc-aarch64.c:8330
 2021-03-12 14:33 UTC 

[PATCH][GAS] aarch64: Add few missing system registers
 2021-03-12 14:27 UTC  (3+ messages)

riscv --enable-targets=all on 32-bit host
 2021-03-12 13:59 UTC  (2+ messages)

[PATCH 1/6] bfd: add missing smclass when creating csect for xcoff64
 2021-03-12 12:26 UTC  (2+ messages)

[PATCH] ld: warn about PE base relocations to sections above .reloc
 2021-03-12 11:27 UTC  (2+ messages)

[PATCH] MIPS: remove SHT_REL support for NewABI elf backends
 2021-03-12  8:56 UTC 

PE image base fallout
 2021-03-12  7:50 UTC  (3+ messages)

x86: correct decoding of nop/reserved space (0f18 ... 0x1f)
 2021-03-12  7:11 UTC  (2+ messages)

[PATCH 6/6] aix: implement TLS relocation for gas and ld
 2021-03-11 13:49 UTC 

[PATCH 5/6] aix: implement R_TOCU and R_TOCL relocations
 2021-03-11 13:49 UTC 

[PATCH 4/6] aix: correct HOWTO table and add missing relocations
 2021-03-11 13:49 UTC 

[PATCH 3/6] bfd: move xcoff64_ppc_relocate_section after the HOWTO table
 2021-03-11 13:49 UTC 

[PATCH 2/6] bfd: use default coff_write_object_contents for XCOFF64
 2021-03-11 13:49 UTC 

[PATCH] [RISC-V] Skip convert lui to GPREL_L for .LANCHOR
 2021-03-11 13:07 UTC 

conditional linkage ?
 2021-03-11  2:16 UTC  (3+ messages)

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up: Mar 11, 2021
 2021-03-10 18:16 UTC  (2+ messages)

[PATCH 0/3] x86: minor simplifications of disassembler logic
 2021-03-10 13:49 UTC  (5+ messages)
` [PATCH 1/3] x86: remove stray uses of xmmq_mode
` [PATCH 2/3] x86: drop a few redundant EVEX-related checks
` [PATCH 3/3] x86: re-order logic in OP_XMM()

[PATCH 0/9] x86: disassembler fixes and table shrinking
 2021-03-09 14:27 UTC  (11+ messages)
` [PATCH 1/9] x86: correct decoding of nop/reserved space (0f18 ... 0x1f)
` [PATCH 2/9] x86: re-arrange order of decode for various legacy opcodes
` [PATCH 3/9] x86: re-arrange order of decode for various VEX opcodes
` [PATCH 4/9] x86: re-arrange order of decode for various mask reg opcodes
` [PATCH 5/9] x86: re-arrange order of decode for various EVEX opcodes
` [PATCH 6/9] x86: reuse VEX entries for EVEX vperm{q,pd}
` [PATCH 7/9] x86: reuse further VEX entries for EVEX
` [PATCH 8/9] x86: rearrange enumerator and table entry order
` [PATCH 9/9] x86/Intel: correct AVX512 S/G disassembly

[PATCH 0/6] PE/COFF linking adjustments
 2021-03-09 12:49 UTC  (30+ messages)
` [PATCH 1/6] ld: don't generate base relocations in PE output for absolute symbols
` [PATCH 2/6] bfd: prune COFF/PE section flags setting
` [PATCH 3/6] bfd: refine handling of relocations between debugging sections
` [PATCH 4/6] ld: adjust ld-scripts/map-address.*
` [PATCH 5/6] bfd: don't silently wrap or truncate PE image section RVAs
` [PATCH 6/6] bfd: strip symbols not representable in COFF/PE symbol table

[PATCH] ld: adjust PE base relocations testcase
 2021-03-09 11:28 UTC  (2+ messages)

[gas][cortex-m23] why does this beq.w results in hard fault?
 2021-03-08 17:37 UTC 

[PATCH v2] x86: fold some prefix related attributes into a single one
 2021-03-08 14:32 UTC  (2+ messages)

[PATCH] x86-64: make SYSEXIT handling similar to SYSRET's
 2021-03-08 14:17 UTC  (2+ messages)

[PATCH 1/3] MIPS: Fix test failure with FPXX GCC
 2021-03-08  4:30 UTC  (3+ messages)
` [PATCH 2/3] MIPS: default output r6 object if configured to r6
` [PATCH 3/3] MIPS: Fix testcase for MIPSr6

[PATCH] elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASE
 2021-03-07  4:16 UTC  (22+ messages)
              ` [PATCH v2] "
                  ` [PATCH v3] "
                          ` [PATCH v4] "
                                  ` [PATCH v5] "
                                      ` [PATCH v6] "

[PATCHv2 0/9] Bare-metal core dumps for RISC-V
 2021-03-05 17:35 UTC  (5+ messages)
` [PATCHv3 "

[PATCH 6/6] aix: implement TLS relocation for gas and ld
 2021-03-05 14:07 UTC  (4+ messages)

A hard to duplicate bug
 2021-03-04 22:07 UTC 

HELP: MIPS PC Relative Addressing
 2021-03-04 16:54 UTC  (6+ messages)

Commit: PR 27478: readelf/objcopy: Add new option to enable displaying contents of linked files
 2021-03-04 10:41 UTC 

binutils fails to compile on AIX due to mismatched declaration
 2021-03-03 22:31 UTC 

[PATCH 0/2] x86: a little bit of further opcode table rework
 2021-03-03 20:03 UTC  (7+ messages)
` [PATCH 1/2] x86: infer operand count of templates
` [PATCH 2/2] x86: fold some prefix related attributes into a single one

PR27493, objcopy --weaken-symbol does not weaken undefined symbols
 2021-03-03  7:15 UTC 

--gc-sections with groups and start/stop syms
 2021-03-03  7:14 UTC 

ld-gc tests on underscore targets
 2021-03-03  7:13 UTC 

Split relocation defines out of coff/internal.h
 2021-03-03  7:13 UTC 

[PATCH 00/10] libctf: cleanups, speedups, and bugfixes (one needing review)
 2021-03-02 15:16 UTC  (5+ messages)
` [PATCH REVIEW 10/10] bfd, ld, libctf: skip zero-refcount strings in CTF string reporting

PowerPC64 undefined weak visibility vs GOT optimisation
 2021-03-02 11:10 UTC 

PR27451, -z start_stop_gc for powerpc64
 2021-03-02 11:09 UTC 

[PATCH 5/6] aix: implement R_TOCU and R_TOCL relocations
 2021-03-02  7:33 UTC  (5+ messages)

[ld] 2.36 PE flags changes (PR19011, commit 514b4e19)
 2021-03-01 20:01 UTC  (3+ messages)

RFC: Change readelf/objdump to automatically follow debug links
 2021-03-01 14:22 UTC  (4+ messages)

[PATCH v2] Warn for missing separate debug files only if needed
 2021-03-01 13:32 UTC  (2+ messages)

RFC: Adding a fixed format output mode to readelf
 2021-03-01 13:03 UTC  (5+ messages)

[PATCH] ld: Don't check EI_OSABI value for input SHF_GNU_RETAIN section
 2021-03-01 12:35 UTC  (2+ messages)

[PATCH] ld: Add -z start-stop-gc to let __start_/__stop_ not retain C identifier name sections
 2021-03-01  8:08 UTC  (11+ messages)

PR27128, nm -P portable output format regression
 2021-03-01  4:19 UTC 

[PATCH] Warn for missing separate debug files only if needed
 2021-02-28 15:26 UTC 

V3 [PATCH 0/5] Support the PGO build for binutils+gdb
 2021-02-28 12:44 UTC  (4+ messages)
` V3 [PATCH 3/5] "
    ` [PATCH] Add missing changes to Makefile.tpl

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).