public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
PR24511, nm should not mark symbols in .init_array as "t"
 2019-05-04  7:57 UTC 

[PR24444] speed up locview resolution wiht relaxable frags
 2019-05-04  5:44 UTC  (9+ messages)

[PATCH] Sign-extend start and stop address inputs to objdump
 2019-05-04  1:21 UTC 

[PATCH 00/19] libctf, and CTF support for objdump and readelf
 2019-05-03 19:45 UTC  (42+ messages)
` [PATCH 10/19] libctf: ELF file opening
` [PATCH 06/19] libctf: hashing
` [PATCH 09/19] libctf: opening
` [PATCH 13/19] libctf: type copying
` [PATCH 05/19] libctf: error handling
` [PATCH 01/19] include: new header ctf.h: file format description
` [PATCH 15/19] libctf: mmappable archives
` [PATCH 02/19] include: new header ctf-api.h
` [PATCH 08/19] libctf: creation functions
` CTF format overview
` [PATCH 19/19] binutils: CTF support for objdump and readelf
` [PATCH 04/19] libctf: low-level list manipulation and helper utilities
` [PATCH 11/19] libctf: core type lookup
` [PATCH 03/19] libctf: lowest-level memory allocation and debug-dumping wrappers
` [PATCH 12/19] libctf: lookups by name and symbol
` [PATCH 14/19] libctf: library version enforcement
` [PATCH 18/19] libctf: build system
` [PATCH 17/19] libctf: debug dumping
` [PATCH 16/19] libctf: labels
` [PATCH 07/19] libctf: implementation definitions related to file creation

[Patch 00/16] [gas][aarch64] SVE2 binutils instructions for aarch64
 2019-05-03 14:56 UTC  (21+ messages)
` [PATCH 02/16] [binutils][aarch64] Allow movprfx for SVE2 instructions
` [PATCH 04/16] [binutils][aarch64] New iclass sve_size_hsd2
` [PATCH 07/16] [binutils][aarch64] New sve_size_sd2 iclass
` [PATCH 09/16] [binutils][aarch64] New sve_size_013 iclass
` [PATCH 01/16] [binutils][aarch64] SVE2 feature extension flags
` [PATCH 08/16] [binutils][aarch64] New sve_size_bh iclass
` [PATCH 05/16] [binutils][aarch64] New SVE_Zm3_11_INDEX operand
` [PATCH 03/16] [binutils][aarch64] Introduce SVE_IMM_ROT3 operand
` [PATCH 11/16] [binutils][aarch64] New sve_shift_tsz_bhsd iclass
` [PATCH 10/16] [binutils][aarch64] New SVE_SHRIMM_UNPRED_22 operand
` [PATCH 06/16] [binutils][aarch64] New SVE_ADDR_ZX operand
` [PATCH 14/16] [binutils][aarch64] New SVE_SHLIMM_UNPRED_22 operand
` [PATCH 12/16] [binutils][aarch64] New SVE_Zm4_11_INDEX operand
` [PATCH 13/16] [binutils][aarch64] New sve_size_tsz_bhs iclass
` [Patch 15/16] [binutils][aarch64] Add SVE2 instructions
` [Patch 16/16] [binutils][aarch64] Add SVE2 tests

LD_DEBUG=bindings shows resolution *via* the exe?
 2019-05-03  1:48 UTC  (3+ messages)

[PATCH 0/57][Arm][binutils]: Add support for Armv8.1-M Mainline MVE instructions
 2019-05-02 13:39 UTC  (67+ messages)
