[Bug ld/20113] Partial relro support for s390x ld

2016-11-21 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20113

David Edelsohn  changed:

   What|Removed |Added

 CC||dje at sourceware dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/20114] Partial relro support for s390x gold

2016-11-21 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20114

David Edelsohn  changed:

   What|Removed |Added

 CC||dje at sourceware dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/29655] s390x gas generates PC32DBL instead of PLT32DBL for function call

2022-10-06 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29655

David Edelsohn  changed:

   What|Removed |Added

 Target||s390x-*-linux-gnu
 CC||dje at sourceware dot org,
   ||krebbel1 at de dot ibm.com

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


[Bug gas/27193] New: GCC trunk unable to bootstrap with Binutils Trunk

2021-01-16 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27193

Bug ID: 27193
   Summary: GCC trunk unable to bootstrap with Binutils Trunk
   Product: binutils
   Version: 2.37 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
  Assignee: unassigned at sourceware dot org
  Reporter: dje at sourceware dot org
  Target Milestone: ---

Matt Godbolt (CompilerExplorer) reports that GCC Trunk no longer is able to
bootstrap with Binutils Trunk.  Reverting to Binutils release works.

multiple definition of `__x86.get_pc_thunk.bx'

occurs during the xgcc build of libgcc_s.so

https://twitter.com/CompileExplore/status/1350153503591854080

`curl https://godbolt.org/admin/logs/gcc | less` will get the current failure

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


[Bug gas/27193] GCC trunk unable to bootstrap with Binutils Trunk

2021-01-16 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27193

David Edelsohn  changed:

   What|Removed |Added

 CC||hjl.tools at gmail dot com,
   ||hjl at sourceware dot org

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


[Bug gas/27193] GCC trunk unable to bootstrap with Binutils Trunk

2021-01-16 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27193

David Edelsohn  changed:

   What|Removed |Added

 Target||x86_64-*-*

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


[Bug gas/27193] GCC trunk unable to bootstrap with Binutils Trunk

2021-01-16 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27193

David Edelsohn  changed:

   What|Removed |Added

 Status|WAITING |NEW

--- Comment #2 from David Edelsohn  ---
Matt reports that he is using Ubuntu 18.04, but reports that the build remains
broken for him as of yesterday, after PR 27173 was closed.

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


[Bug gas/27193] GCC trunk unable to bootstrap with Binutils Trunk

2021-01-16 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27193

David Edelsohn  changed:

   What|Removed |Added

 Status|WAITING |NEW

--- Comment #4 from David Edelsohn  ---
He states that he is automatically downloading it for each daily build.  Please
engage him on Twitter.

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


[Bug gas/28447] New: [AIX] .file pseudo-op should accept multiple parameters

2021-10-12 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28447

Bug ID: 28447
   Summary: [AIX] .file pseudo-op should accept multiple
parameters
   Product: binutils
   Version: 2.38 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
  Assignee: unassigned at sourceware dot org
  Reporter: dje at sourceware dot org
CC: clement.chigot at atos dot net
  Target Milestone: ---
Target: powerpc-ibm-aix*

On AIX, the .file pseudo-op is defined to accept multiple parameters.  The GNU
Assembler only accepts a single parameter.  GCC only emits one parameter, but
other compilers, such as Open XL/LLVM generate multiple parameters and elicit a
syntax error from GNU Assembler.

.file   "file.c","IBM Open XL C/C++ for AIX 17.1.0 (5725-C72, 5765-J18), LLVM
version 13.0.0git"

 .file StringConstant
 .file StringConstant, StringConstant1
 .file StringConstant,[StringConstant1], StringConstant2
 .file StringConstant,[StringConstant1],[StringConstant2], StringConstant3

The .file pseudo-op provides the symbol table information to the symbolic
debugger and the ld command. StringConstant is the file name, and it is used as
the name of an auxiliary symbol x_ftype == XTY_FN. If StringConstant1,
StringConstant2, and StringConstant3 are specified, these values are added to
the symbol table as the compiler time stamp with the x_ftype symbol set to
XTY_CT; compiler version with the x_ftype symbol set to XTY_CV; and
compiler-provided information with the x_ftype symbol set to XTY_CD.

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


[Bug gas/28447] [AIX] .file pseudo-op should accept multiple parameters

2021-10-18 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28447

David Edelsohn  changed:

   What|Removed |Added

   Target Milestone|--- |2.38

--- Comment #1 from David Edelsohn  ---
https://sourceware.org/pipermail/binutils/2021-October/118187.html

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