[Bug gas/26143] gas generates invalid line table entry

2024-07-15 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26143 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug gas/26143] gas generates invalid line table entry

2024-07-15 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26143 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug ld/27566] [RISC-V] relocation truncated to fit: R_RISCV_GPREL_I against aymbol

2024-05-20 Thread pinskia at gcc dot gnu.org
||a/show_bug.cgi?id=115166 CC||pinskia at gcc dot gnu.org -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/31644] [Regression] libstdc++prettyprinters/debug.[cc|cxx11.cc] failing to build - linker error

2024-04-16 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31644 --- Comment #6 from Andrew Pinski --- It looks like the link against libstdc++v3.so is not happening ... -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/31644] [Regression] libstdc++prettyprinters/debug.[cc|cxx11.cc] failing to build - linker error

2024-04-16 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31644 --- Comment #5 from Andrew Pinski --- Oh note it is with -flto . -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/31644] [Regression] libstdc++prettyprinters/debug.[cc|cxx11.cc] failing to build - linker error

2024-04-15 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31644 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug gas/28351] aarch64 ".xword :dtprel:t" is not supported

2024-02-29 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28351 Andrew Pinski changed: What|Removed |Added See Also||https://github.com/llvm/llv

[Bug gas/31043] Poor error message for wrong number of registers

2023-11-07 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31043 Andrew Pinski changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug gas/24348] GNU (g)as is confusing about vmovdqu mnemonics

2023-11-07 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24348 Andrew Pinski changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug gas/31043] Poor error message for wrong number of registers

2023-11-07 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31043 Andrew Pinski changed: What|Removed |Added Target||x86_64-linux-gnu -- You are

[Bug ld/30724] Massive ld performance regression in binutils-2.41 since 014a602b86f08de96fc80ef3f96a87db6cccad56

2023-08-05 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30724 --- Comment #2 from Andrew Pinski --- (In reply to Achim from comment #1) > AFter a few false starts since it seems one really needs to freshly > configure and compile the whole thing each time this got bisected to: > >

[Bug ld/30724] massive ld performance regression

2023-08-05 Thread pinskia at gcc dot gnu.org
||pinskia at gcc dot gnu.org Severity|critical|normal -- 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-05-03 Thread pinskia at gcc dot gnu.org
||a/show_bug.cgi?id=53929 CC||pinskia at gcc dot gnu.org -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/30418] use of labels that happen to match register names or keywords

2023-05-03 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30418 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug gas/30279] UBSAN error: /buildworker/marxinbox-cross-binutils-sanitizers/build/gas/config/tc-m68hc11.c:708:20

2023-03-27 Thread pinskia at gcc dot gnu.org
|--- CC||pinskia at gcc dot gnu.org Ever confirmed|1 |0 --- Comment #3 from Andrew Pinski --- The code in gas/config/tc-m68hc11.c is undefined: opc = XNEWVEC (struct m68hc11_opcode_def, num_opcodes

[Bug binutils/30033] binutils-2.40 broke arm-linux-gnueabi libraries on arm64 kernel with >4KB pages

2023-01-23 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30033 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug gas/29794] find_reloc_table_entry in tc-aarch64.c should be speed up

2022-11-16 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29794 --- Comment #2 from Andrew Pinski --- There is another thing which could be done is do strchr up front to find the other : and then match the length and not do the strncasecmp in that case. That is: static struct reloc_table_entry *

[Bug gas/29794] find_reloc_table_entry in tc-aarch64.c should be speed up

2022-11-16 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29794 --- Comment #1 from Andrew Pinski --- Created attachment 14459 --> https://sourceware.org/bugzilla/attachment.cgi?id=14459=edit First attempt at a patch for this I did not test this and I am not 100% sure about the GNUC check. I need to

[Bug gas/29794] find_reloc_table_entry in tc-aarch64.c should be speed up

2022-11-16 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29794 Andrew Pinski changed: What|Removed |Added Summary|find_reloc_table_entry |find_reloc_table_entry in

[Bug gas/29794] New: find_reloc_table_entry should be speed up

2022-11-16 Thread pinskia at gcc dot gnu.org
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Target: aarch64*-*-* With -O0 generated code, sometimes strlen shows up high on the perf profiling of gas. I looked and saw

