public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/6] x86: further value overflow diagnostic adjustments
 2021-06-17 14:40 UTC  (9+ messages)
` [PATCH 1/6] x86: off-by-1 in offset_in_range()
` [PATCH 2/6] x86: make offset_in_range()'s warning contents useful (again)
` [PATCH 3/6] x86: harmonize disp with imm handling
` [PATCH 4/6] x86: slightly simplify offset_in_range()
` [PATCH 5/6] x86: simplify .dispNN setting
` [PATCH 6/6] x86: bring "gas --help" output for --32 etc in sync with reality

[PATCH] gas: handle csect in bss section for XCOFF
 2021-06-17 14:01 UTC  (4+ messages)

[PATCH] ld: Add -no-pie
 2021-06-17 13:56 UTC  (2+ messages)

[PATCH] gas: fold symbol table entries generated for .startof.() / .sizeof.()
 2021-06-17 13:41 UTC  (2+ messages)

sim/ppc PAGE_SIZE redefinition
 2021-06-17 12:00 UTC  (3+ messages)

GCC 11.1.10 ld: warning: .init_array section has zero size
 2021-06-17 11:50 UTC  (3+ messages)

further issues with x86 relocs
 2021-06-17  9:59 UTC  (6+ messages)

[PATCH] RISC-V: Add PT_RISCV_ATTRIBUTES and add it to PHDR
 2021-06-17  8:50 UTC  (3+ messages)

[PATCH] gas: force a NULL value for BFD_RELOC_PPC*_TLSM on XCOFF
 2021-06-17  6:08 UTC  (7+ messages)

powerpc: move cell "or rx,rx,rx" hints
 2021-06-17  6:08 UTC 

[PATCH] Allow direct access relocations referencing a protected function symbol
 2021-06-17  4:24 UTC  (14+ messages)

[PATCH] x86-64: Allow direct access relocations referencing a protected symbol for -shared
 2021-06-17  3:48 UTC 

[PATCH 1/2] RISC-V: Clarify the addends of pc-relative access
 2021-06-17  3:21 UTC  (4+ messages)

pc32 -> plt32 conversion and related questions
 2021-06-16 21:02 UTC  (2+ messages)

[RISCV][CANCELLED] RISC-V GNU Toolchain Biweekly Sync-up call (June 17, 2021)
 2021-06-16 14:45 UTC 

Commit: readelf: recognise GO buildid notes
 2021-06-15 10:43 UTC 

[PATCH] gas: fix overflow diagnostics
 2021-06-15  9:45 UTC  (4+ messages)

[PATCH] gas: fix hex float parsing from .dcb.? directives
 2021-06-15  7:07 UTC  (2+ messages)

[PATCH 0/3] x86: another take at PC16 reloc overflow checking
 2021-06-15  6:38 UTC  (4+ messages)
` [PATCH 1/3] x86: permit correct overflow checking for 16-bit PC-relative relocs
` [PATCH 2/3] x86-64/ELF: use new reloc override model to deal with x32 special case
` [PATCH 3/3] x86: drop redundant x86-64-code16-2 test

[PATCH] x86: permit parenthesized expressions again as addressing scale factor
 2021-06-14 14:43 UTC  (2+ messages)

[PATCH] config: Backport "Rely less on internal symbols" (serial 68) to gettext.m4
 2021-06-14 13:08 UTC  (2+ messages)

[PATCH] Use consistent type in binutils/dwarf.c
 2021-06-14 11:20 UTC  (2+ messages)

Making *-netbsd-* to mean ELF not a.out for all CPUs
 2021-06-14 11:18 UTC  (2+ messages)

[PATCH] libctf: link against libiberty before linking in libbfd or libctf-nobfd
 2021-06-12 15:39 UTC 

readelf section reading
 2021-06-12  2:39 UTC  (3+ messages)

readelf: report DF_1_PIE as "Position Independent Executable"
 2021-06-12  0:24 UTC  (3+ messages)

[PATCH] gas: drop TC_ADDRESS_BYTES conditionals
 2021-06-11 14:21 UTC  (2+ messages)

[PATCH] gas: fold three as_warn() in emit_expr_with_reloc()
 2021-06-11 14:14 UTC  (2+ messages)

backslashes in quoted symbol names
 2021-06-11 13:59 UTC  (6+ messages)

[PATCH] x86: cover a.out in recently added tests
 2021-06-11 13:39 UTC  (11+ messages)
            ` [PATCH] x86: Always define TC_PARSE_CONS_EXPRESSION

[PATCH] objdump: add DWARF support for AIX
 2021-06-11 11:22 UTC 

