[Bug gas/30336] The GNU Assembler has bugs in Intel syntax

2023-04-28 Thread soomink at kaist dot ac.kr
https://sourceware.org/bugzilla/show_bug.cgi?id=30336

--- Comment #3 from Soomin Kim  ---
I see. The first bug seems to be a duplicate of bug 12240. How about the second
one? Bug 12240 may not cover the second bug.

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


[Bug ld/16566] Please provide a way to include static symbols in linker map file

2023-04-28 Thread jon at beniston dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16566

--- Comment #6 from jon at beniston dot com ---
Not sure why, but with the new patch, the addition of the condition:

&& bfd_link_hash_lookup (link_info.hash,
   bfd_asymbol_name (sym), false,
   false, true) == NULL

Seems to prevent the output of the symbols (functions / data when using -flto)
that I'm interested in.

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


[Bug gas/12240] offset can't be used as label in Intel syntax

2023-04-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12240

H.J. Lu  changed:

   What|Removed |Added

 CC||soomink at kaist dot ac.kr

--- Comment #3 from H.J. Lu  ---
*** Bug 30336 has been marked as a duplicate of this bug. ***

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


[Bug gas/30336] The GNU Assembler has bugs in Intel syntax

2023-04-28 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30336

H.J. Lu  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from H.J. Lu  ---
Dup.

*** This bug has been marked as a duplicate of bug 12240 ***

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


[Bug ld/30002] pr26391-5, pr26391-6 ld test failures on sparc64-unknown-linux-gnu since 496afd17055aeb7d8f45e01715c475664f2b73bd

2023-04-28 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30002

--- Comment #17 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by H.J. Lu :

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

commit 64b59b6bb2261fe2fa8310f94b4ed420c162e357
Author: H.J. Lu 
Date:   Mon Jan 16 14:03:02 2023 -0800

ld: Use run_cc_link_tests for PR ld/26391 tests

Use run_cc_link_tests for PR ld/26391 tests to compile PR ld/26391 tests
in C.

PR ld/30002
* testsuite/ld-elf/elf.exp: Use run_cc_link_tests for PR ld/26391
tests.

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


[Bug ld/26391] Question regarding duplicate symbols

2023-04-28 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26391

--- Comment #15 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by H.J. Lu :

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

commit 64b59b6bb2261fe2fa8310f94b4ed420c162e357
Author: H.J. Lu 
Date:   Mon Jan 16 14:03:02 2023 -0800

ld: Use run_cc_link_tests for PR ld/26391 tests

Use run_cc_link_tests for PR ld/26391 tests to compile PR ld/26391 tests
in C.

PR ld/30002
* testsuite/ld-elf/elf.exp: Use run_cc_link_tests for PR ld/26391
tests.

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


[Bug ld/16566] Please provide a way to include static symbols in linker map file

2023-04-28 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16566

--- Comment #5 from Nick Clifton  ---
Created attachment 14855
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14855=edit
Proposed patch

OK, here is a revised patch.  Changes include:

  * Temporary local symbols (.Lxxx etc) are not displayed.
  * A new command line option enables the feature: --print-map-locals
  * The new option is documented.
  * A new testcase for the feature.

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


[Bug ld/30002] pr26391-5, pr26391-6 ld test failures on sparc64-unknown-linux-gnu since 496afd17055aeb7d8f45e01715c475664f2b73bd

2023-04-28 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30002

--- Comment #16 from Sam James  ---
Patch at
https://inbox.sourceware.org/binutils/b2b4a466-4084-3542-2586-5b0c2d110...@redhat.com/T/#t.

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


[Bug ld/30358] bfd very slow (> 4 minutes) to link busybox with -Wl,--sort-section,alignment (regression in binutils-2.40) since af31506c31a59a6edbb13498d6075fa704b801cd

2023-04-28 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30358

--- Comment #15 from Sam James  ---
Thank you! Do you think the hacky patch (not the one committed) would be good
enough for us to backport downstream for 2.40?

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