[Bug ld/26018] New: Make --dynamic-list* override -Bsymbolic and -Bsymbolic-functions

2020-05-20 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=26018

Bug ID: 26018
   Summary: Make --dynamic-list* override -Bsymbolic and
-Bsymbolic-functions
   Product: binutils
   Version: 2.35 (HEAD)
Status: UNCONFIRMED
  Severity: normal
  Priority: P2
 Component: ld
  Assignee: unassigned at sourceware dot org
  Reporter: i at maskray dot me
  Target Milestone: ---

The interaction is currently quite complex. To make the behavior easier to
reasonable, let's make --dynamic-list* override -Bsymbolic and
-Bsymbolic-functions.

This also helps PR ld/25910, which would make the situation more difficult to
understand.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-20 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25992

--- Comment #18 from Nick Clifton  ---
(In reply to Alexander Fedotov from comment #16)
> Nick, could we have this fix in 2.34.1 as well ?

Done.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gas/25992] Wrong Tag_CPU_arch_profile for armv8-r

2020-05-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25992

--- Comment #17 from cvs-commit at gcc dot gnu.org  ---
The binutils-2_34-branch branch has been updated by Nick Clifton
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef2826c0fdbbd9016630f0738e3e2dd5eb14012a

commit ef2826c0fdbbd9016630f0738e3e2dd5eb14012a
Author: Alexander Fedotov 
Date:   Wed May 20 11:46:54 2020 +0100

Fix the ARM assembler to generate a Realtime profile for armv8-r.

PR 25992
gas * config/tc-arm.c : Add arm_ext_v8r feature.
(it_fsm_post_encode): Check arm_ext_v8r feature.
(get_aeabi_cpu_arch_from_fset): Check arm_ext_v8r feature.

include * opcode/arm.h (ARM_EXT2_V8R): Define. Modified ARM_AEXT2_V8R.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug ld/25993] Bug in bfd causes crashes with DXVK

2020-05-20 Thread wgpierce17 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25993

--- Comment #12 from William Pierce  ---
I just tested Alan's patch on master. Valgrind still comes back with no errors,
and the game still launches just fine.

I didn't look to see just how far back the memory corruption goes, but I think
the DXVK community would appreciate a fix on at least branch 2.34 since games
only started crashing with that release. (It's possible these crashes could
have been happening before, but we don't have substantial evidence that it's
this ld bug.)

Again, thank you for the fast response.

-- 
You are receiving this mail because:
You are on the CC list for the bug.