public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix microblaze sim build error
 2021-04-02 11:18 UTC  (4+ messages)

[PATCH] gas: missing (re-)initialization of local variable in fixup_segment()
 2021-04-01 16:17 UTC  (2+ messages)

[PATCH][Binutils][PE/Windows x86_64]: Fix weak undef symbols after image base change
 2021-04-01 13:54 UTC  (2+ messages)

[PATCH] [RFC] Come up with startswith function
 2021-04-01 13:03 UTC  (37+ messages)
    ` [PATCH] Add startswith function and use it instead of CONST_STRNEQ
                    ` [PATCH 0/5] Start using startswith instead of strncmp
                      ` [PATCH 2/5] Use startswith more for strncmp function calls
                      ` [PATCH 1/5] Replace const_strneq with startswith
                      ` [PATCH 3/5] Use startswith in gas subfolder
                      ` [PATCH 4/5] Remove strneq macro and use startswith
                      ` [PATCH 5/5] Use startswith in gdb subfolder

PR27675, PowerPC missing extended mnemonic mfummcr2
 2021-03-31 22:48 UTC 

[PATCH] Save/restore file offset while reading notes in core file
 2021-03-31 13:07 UTC  (6+ messages)

Don't include bfd/sysdep.h for gas files
 2021-03-31 12:45 UTC 

PR27671, Poisoning TRUE / FALSE poisons Win32 system headers
 2021-03-31 12:45 UTC 

Should binutils require at least C99?
 2021-03-31  0:34 UTC  (14+ messages)
  ` Include string.h in bfd.h and delete LITMEMCPY, LITSTRCPY
    ` Remove bfd_stdint.h
      ` Use stdbool.h
        ` Use bool in include
          ` Use bool in gprof
            ` Use bool in bfd
              ` Use bool in opcodes
                ` Use bool in binutils
                  ` Use bool in ld
                    ` Use bool in gas

[Integration 0/6] RISC-V: The prototype of the integration and working branches for binutils
 2021-03-30 23:16 UTC  (13+ messages)
` [Integration 1/6] RISC-V/extended: Add extended extension hooks when parsing architecture string
` [Integration 2/6] RISC-V/extended: Add assembler and dis-assembler hooks for extended extensions
` [Integration 3/6] RISC-V/sifive: Add sifive cache control instructions
` [Integration 4/6] RISC-V/rvv: Add rvv v0.10 instructions
` [Integration 5/6] RISC-V/zfh: Add half-precision floating-point v0.1 instructions
` [Integration 6/6] RISC-V/zfh: Support .float16 directive for assembler

[PATCH v3] ld: warn about PE base relocations to sections above .reloc
 2021-03-30 13:50 UTC 

Please enable fast forward for user branches
 2021-03-30 12:52 UTC  (8+ messages)

[PATCH] MIPS: remove SHT_REL support for NewABI elf backends
 2021-03-30  6:41 UTC  (3+ messages)

[PATCH v3 0/3] MIPS: default output isa rev base on configuration
 2021-03-30  6:41 UTC  (5+ messages)
` [PATCH v3 1/3] MIPS: Fix test failure with FPXX GCC
` [PATCH v3 2/3] MIPS: default output r6 object if configured to r6
` [PATCH v3 3/3] MIPS: Fix testcase for MIPSr6

asan: linker.c:2294:8: runtime error: load of value 253
 2021-03-30  3:18 UTC 

PR27625, powerpc64 gold __tls_get_addr calls
 2021-03-30  3:17 UTC 

How to create alias for function name
 2021-03-30  1:36 UTC  (3+ messages)

[PATCH 0/6] x86: further opcode table compaction plus fallout
 2021-03-29 14:51 UTC  (15+ messages)
` [PATCH 1/6] x86: derive opcode encoding space attribute from base opcode
` [PATCH 2/6] x86: shrink some struct insn_template fields
` [PATCH 3/6] x86: undo Prefix_0X<nn> use in opcode table
` [PATCH 4/6] x86: fold SSE2AVX and their base MMX/SSE templates
` [PATCH 5/6] x86: VPSADBW's source operands are also commutative
` [PATCH 6/6] x86: move some opcode table entries

[PATCH v2] ld: warn about PE base relocations to sections above .reloc
 2021-03-29 11:35 UTC  (3+ messages)

TRUE/FALSE simplification
 2021-03-29  0:51 UTC 

gas int vs bfd_boolean fixes
 2021-03-29  0:49 UTC 

binutils int vs bfd_boolean fixes
 2021-03-29  0:47 UTC 

opcodes int vs bfd_boolean fixes
 2021-03-29  0:42 UTC 

Miscellaneous BFD int vs bfd_boolean fixes
 2021-03-29  0:40 UTC 

hash table iterator callback functions int vs. bfd_boolean
 2021-03-29  0:40 UTC 

ELF output symbol hooks int vs. bfd_boolean
 2021-03-29  0:39 UTC 