` [PATCH 1/57][Arm][GAS]: Add support for +mve and +mve.fp
` [PATCH 2/57][Arm][GAS] Add support for MVE instructions: vpst, vadd, vsub and vabd
` [PATCH 3/57][Arm][GAS] Add support for MVE instructions: vabs and vneg
` [PATCH 4/57][Arm][GAS] Add support for MVE instructions: vabav, vmladav and vmlsdav
` [PATCH 5/57][Arm][GAS] Add support for MVE instructions: vmull{b,t}
` [PATCH 6/57][Arm][GAS] Add support for MVE instructions: vst/vld{2,4}
` [PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
` [PATCH 8/57][Arm][GAS] Add support for MVE instructions: vcvt
` [PATCH 10/57][Arm][GAS] Add support for MVE instructions: vcmp and vpt
` [PATCH 9/57][Arm][GAS] Add support for MVE instructions: vmov
` [PATCH 11/57][Arm][GAS] Add support for MVE instructions: vadc, vsbc and vbrsr
` [PATCH 12/57][Arm][GAS] Add support for MVE instructions: vaddlv and vaddv
` [PATCH 13/57][Arm][GAS] Add support for MVE instructions: vand, vbic, vorr, vorn and veor
` [PATCH 14/57][Arm][GAS] Add support for MVE instructions: vcadd, vcmla and vcmul
` [PATCH 15/57][Arm][GAS] Add support for MVE instructions: vcls, vclz and vfmas
` [PATCH 16/57][Arm][GAS] Add support for MVE instructions: vdup, vddup, vdwdup, vidup and viwdup
` [PATCH 17/57][Arm][GAS] Add support for MVE instructions: vfma and vfms
` [PATCH 19/57][Arm][GAS] Add support for MVE instructions: vmax[nm][a] and vmin[nm][a]
` [PATCH 18/57][Arm][GAS] Add support for MVE instructions: vhcadd, vhadd, vhsub and vrhadd
` [PATCH 20/57][Arm][GAS] Add support for MVE instructions: vmaxnmv, vmaxnmav, vminnmv and vminnmav
` [PATCH 21/57][Arm][GAS] Add support for MVE instructions: vmaxv, vmaxav, vminv and vminav
` [PATCH 23/57][Arm][GAS] Add support for MVE instructions: vmla, vmul, vqadd and vqsub
` [PATCH 22/57][Arm][GAS] Add support for MVE instructions: vmlaldav, vmlalv, vmlsldav, vrmlaldavh, vrmlalvh and vrmlsldavh
` [PATCH 24/57][Arm][GAS] Add support for MVE instructions: vmlas, vmulh and vrmulh
` [PATCH 25/57][Arm][GAS] Add support for MVE instruction: vmvn, vqabs and vqneg
` [PATCH 26/57][Arm][GAS] Add support for MVE instructions: vpnot and vpsel
` [PATCH 28/57][Arm][GAS] Add support for MVE instructions: vqdmlah, vqrdmlah, vqdmlash, vqrdmlash, vqdmulh and vqrdmulh
` [PATCH 27/57][Arm][GAS] Add support for MVE instructions: vqdmladh, vqrdmladh, vqdmlsdh and vqrdmlsdh
` [PATCH 29/57][Arm][GAS] Add support for MVE instructions: vqdmullt and vqdmullb
` [PATCH 30/57][Arm][GAS] Add support for MVE instructions: vqmovnt, vqmovnb, vqmovunt, vqmovunb, vqrshl and vrshl
` [PATCH 31/57][Arm][GAS] Add support for MVE instructions: vshrn[tb], vrshrn[tb], vqshrn[tb], vqshrun[tb], vqrshrn[tb] and vqrshrun[tb]
` [PATCH 32/57][Arm][GAS] Add support for MVE instructions: vrintn, vrintx, vrinta, vrintz, vrintm and vrintp
` [PATCH 33/57][Arm][GAS] Add support for MVE instructions: vshr, vrshr, vsli, vsri, vrev16, vrev32 and vrev64
` [PATCH 34/57][Arm][GAS] Add support for MVE instructions: vshl and vqshl
` [PATCH 36/57][Arm][GAS] Add support for MVE instructions: wlstp, dlstp, letp and lctp
` [PATCH 35/57][Arm][GAS] Add support for MVE instructions: vshlc and vshll
` [PATCH 38/57][Arm][OBJDUMP] Disable the use of MVE reserved coproc numbers in coprocessor instructions
` [PATCH 37/57][Arm][OBJDUMP] Add framework for MVE instructions
` [PATCH 39/57][Arm][OBJDUMP] Add support for MVE instructions: vpt, vpst and vcmp
` [PATCH 41/57][Arm][OBJDUMP] Add support for MVE instructions: vld[24] and vst[24]
` [PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms, vhadd, vhsub and vrhadd
` [PATCH 42/57][Arm][OBJDUMP] Add support for MVE instructions: vldr[bhw] and vstr[bhw]
` [PATCH 43/57][Arm][OBJDUMP] Add support for MVE instructions: scatter stores and gather loads
` [PATCH 44/57][Arm][OBJDUMP] Add support for MVE instructions: vcvt and vrint
` [PATCH 45/57][Arm][OBJDUMP] Add support for MVE instructions: vmov, vmvn, vorr, vorn, vmovx and vbic
` [PATCH 46/57][Arm][OBJDUMP] Add support for MVE instructions: vmovl, vmull, vqdmull, vqmovn, vqmovun and vmovn
` [PATCH 47/57][Arm][OBJDUMP] Add support for MVE instructions: vaddv, vmlaldav, vmladav, vmlas, vrmlsldavh, vmlsldav, vmlsdav, vrmlaldavh, vqdmlah, vqrdmlash, vqrdmlash, vqdmlsdh, vqrdmlsdh, vqdmulh and vqrdmulh
` [PATCH 48/57][Arm][OBJDUMP] Add support for MVE instructions: vddup, vdwdup, vidup and viwdup
` [PATCH 49/57][Arm][OBJDUMP] Add support for MVE complex number instructions
` [PATCH 51/57][Arm][OBJDUMP] Add support for MVE instructions: lctp, letp, wlstp and dlstp
` [PATCH 52/57][Arm][OBJDUMP] Add support for MVE instructions: vadc, vabav, vabd, vabs, vadd, vsbc and vsub
` [PATCH 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vcls, vclz and vctp
` [PATCH 55/57][Arm][OBJDUMP] Add support for MVE instructions: vmul, vmulh, vrmulh and vneg
` [PATCH 54/57][Arm][OBJDUMP] Add support for MVE instructions: vmax(a), vmax(a)v, vmaxnm(a), vmaxnm(a)v, vmin(a), vmin(a)v, vminnm(a), vminnm(a)v and vmla
` [PATCH 56/57][Arm][OBJDUMP] Add support for MVE instructions: vpnot, vpsel, vqabs, vqadd, vqsub, vqneg and vrev
` [PATCH 57/57][Arm][GAS] MVE Tests

[PATCH] i386: Don't add 0x66 prefix to IRET for .code16gcc
 2019-05-02  7:43 UTC  (10+ messages)

[PATCH, binutils, ARM, 0/16] Add support for Armv8.1-M Mainline
 2019-05-02  1:21 UTC  (10+ messages)

[PATCH, BINUTILS, AArch64] Enable Transactional Memory Extension
 2019-05-01 16:18 UTC  (3+ messages)

[Patch] [binutils][testsuite] Correct spelling of executable in test_build_id_debuglink
 2019-05-01 15:55 UTC  (3+ messages)

Commit: Update nm's output in POSIX mode
 2019-05-01 13:43 UTC 

Decision Makers
 2019-04-30 20:14 UTC 

PowerPC64 GOT indirect to GOT relative optimisation
 2019-04-30 12:43 UTC 

Work around gcc9 warning bug
 2019-04-30 12:34 UTC 

ld.texi tweak for pod2man
 2019-04-30 12:33 UTC 

[PATCH] elf: Allocate a new segment for -z separate-code first
 2019-04-29 12:08 UTC  (2+ messages)

[PATCH] [MIPS] Add load-link, store-conditional paired EVA instructions
 2019-04-29  1:21 UTC 

Reduce Mindless Eating
 2019-04-29  1:01 UTC 

RISC-V hex file output
 2019-04-26 19:45 UTC  (2+ messages)

New Russian PO file for 'ld' (version 2.31.90)
 2019-04-26 14:31 UTC  (2+ messages)

minor: punctuation in target-specific
 2019-04-26 14:26 UTC  (2+ messages)

[PATCH] [MIPS] Add load-link, store-conditional paired instructions
 2019-04-26 12:47 UTC  (2+ messages)

[PATCH] Don't complain undefined weak dynamic reference
 2019-04-25 23:38 UTC  (2+ messages)

[PATCH, BFD, AArch64] Improve bti/pac plts
 2019-04-25 13:44 UTC  (3+ messages)

RFC: ld: Add --section-ordering-file FILE
 2019-04-25 11:09 UTC  (6+ messages)

[PATCH] LTO: Change resolution to LDPR_PREVAILING_DEF for wrapper symbol
 2019-04-25 10:01 UTC  (6+ messages)
  ` [PATCH] LTO: Properly handle wrapper symbols in IR
    ` PING^1 "
      ` PING^2 "

[committed] MIPS/include: opcode/mips.h: Update stale comment for CODE20 operand
 2019-04-25  0:38 UTC 

Commit: Strip: do not merge notes when stripping debug
 2019-04-24 16:44 UTC 

resolve_symbol_value vs. .loc view resolution
 2019-04-24 14:02 UTC 

Linux ppc64 - compatibility-ldbl.o can't find std::num_put
 2019-04-24 13:54 UTC  (8+ messages)

[Patch, Arm, BFD] Fix get_value_helper
 2019-04-24 10:35 UTC  (2+ messages)

[PATCH, ld, testsuite] Use better test for usable compiler in ld testsuite
 2019-04-23 16:45 UTC  (2+ messages)

Automatic makefile dependencies for generated ld/e*.c
 2019-04-23 16:14 UTC  (4+ messages)

Commit: Update "how to make a release" documentation
 2019-04-23 10:19 UTC 

[PATCH] [MIPS] Fix M5100 flags test with interAptiv-MR2
 2019-04-23  2:08 UTC  (2+ messages)

Healthy Lifestyle Challenge: Practise Portion Perfection
 2019-04-23  1:17 UTC 

[PATCH] RISC-V: Enable 32-bit linux gdb core file support
 2019-04-22 21:18 UTC 

[PATCH] [MSP430] [GAS] Define symbols for functions to run through .{preinit,init,fini}_array sections
 2019-04-22 16:08 UTC  (3+ messages)

s12z and h8300 no-print-map-discarded fails
 2019-04-19  8:23 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).