[committed] RISC-V: Update the riscv_opts.[rvc|rve] in the riscv_set_arch
 2021-06-11  9:59 UTC 

readelf info leaks from one object to the next
 2021-06-11  8:03 UTC 

PR27952, Disallow ET_DYN DF_1_PIE linker input
 2021-06-11  8:00 UTC 

[PATCH] bfd/elf32-or1k: fix building with gcc version < 5
 2021-06-10 21:37 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH] arm: fix array-out-of-bounds upon register parsing error
 2021-06-10 10:45 UTC  (3+ messages)

[PATCH] arm: avoid "shadowing" of glibc function name
 2021-06-10 10:26 UTC  (2+ messages)

Remove Daniel Jacobwitz from the maintainers file
 2021-06-09 16:02 UTC 

[PATCH] x86: suppress LEA optimization in a specific 16-bit case
 2021-06-09 12:19 UTC  (2+ messages)

[PATCH] gold: Add -Bsymbolic-non-weak-functions
 2021-06-08 12:32 UTC  (6+ messages)

recent x86 testsuite failures
 2021-06-08  7:07 UTC  (3+ messages)

Help needed - to add custom instruction to binutils-gdb
 2021-06-07 18:40 UTC  (2+ messages)

[PATCH] bfd/elf: Don't read non-existing secondary relocs
 2021-06-07 15:12 UTC  (3+ messages)

Character set restriction in commit messages?
 2021-06-07 14:01 UTC  (2+ messages)

[PATCH 0/4] x86: suppress a bogus warning plus some cleanup
 2021-06-07 12:59 UTC  (6+ messages)
` [PATCH 1/4] x86: minor improvements to optimize_disp() (part I)
` [PATCH 2/4] x86-64: avoid bogus warnings with 32-bit addressing
` [PATCH 3/4] x86: minor improvements to optimize_disp() (part II)
` [PATCH 4/4] x86: minor improvements to optimize_imm() "

[PATCH] fix Dwarf2 build with certain gcc versions
 2021-06-07  6:31 UTC  (4+ messages)

[PATCH 0/8] x86: some tidying and quoted symbols fixes
 2021-06-04 14:50 UTC  (10+ messages)
` [PATCH 1/8] x86: immediate operands don't allow for vector operations
` [PATCH 2/8] x86: remove pointless 2nd parameter from check_VecOperations()
` [PATCH 3/8] x86/Intel: drop unnecessary bracket matching from parse_operands()
` [PATCH 4/8] x86: correct absolute branch check with segment override
` [PATCH 5/8] x86: make symbol quotation check consistent in i386_att_operand()
` [PATCH 6/8] x86: allow unary operators to start a memory operand
` [PATCH 7/8] x86: better respect quotes in parse_operands()
` [PATCH 8/8] x86: honor quoted figure braces in i386_att_operand()

[PATCH] ix86: wrap constants
 2021-06-04 13:08 UTC  (4+ messages)

IE->LE is not happenig for riscv in linker relaxation
 2021-06-04  6:07 UTC 

Customize output section descriptions without specifying the output section order
 2021-06-04  5:26 UTC 

PR4283, update gprof manual with note about GMON_OUT_PREFIX
 2021-06-03 11:59 UTC 

PR2589, ld vs. ld.so
 2021-06-03  9:04 UTC 

linker throws error no .eh_frame_hdr will be created
 2021-06-03  8:58 UTC  (2+ messages)

[PATCH] RISC-V: Reorder the prefixed extensions which are out of order
 2021-06-03  5:56 UTC  (2+ messages)

[RFC] RISC-V: PR27916, Support mapping symbols
 2021-06-03  4:18 UTC  (2+ messages)

PR1202, mcore disassembler: wrong address loopt
 2021-06-03  3:50 UTC 

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up call (June 3, 2021)
 2021-06-02 12:36 UTC 

Error: unable to disambiguate: -nostartfiles
 2021-06-02 10:16 UTC  (3+ messages)

asan: heap buffer overflow in _bfd_elf_parse_attributes
 2021-06-02  5:38 UTC 

[PATCH v2] x86: Restore PC16 relocation overflow check
 2021-06-01 16:29 UTC  (17+ messages)

[PATCH] RISC-V: PR27566, Do not relax when data segment phase is exp_seg_relro_adjust
 2021-05-31  3:31 UTC  (4+ messages)
` 回复:[PATCH] "

PowerPC: Add new xxmr and xxlnot extended mnemonics [committed]
 2021-05-30 14:37 UTC  (7+ messages)
        ` PowerPC table driven -Mraw disassembly

[RFC] readelf -w/-debug-dump= association
 2021-05-29 13:21 UTC  (5+ messages)

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