public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
committed, gas: Change to "swym 0" as canonical nop insn for MMIX
 2020-12-31 23:50 UTC 

V3 [PATCH 0/5] Support the PGO build for binutils+gdb
 2020-12-31 23:50 UTC  (7+ messages)
` V3 [PATCH 1/5] GCC: Pass --plugin to AR and RANLIB
` V3 [PATCH 2/5] Binutils: "
` V3 [PATCH 3/5] Support the PGO build for binutils+gdb
` V3 [PATCH 4/5] Set TESTS to gdb.dwarf2/*.exp for PGO build training
` V3 [PATCH 5/5] gnulib: Support variables from the top level Makefile

PR27128, nm -P portable output format regression
 2020-12-31 18:15 UTC  (5+ messages)

[PATCH 00/13] CTF dumper improvements, a lookup testsuite, and bugfixes
 2020-12-31 13:00 UTC  (20+ messages)
` [PATCH 01/13] libctf: do not print array declarators backwards
` [PATCH 02/13] libctf, ld: CTF dumper changes for consistency
` [PATCH 03/13] libctf, ld: more dumper improvements
` [PATCH 04/13] libctf, ld: prohibit doing things with forwards prohibited in C
      ` [PATCH v2] libctf, ld: prohibit getting the size or alignment of forwards
` [PATCH 05/13] libctf, ld: dump enums: generally improve dump formatting
` [PATCH REVIEW 06/13] libctf: rip out BFD_DEPENDENCIES / BFD_LIBADD
` [PATCH REVIEW 07/13] libctf: new testsuite
  ` [PATCH v2] "
` [PATCH 08/13] libctf: new test of enum lookups with the _next iterator
` [PATCH 09/13] libctf: warn about information loss because of unreleased format changes
` [PATCH 10/13] libctf, include: support unnamed structure members better
` [PATCH 11/13] libctf: remove outdated comment about parent dict importing
` [PATCH 12/13] libctf: fix lookups of pointers by name in parent dicts
` [PATCH 13/13] libctf, ld: fix formatting of forwards to unions and enums

LD linker map, get absolute path of referenced files
 2020-12-30 22:17 UTC 

New French PO file for 'opcodes' (version 2.34.90)
 2020-12-30 20:57 UTC 

.symver
 2020-12-30 14:32 UTC 

elfedit false "may be used uninitialised"
 2020-12-30  3:10 UTC  (3+ messages)
` [PATCH] elfedit: Pass osabi to reconcat

[PATCH] bfin: Don't call bfd_elf_link_record_dynamic_symbol
 2020-12-29 18:45 UTC 

[PATCH v3 0/8] RISC-V: Implement support for big endian targets
 2020-12-29 11:47 UTC  (12+ messages)
` [PATCH v3 1/8] RISC-V: Support assembly and disassembly in big endian mode
` [PATCH v3 2/8] RISC-V: Fix relocations "
` [PATCH v3 3/8] RISC-V: Add big endian linker scripts
` [PATCH v3 4/8] RISC-V: Recognize riscvNNbe* as target
` [PATCH v3 5/8] RISC-V: Fix branch frag conversion on big endian
` [PATCH v3 6/8] RISC-V: Mention -mbig-endian and -mlittle-endian in doc
` [PATCH v3 7/8] RISC-V: Fix nop generation on big endian
` [PATCH v3 8/8] RISC-V: Fix testsuite failures

[PATCH] binutils: Use the newly built assembler and linker
 2020-12-28 18:46 UTC 

[PATCH] m68k: Require m68020up rather than m68000up for CHK.L instruction
 2020-12-28 12:37 UTC 

[PATCH] Add --generate-unused-section-symbols=[yes|no]
 2020-12-28  3:25 UTC 

A guy that thanks you for your job !
 2020-12-27 19:40 UTC 

New Swedish PO file for 'opcodes' (version 2.34.90)
 2020-12-26  3:22 UTC 

New Swedish PO file for 'opcodes' (version 2.34.90)
 2020-12-26  3:02 UTC 

[PATCH] gas: Update 80387 floating point 's' suffix
 2020-12-25 13:59 UTC 

SHF_GNU_RETAIN 7a and 7b tests
 2020-12-24 12:33 UTC 

asan: print_vms_time signed integer overflow
 2020-12-24 12:33 UTC 

PR27100, final link failed: bad value
 2020-12-24 12:32 UTC 

[PATCH] libtool.m4: update GNU/Hurd test from upstream
 2020-12-23 19:24 UTC 

dependency list for static libraries
 2020-12-23 18:23 UTC  (41+ messages)
          ` [PATCH] "
                                                ` [PATCH] ld: Call plugin hooks only if they are available
                                                        ` [PATCH] ld: Skip libdep plugin if not all plugin hooks "

[PATCH][Gold] Fix for incremental copy test
 2020-12-22 20:34 UTC  (2+ messages)

[PATCH] elf: Allow mixed ordered/unordered inputs for non-relocatable link
 2020-12-22 13:24 UTC  (4+ messages)
  ` V2 "
    ` V3 "

[PATCH] x86: Add Intel LAM property support
 2020-12-22 12:55 UTC 

[PATCH v2 0/6] RISC-V: Implement support for big endian targets
 2020-12-22  9:52 UTC  (11+ messages)
` [PATCH v2 1/6] RISC-V: Support assembly and disassembly in big endian mode
` [PATCH v2 2/6] RISC-V: Fix relocations "
` [PATCH v2 3/6] RISC-V: Add big endian linker scripts
` [PATCH v2 4/6] RISC-V: Recognize riscvNNbe* as target
` [PATCH v2 5/6] RISC-V: Fix branch frag conversion on big endian
` [PATCH v2 6/6] RISC-V: Mention -mbig-endian and -mlittle-endian in doc

[PATCH] elf32-arm.c: Use prefix 0x when printing private flags. elfnn-aarch64.c: Likewise
 2020-12-21  9:26 UTC  (3+ messages)

[PATCH 0/9] RISC-V: Implement support for big endian targets
 2020-12-20 10:00 UTC  (16+ messages)
` [PATCH 1/9] RISC-V: Support assembly and disassembly in big endian mode
` [PATCH 2/9] RISC-V: Fix relocations "
` [PATCH 3/9] RISC-V: Add big endian linker scripts
` [PATCH 4/9] RISC-V: Recognize riscv*_be as target
` [PATCH 5/9] RISC-V: Fix branch frag conversion on big endian
` [PATCH 6/9] RISC-V: Change big endian triplets from riscvNN*_be to riscvNNbe*
` [PATCH 7/9] RISC-V: Remove unused abfd parameter from riscv_{get, put}_insn
` [PATCH 8/9] RISC-V: Refactor relocation data/insn check into a function
` [PATCH 9/9] RISC-V: Mention -mbig-endian and -mlittle-endian in doc

[PATCH] elfcpp: Add Sym::Sym(unsigned char*) constructor
 2020-12-19 21:31 UTC  (5+ messages)
      ` [PATCH] gold: Move sym declaration just before use

[PATCH] gold: Call gold_fatal on bad ELF inputs
 2020-12-19 21:12 UTC  (4+ messages)
` PING "
  ` PING^2 "

[PATCH 0/3] Enable PGO/LTO build for binutils+gdb
 2020-12-19 13:21 UTC  (7+ messages)
` [PATCH 3/3] Support the PGO "
` PING^1 [PATCH 0/3] Enable PGO/LTO "

[PATCH 0/3] RISC-V: Add -menable-experimental-extensions and support bitmanip instructions
 2020-12-18 20:21 UTC  (7+ messages)
` [PATCH 1/3] RISC-V: Support riscv "
` [PATCH 2/3] RISC-V: Define pseudo rev/orc/zip/unzip as alias instructions
` [PATCH 3/3] RISC-V: Add -menable-experimental-extensions option

[PATCH] ld: Don't install unnecessary libdep files
 2020-12-18 12:26 UTC  (8+ messages)
` [PATCH] ld: Build and install only unversioned libdep

[PATCH] elf: Set ELFOSABI_GNU for SHF_GNU_RETAIN only for ld -r
 2020-12-18 11:04 UTC  (6+ messages)
      ` [PATCH] elf: Copy elf_gnu_osabi_retain only for relocatable link

[PATCH] RISC-V: Improve multiple relax passes problem
 2020-12-18  4:07 UTC  (2+ messages)

Assorted tidies
 2020-12-18  0:03 UTC 

Remove some static buffers
 2020-12-18  0:02 UTC 

Constify more arrays
 2020-12-18  0:02 UTC 

Statically initialise target common sections
 2020-12-18  0:01 UTC 

V2 [PATCH 3/3] Support the PGO build for binutils+gdb
 2020-12-17 18:31 UTC  (4+ messages)
` V2 [PATCH 1/3] GCC: Pass --plugin to AR and RANLIB
` V2 [PATCH 2/3] Binutils: "

constify elfNN_bed
 2020-12-16  4:47 UTC 

elflink.c constify
 2020-12-16  4:46 UTC 

XCOFF constify
 2020-12-16  4:46 UTC 

xtensa constify
 2020-12-16  4:45 UTC 

ppc64 constify
 2020-12-16  4:44 UTC 

arc constify
 2020-12-16  4:44 UTC 

Lose some COFF/PE static vars, and peicode.h constify
 2020-12-16  4:43 UTC 

[PATCH] RISC-V: Ouput __global_pointer$ as dynamic symbol when generating dynamic PDE
 2020-12-16  3:07 UTC  (2+ messages)

[gold commit] Cosmetic improvements for OSABI access
 2020-12-15 22:35 UTC 

[PATCH] gold: Add missing ChangeLog entries for commit ff4bc37d7
 2020-12-15 20:10 UTC  (2+ messages)

2.36 Branch imminent
 2020-12-15 18:25 UTC  (9+ messages)

PR27071, gas bugs uncovered by fuzzing
 2020-12-15 14:43 UTC  (3+ messages)

[RFC][PATCH v6 0/6] binutils patches for DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE
 2020-12-15  9:20 UTC  (10+ messages)
` [RFC][PATCH v6 1/6] Define a new DT_GNU_FLAGS_1 dynamic section for ld, readelf et al
` [RFC][PATCH v6 2/6] Handle -z unique/-z nounique in ld
` [RFC][PATCH v6 3/6] Document -z unique/-z nounique in the ld man page and help output
` [RFC][PATCH v6 4/6] Handle DT_GNU_FLAGS_1 in readelf
` [RFC][PATCH v6 5/6] Define DT_GNU_FLAGS_1 and DF_GNU_1_UNIQUE for gold
` [RFC][PATCH v6 6/6] Implement and document -z unique / -z nounique handling in gold

[PATCH] gold: Support SHF_GNU_RETAIN
 2020-12-14 23:53 UTC  (4+ messages)
` PING "

Guidance required-Reg
 2020-12-14 16:21 UTC  (2+ messages)

[PATCH 0/8] Bare-metal core dumps for RISC-V
 2020-12-14 13:37 UTC  (4+ messages)
` [PATCH 6/8] bfd/binutils: add support for RISC-V CSRs in core files

Put bfd_section_from_shdr loop detection array in elf_tdata
 2020-12-14 13:10 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).