[PATCH v6 0/7] LoongArch: disassembler improvements & deprecate old register aliases
2023-06-29 6:10 UTC (5+ messages)
` [PATCH v6 1/7] LoongArch: support disassembling certain pseudo-instructions
` [PATCH v6 2/7] opcodes/loongarch: remove unused code
` [PATCH v6 3/7] opcodes/loongarch: implement style support in the disassembler
` [PATCH v6 4/7] opcodes/loongarch: style disassembled address offsets as such
[PATCH v5 0/6] LoongArch: colored disassembly and readability tweaks
2023-06-29 3:29 UTC (9+ messages)
` [PATCH v5 1/6] LoongArch: support disassembling certain pseudo-instructions
` [PATCH v5 2/6] opcodes/loongarch: remove unused code
` [PATCH v5 3/6] opcodes/loongarch: implement style support in the disassembler
` [PATCH v5 4/6] opcodes/loongarch: style disassembled address offsets as such
` [PATCH v5 5/6] opcodes/loongarch: do not print hex notation for signed immediates
` [PATCH v5 6/6] opcodes/loongarch: print unrecognized insn words with the .word directive
[PATCH] PR30592 objcopy: allow --set-section-flags to add or remove SHF_X86_64_LARGE
2023-06-28 23:17 UTC (3+ messages)
[PATCH v2] PR30592 objcopy: allow --set-section-flags to add or remove SHF_X86_64_LARGE
2023-06-28 23:16 UTC
[PATCH 00/12] SFrame Version 2 - definition and support
2023-06-28 23:04 UTC (14+ messages)
` [PATCH 01/12] sframe.h: format bump to SFrame version 2
` [PATCH 02/12] gas: generate SFrame section with version SFRAME_VERSION_2
` [PATCH 03/12] libsframe: add new APIs to get SFrame version
` [PATCH 04/12] libsframe: add new APIs to add and get SFrame FDE in SFrame version 2
` [PATCH 05/12] libsframe: adjust version check in sframe_header_sanity_check_p
` [PATCH 06/12] libsframe: testsuite: fixes for SFRAME_VERSION_2
` [PATCH 07/12] bfd: linker: add support for rep_block_size for pltN entries
` [PATCH 08/12] bfd: linker: generate SFrame sections with version SFRAME_VERSION_2
` [PATCH 09/12] objdump/readelf: adjust for SFRAME_VERSION_2
` [PATCH 10/12] doc: sframe: update specification "
` [PATCH 11/12] doc: sframe: add details about alignment in the SFrame format
` [PATCH 12/12] binutils/NEWS: announce SFrame version 2 as the new default
2.41 branch approaching
2023-06-28 16:27 UTC (7+ messages)
[PATCH v2] LoongArch: Deprecate $v[01], $fv[01] and $x names per spec
2023-06-28 13:13 UTC
[PATCH] aarch64: Remove version dependencies from features
2023-06-28 10:45 UTC (2+ messages)
New French PO file for 'gold' (version 2.39.90)
2023-06-28 10:43 UTC (2+ messages)
Commit: Fix gas testsuite failures for non-ELF AArch64 toolchains
2023-06-28 10:34 UTC (5+ messages)
[PATCH v0 0/2] LoongArch: Add LSX and LASX instructions support
2023-06-28 10:01 UTC (5+ messages)
` [PATCH v0 1/2] LoongArch: gas: "
` [PATCH v0 2/2] LoongArch: gas: Add LSX and LASX instructions test
☝ Buildbot (Sourceware): binutils-gdb - retry lost connection '(set -e; ...' (exception) (master)
2023-06-28 9:55 UTC
☝ Buildbot (Sourceware): binutils-gdb - retry lost connection test (exception) (master)
2023-06-28 9:33 UTC
[PATCH] section-match: Check parent archive name as well
2023-06-28 8:50 UTC (5+ messages)
[PATCH] ld - Add SYMBOL_ABI_ALIGNMENT variable and apply to __bss_start
2023-06-28 6:23 UTC (3+ messages)
Fw: Re: [PATCH] [RISC-V] Optimize GP-relative addressing for linker
2023-06-28 2:58 UTC
[PATCH] [RISC-V] Optimize GP-relative addressing for linker
2023-06-28 1:25 UTC (3+ messages)
☺ Buildbot (Sourceware): binutils-gdb - build successful (master)
2023-06-28 0:15 UTC
☠ Buildbot (Sourceware): binutils-gdb - failed test (failure) (master)
2023-06-27 23:59 UTC
[RFC PATCH v1] RISC-V: Support Zicond extension
2023-06-27 23:33 UTC (10+ messages)
[PATCH 00/10] Patches for libsframe versioning and symbol versioning
2023-06-27 19:59 UTC (12+ messages)
` [PATCH 01/10] libsframe: add library versioning
` [PATCH 02/10] libsframe: remove sframe_get_funcdesc_with_addr API
` [PATCH 03/10] libsframe: add symbol versioning
` [PATCH 04/10] libsframe: update the semantics of sframe_fre_get_ra_offset
` [PATCH 05/10] libsframe: update the semantics of sframe_fre_get_fp_offset
` [PATCH 06/10] libsframe: use uint32_t for fre_type and fde_type function args
` [PATCH 07/10] bfd: libsframe: use uint32_t for return type of sframe_calc_fre_type
` [PATCH 08/10] libsframe: use uint8_t instead of unsigned char for abi_arch
` [PATCH 09/10] libsframe: use uint8_t for return type of sframe_fre_get_base_reg_id
` [PATCH 10/10] binutils/NEWS: add note about upcoming libsframe changes
[COMMITTED] libsframe: add library versioning
2023-06-27 19:51 UTC (12+ messages)
` [COMMITTED] libsframe: remove sframe_get_funcdesc_with_addr API
` [COMMITTED] libsframe: add symbol versioning
` [COMMITTED] libsframe: update the semantics of sframe_fre_get_ra_offset
` [COMMITTED] libsframe: update the semantics of sframe_fre_get_fp_offset
` [COMMITTED] libsframe: use uint32_t for fre_type and fde_type function args
` [COMMITTED] libsframe: bfd: use uint32_t for return type of sframe_calc_fre_type
` [COMMITTED] libsframe: use uint8_t instead of unsigned char for abi_arch
` [COMMITTED] libsframe: use uint8_t for return type of sframe_fre_get_base_reg_id
` [COMMITTED] libsframe: use appropriate data types for args of sframe_encode
` [COMMITTED] libsframe: bfd: use uint32_t for return type of get_num_fidx APIs
` [COMMITTED] binutils/NEWS: add note about upcoming libsframe changes
[PATCH] gas: NEWS: Add the latest RISC-V extensions
2023-06-27 14:42 UTC
[PATCH] gprofng: Add new tests
2023-06-26 21:46 UTC
My Greetings and compliments,
2023-06-26 20:27 UTC
[RFC] Make __bss_start point at actual start of .bss
2023-06-26 16:27 UTC (6+ messages)
Commit: Update libiberty sources
2023-06-26 14:46 UTC
Commit: Sync config.sub and config.guess
2023-06-26 13:11 UTC
New French PO file for 'gprof' (version 2.39.90)
2023-06-26 12:24 UTC (2+ messages)
[PATCH] mingw-host: Insert resource to enable UTF-8 active code page
2023-06-25 21:04 UTC
[PATCH] LoongArch: Add R_LARCH_64_PCREL relocation support
2023-06-25 9:55 UTC
Battery Factory
2023-06-24 1:08 UTC
[GOLD] Support setting DT_RELACOUNT late
2023-06-23 11:40 UTC (2+ messages)
` [GOLD] PowerPC64 huge branch dynamic relocs
[GOLD] powerpc DT_RELACOUNT
2023-06-23 11:34 UTC
lto test fails with -fno-inline in CFLAGS
2023-06-23 11:32 UTC
[PATCH] x86: Don't check if AVX512 template requires AVX512VL
2023-06-23 5:59 UTC (6+ messages)
[PATCH 1/2] Exclude trap instructions for MIPS Allegrex
2023-06-22 23:25 UTC (2+ messages)
` [PATCH 2/2] Adding missing MIPS Allegrex instruction
[PATCH] Revert "x86: Don't check if AVX512 template requires AVX512VL"
2023-06-22 19:37 UTC
[PATCH] gprofng: Update intel url
2023-06-21 17:12 UTC (2+ messages)
[GOLD] PR30536, ppc64el gold linker produces unusable clang-16 binary
2023-06-21 13:37 UTC
Commit: Prune warnings about -z execstack when --enable-warn-execstack=yes has been used
2023-06-21 11:09 UTC
[PATCH v4 0/7] Some MIPS changes and testsuite fixes
2023-06-21 11:03 UTC (20+ messages)
` [PATCH v4 1/7] MIPS: Gas: alter 64 or 32 for mipsisa triples if march is implicit
` [PATCH v4 2/7] MIPS: Set r6 as default arch if vendor is img
` [PATCH v4 3/7] MIPS: Fix r6 testsuites
` [PATCH v4 4/7] MIPS: Fix -gnuabi64 testsuite
` [PATCH v4 5/7] MIPS: Fix some ld testcases with compiler
` [PATCH v4 6/7] MIPS: Disable fix-rm7000-2 and llpscp-64 if not has_newabi
` [PATCH v4 7/7] MIPS: Fix Irix gas testcases
Commit: Fix PR 29072 test with --enable-default-execstack=no
2023-06-21 10:47 UTC
[PATCH 0/4] x86: some more optimization plus a new pseudo insn form
2023-06-21 9:01 UTC (9+ messages)
` [PATCH 1/4] x86: optimize pre-AVX512 {,V}PCMPEQQ with identical sources
` [PATCH 2/4] x86: optimize pre-AVX512 {,V}PCMPGT* "
` [PATCH 3/4] x86: optimize 128-bit VPBROADCASTQ to VPUNPCKLQDQ
` [PATCH 4/4] x86: provide a 128-bit VBROADCASTSD pseudo
elf32_arm_get_synthetic_symtab memory leak
2023-06-21 6:21 UTC
macho-o.c don't leak strtab
2023-06-21 6:20 UTC
[PATCH] x86: Free the symbol buffer and the relocation buffer after use
2023-06-20 22:32 UTC
[PATCH 0/1] riscv: Ensure LE instruction fetching
2023-06-20 11:46 UTC (3+ messages)
arm-none-eabi-as: what decides .text section alignment/padding?
2023-06-19 16:39 UTC (5+ messages)
New failures for the mips64el-openbsd target
2023-06-19 7:23 UTC (8+ messages)
[PATCH 0/2] riscv: Fix gas when encoding BE floats/doubles
2023-06-19 7:18 UTC (4+ messages)
[PATCH V3] optimize handle_COMDAT
2023-06-18 17:40 UTC
The use of the name tmpdir in the tests
2023-06-17 10:38 UTC (3+ messages)
[PATCH v3 1/2] MIPS: Add MT ASE support for micromips32
2023-06-17 1:41 UTC (3+ messages)
` [PATCH v3 2/2] MIPS: Sync oprand char usage between mips and micromips
[PATCH] x86: fix expansion of %XV
2023-06-16 12:34 UTC
[PATCH 0/5] x86/disasm: deal with invalid uses of AVX512 masking
2023-06-16 10:17 UTC (6+ messages)
` [PATCH 1/5] x86: re-work EVEX-z-without-masking check
` [PATCH 2/5] x86: flag EVEX.z set when destination is a mask register
` [PATCH 3/5] x86: flag EVEX.z set when destination is memory
` [PATCH 4/5] x86: flag EVEX masking when destination is GPR(-like)
` [PATCH 5/5] x86: flag bad EVEX masking for miscellaneous insns
[PATCH] LoongArch: Add fcsr register names support
2023-06-16 9:30 UTC (5+ messages)
[PATCH v3 0/7] Some MIPS changes and testsuite fixes
2023-06-16 6:33 UTC (5+ messages)
` [PATCH v3 6/7] MIPS: disable fix-rm7000-2 and llpscp-64 if not has_newabi
` [PATCH v3 7/7] MIPS: Fix Irix gas testcases
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).