[Bug ld/29448] aarch64: "has a LOAD segment with RWX permissions"

2022-08-23 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29448 --- Comment #6 from Andrew Pinski --- (In reply to Jérôme Forissier from comment #4) > But then how is it that the LLVM linker (ld.lld) has no problem with that? > Same, linker script, and even same object files... (it generates 4 LOAD >

[Bug ld/29448] aarch64: "has a LOAD segment with RWX permissions"

2022-08-23 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29448 --- Comment #5 from Andrew Pinski --- The reasoning is because the max "page size" on aarch64 is set to 64k so there is only one segment. Either change the " . = ALIGN((1 << (12)));" to " . = ALIGN((1 << (14)));" Or use "-z

[Bug ld/29448] aarch64: "has a LOAD segment with RWX permissions"

2022-08-23 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29448 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug ld/24678] RISC-V pcrel relocs and abs global pointer variable

2022-08-19 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24678 Andrew Pinski changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug ld/24983] RISC-V GP linker relaxation is not performed with -nostdlib

2022-08-19 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24983 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug ld/24983] RISC-V GP linker relaxation is not performed with -nostdlib

2022-08-19 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24983 Andrew Pinski changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug ld/28441] [RISCV] ld linker relaxation is really slow

2022-08-19 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28441 Andrew Pinski changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug ld/29509] The RISCV linker relaxation is just plain broken and should be removed

2022-08-19 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29509 Andrew Pinski changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug binutils/28878] [RISCV] Incorrect DW_AT_high_pc for assembly source with linker relaxation

2022-08-19 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28878 Andrew Pinski changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug ld/29509] New: The RISCV linker relaxation is just plain broken and should be removed

2022-08-19 Thread pinskia at gcc dot gnu.org
: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Target: riscv Deleting data while doing relaxation is not only slow (see PR 28441) but forces many real bugs

[Bug gold/28876] gold should error out when creating a direct reference to protected function

2022-02-09 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28876 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug ld/28875] ld should warn or error out about creating copy relocs & direct external references for protected symbols

2022-02-09 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28875 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug ld/28875] ld should warn or error out about creating copy relocs & direct external references for protected symbols

2022-02-09 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28875 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug binutils/26548] LEB decoding error

2022-01-26 Thread pinskia at gcc dot gnu.org
||a/show_bug.cgi?id=104238 CC||pinskia at gcc dot gnu.org -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/13031] Building CodeBlocks on Windows using mingw gcc 4.6.1 "-flto -fuse-linker-plugin" results in many linker stage errors

2022-01-08 Thread pinskia at gcc dot gnu.org
||/show_bug.cgi?id=49844 CC||pinskia at gcc dot gnu.org -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/13256] AR + plugin fails with "no operation specified" error

2021-12-19 Thread pinskia at gcc dot gnu.org
||pinskia at gcc dot gnu.org -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/27931] objcopy --localize-hidden/--keep-global-symbol: drop GRP_COMDAT if the signature symbol becomes local?

2021-12-05 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27931 --- Comment #2 from Andrew Pinski --- There was an old (7 years ago) bug filed against GCC about __x86.get_pc_thunk and "objcopy --keep-global-symbol" (https://gcc.gnu.org/PR59842) which seems like the same issue here. -- You are receiving

[Bug binutils/3182] objcopy doesn't update section group when a member is removed

2021-12-05 Thread pinskia at gcc dot gnu.org
||pinskia at gcc dot gnu.org -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/27931] objcopy --localize-hidden/--keep-global-symbol: drop GRP_COMDAT if the signature symbol becomes local?

2021-12-05 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27931 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug binutils/28367] Aarch64 disassembler could print out related addresses better

2021-09-21 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28367 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at sourceware dot org |pinskia at gcc dot gnu.org

[Bug binutils/28367] New: Aarch64 disassembler could print out related addresses better

2021-09-21 Thread pinskia at gcc dot gnu.org
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Created attachment 13673 --> https://sourceware.org/bugzilla/attachment.cgi?id=13673=edit patch We should be able to do: 400

[Bug gas/28351] aarch64 ".xword :dtprel:t" is not supported

2021-09-18 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28351 Andrew Pinski changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug gas/28351] aarch64 ".xword :dtprel:t" is not supported