elf_backend_relocate_section int vs. bfd_boolean
 2021-03-29  0:38 UTC 

An error due to installation that require binutils package
 2021-03-28 14:05 UTC  (4+ messages)

[PATCH v2 0/3] MIPS: default output isa rev base on configuration
 2021-03-28  3:41 UTC  (4+ messages)
` [PATCH v2 1/3] MIPS: Fix test failure with FPXX GCC
` [PATCH v2 2/3] MIPS: default output r6 object if configured to r6
` [PATCH v2 3/3] MIPS: Fix testcase for MIPSr6

[PATCH 0/7] x86: assorted simplifications / tidying
 2021-03-26 21:18 UTC  (9+ messages)
` [PATCH 1/7] x86: make swap_2_operands() have unsigned parameters
` [PATCH 2/7] x86: integrate mask_op into struct _i386_insn
` [PATCH 3/7] x86: integrate broadcast_op "
` [PATCH 4/7] x86: integrate rc_op "
` [PATCH 5/7] x86: adjust st(<N>) parsing
` [PATCH 6/7] x86: drop REGNAM_{AL,AX,EAX}
` [PATCH 7/7] x86: drop seg_entry

How to extract function caller callee relation from an object file?
 2021-03-26 16:22 UTC  (4+ messages)

[gas][cortex-m23] why does this beq.w results in hard fault?
 2021-03-26 15:25 UTC  (2+ messages)

[PATCH 1/8] libctf, dump: do not emit size or alignment if it would error
 2021-03-25 15:53 UTC  (10+ messages)
` [PATCH 2/8] include: always do unsigned left-shift in CTF_SET_STID
` [PATCH 3/8] libctf, serialize: functions with no args have a NULL dtd_vlen
` [PATCH 4/8] libctf: make ctf_bfdopen_ctfsect a debugger entry point
` [PATCH 5/8] libctf: don't dereference out-of-bounds locations in the qualifier hashtab
` [PATCH 6/8] libctf: fix memory leak in a test
` [PATCH 7/8] libctf: fix ELF-in-BFD checks in the presence of ASAN
` [PATCH 8/8] ld: do not rely on the exact size of the CTF symtypetabs in test results

[PATCH] x86-64: don't accept supposedly disabled MOVQ forms
 2021-03-25 15:30 UTC  (2+ messages)

[PATCH] Skip convert lui to GPREL_L for .LANCHOR
 2021-03-25  1:22 UTC  (8+ messages)

PR27647 PowerPC extended conditional branch mnemonics
 2021-03-25  1:02 UTC 

[PATCH] [NIOS2] Fix disassembly of br.n instruction
 2021-03-24 22:41 UTC  (2+ messages)

x86: fix CMPXCHG8B special case when disallowing q suffix outside of 64-bit mode
 2021-03-24 14:03 UTC  (2+ messages)

[PATCH 0/4] x86: assorted bug fixes
 2021-03-24 14:02 UTC  (6+ messages)
` [PATCH 1/4] x86-64: limit breakage from gcc movdir64b et al workaround
` [PATCH 2/4] x86: fix AMD Zen3 insns
` [PATCH 3/4] x86: flag as bad AVX512 insns with EVEX.z set but EVEX.aaa clear
` [PATCH 4/4] x86: flag bad S/G insn operand combinations

[PATCH 0/8] x86: work towards further opcode table compaction
 2021-03-24 13:43 UTC  (23+ messages)
` [PATCH 1/8] x86: unbreak certain MPX insn operand forms
` [PATCH 2/8] x86: don't open-code PREFIX_NONE
` [PATCH 3/8] x86: don't use opcode_length to identify pseudo prefixes
        ` [PATCH v2] "
` [PATCH 5/8] x86: re-order two fields of struct insn_template
` [PATCH 6/8] x86: re-number PREFIX_0X<nn>
` [PATCH 7/8] x86: derive mandatory prefix attribute from base opcode
  ` [PATCH 8/8] x86: derive opcode length from opcode value
  ` [PATCH 4/8] x86: split opcode prefix and opcode space representation

[RISCV] Biweekly Sync-up call for RISC-V GNU Toolchain (Mar 25, 2021)
 2021-03-24 13:20 UTC 

[RFC] SVP64 Cray-style Vectorisation of the OpenPOWER scalar ISA
 2021-03-22 18:27 UTC  (9+ messages)

[PATCH] DWARF: Skip if abbrev number isn't found for for DWARF5
 2021-03-22 17:08 UTC  (6+ messages)
  ` [PATCH v2] DWARF: Check version >= 3 for DW_FORM_ref_addr
        ` [2.35] [PATCH] "

[PATCH] bfd: avoid "shadowing" of glibc function name
 2021-03-22 12:49 UTC  (2+ messages)

[PATCH] arm64: add two initializers
 2021-03-22  8:32 UTC 

ld: map file entries of symbols in static libraries built with LTO
 2021-03-21 20:25 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).