2021-09-18 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28351 Andrew Pinski changed: What|Removed |Added Target||aarch64 -- You are receiving this

[Bug gas/28351] aarch64 ".xword :dtprel:t" is not supported

2021-09-18 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28351 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug gas/28351] New: aarch64 ".xword :dtprel:t" is not supported

2021-09-18 Thread pinskia at gcc dot gnu.org
onent: gas Assignee: unassigned at sourceware dot org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Take: .xword :dtprel:t A couple of things error message is way off for this. Second is this is needed to be supported to support debugging informati

[Bug gas/28211] gas puts local labels in the symbol talble if @GOTOFF is used in rodata

2021-08-09 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28211 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug gas/28211] gas puts local labels in the symbol talble if @GOTOFF is used in rodata

2021-08-09 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28211 Andrew Pinski changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug gas/28211] gas puts local labels in the symbol talble if @GOTOFF is used in rodata

2021-08-09 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28211 Andrew Pinski changed: What|Removed |Added Attachment #13605|0 |1 is obsolete|

[Bug gas/28211] New: gas puts local labels in the symbol talble if @GOTOFF is used in rodata

2021-08-08 Thread pinskia at gcc dot gnu.org
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Created attachment 13605 --> https://sourceware.org/bugzilla/attachment.cgi?id=13605=edit test assembly file >From

[Bug ld/25285] FAIL: Run with libfunc1.so comm1.o with GCC 10

2020-01-08 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25285 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/25327] FAIL: Run pr20276

2020-01-08 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25327 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug ld/25285] New: FAIL: Run with libfunc1.so comm1.o with GCC 10

2019-12-15 Thread pinskia at gcc dot gnu.org
Assignee: unassigned at sourceware dot org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- GCC 10 enables -fno-common by default and we get an extra failure due to that: /bajas/pinskia/src/toolchain-10/marvell-tools/bin/../lib/gcc/aarch64-marvell-linux-gnu/10.0.0

[Bug ld/22764] [2.30 Regression] ld fails to link 4.13 and 4.15 kernels on aarch64-linux-gnu

2018-02-02 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22764 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org

[Bug ld/20868] ld relaxes TLS access erroneously for aarch64 in ilp32 mode

2016-11-25 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20868 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org -- You

[Bug gold/17670] internal error in symval_for_branch, at powerpc.cc:6755 during qt5 build

2014-12-03 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17670 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug gas/16103] Symbol referenced when it should not be in aarch64

2013-10-30 Thread pinskia at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=16103 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target||aarch64

[Bug gas/16103] New: Symbol referenced when it should not be in aarch64

2013-10-30 Thread pinskia at gcc dot gnu.org
Component: gas Assignee: unassigned at sourceware dot org Reporter: pinskia at gcc dot gnu.org Take: .text .align 2 .global Extract_double_from_vector .type Extract_double_from_vector, %function Extract_double_from_vector: mov x0, v0.D

[Bug ld/596] non-dynamic global symbols in .dynstr and .hash sections

2012-10-22 Thread pinskia at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=596 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||pinskia at gcc

[Bug gas/13509] branch target to the wrong location

2011-12-16 Thread pinskia at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13509 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2011-12-16 22:18:04 UTC --- The reason why GCC emits LABEL = . is because of the following reason: * Print debug labels as foo = . rather than foo: because they should represent

[Bug gas/13509] branch target to the wrong location

2011-12-16 Thread pinskia at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13509 --- Comment #6 from Andrew Pinski pinskia at gcc dot gnu.org 2011-12-16 23:25:39 UTC --- Looks like this version of the mips patch: http://sourceware.org/ml/binutils/2010-10/msg00512.html Would have fixed it also. But it was rejected and only

[Bug gas/13509] branch target to the wrong location

2011-12-16 Thread pinskia at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13509 --- Comment #8 from Andrew Pinski pinskia at gcc dot gnu.org 2011-12-17 00:38:56 UTC --- Something like: Index: config/tc-mips.c === RCS file: /cvs/src/src/gas/config/tc-mips.c,v

[Bug gas/13509] New: branch target to the wrong location

2011-12-15 Thread pinskia at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13509 Bug #: 13509 Summary: branch target to the wrong location Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: gas