[Bug binutils/17840] New: [2.25 Regression] ar creates archives with incorrect LST system_id and magic

2015-01-13 Thread danglin at gcc dot gnu.org
: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org With 2.25, ar creates archive files with am incorrect LST header on hppa2.0w-hp-hpux11.11. This causes problems with HP ld and earlier

[Bug gas/18427] GNU as slow on hppa architecture

2015-06-11 Thread danglin at gcc dot gnu.org
||danglin at gcc dot gnu.org Resolution|--- |FIXED --- Comment #10 from John David Anglin --- Should be fixed on master: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=18c208b2292f3c61097dee99053ecab78b393e46 -- You

[Bug ld/18514] elfutils reports '.plt' size not multiple of entry size

2015-09-12 Thread danglin at gcc dot gnu.org
||danglin at gcc dot gnu.org Resolution|--- |FIXED --- Comment #1 from John David Anglin --- Fixed by f3c3938c1c1a57f78e1be9d2dbb9ea0cda12edf6. -- You are receiving this mail because: You are on the CC list for the bug

[Bug ld/19526] Using "gcc -o /dev/null" gives "ld: final link failed: File truncated" error

2016-01-31 Thread danglin at gcc dot gnu.org
||danglin at gcc dot gnu.org Resolution|--- |FIXED --- Comment #12 from John David Anglin --- Fixed on trunk by commit 6d4b286. -- You are receiving this mail because: You are on the CC list for the bug

[Bug binutils/20464] New: hppa-linux-gnu-ranlib: libcpp.a: File format not recognized

2016-08-13 Thread danglin at gcc dot gnu.org
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu In gcc

[Bug binutils/20464] hppa-linux-gnu-ranlib: libcpp.a: File format not recognized

2016-08-13 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20464 --- Comment #1 from John David Anglin --- Also breaks binutils build: /bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../src/bfd/../zlib -g -O2 -rele

[Bug binutils/20464] hppa-linux-gnu-ranlib: libcpp.a: File format not recognized

2016-08-14 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20464 --- Comment #2 from John David Anglin --- With ranlib, only hppa-linux-gnu-ranlib fails with "File format not recognized". The ranlib command works. dave@mx3210:~/gnu/gcc/objdir/build-hppa-linux-gnu/libcpp$ cmp libcpp.a.save libcpp.a dave@mx

[Bug ld/21131] New: *** Error in `/usr/bin/ld': corrupted double-linked list: 0x00239b48 ***

2017-02-11 Thread danglin at gcc dot gnu.org
ormal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org CC: deller at gmx dot de, doko at debian dot org Target Milestone: --- Host: hppa-unknown-linux-gnu T

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-12 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 John David Anglin changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug ld/21132] New: [hppa-linux] pie support doesn't work

2017-02-12 Thread danglin at gcc dot gnu.org
t: ld Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org CC: deller at gmx dot de Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu I

[Bug ld/21132] [hppa-linux] pie support doesn't work

2017-02-13 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21132 --- Comment #1 from John David Anglin --- It appears $global$ is set to the wrong value in elf32_hppa_set_gp() for -pie. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/21132] [hppa-linux] pie support doesn't work

2017-02-13 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21132 --- Comment #2 from John David Anglin --- Actually, it appears $global$ is incorrectly set in scripttempl/elf.sc. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug

[Bug ld/21000] hppa-linux does not support -z relro

2017-02-14 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21000 --- Comment #19 from John David Anglin --- The LOAD headers for ld-new look good. We had following ld testsuite fails on trunk with patch: FAIL: PIE preinit array FAIL: PIE init array FAIL: PIE fini array FAIL: PIE init array mixed FAIL: PIE

[Bug ld/21131] *** Error in `/usr/bin/ld': corrupted double-linked list: 0x00239b48 ***

2017-02-14 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21131 --- Comment #5 from John David Anglin --- As the error is in the testsuite, this problem is going to be hard to reproduce with a cross. Need all the libs, etc. Helge, would you please set up an account for Alan on phantom? I see that the in

[Bug ld/21132] [hppa-linux] pie support doesn't work

2017-02-14 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21132 --- Comment #6 from John David Anglin --- Looking further, I have concluded $global$ and %r19 are set correctly. The relocations for .Lpmain: .word P%main .Lp__libc_start_main: .word P%__libc_start_main .Lp__libc_csu_fini:

[Bug ld/21132] [hppa-linux] pie support doesn't work

2017-02-15 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=21132 --- Comment #10 from John David Anglin --- The patch fixes the trivial test case. We are down to the following ld failures on trunk: Running /home/dave/gnu/binutils/src/ld/testsuite/ld-elf/indirect.exp ... FAIL: Run with libpr18720c.so 1 FAI

[Bug binutils/26349] New: FAIL: binutils-all/pr25543

2020-08-07 Thread danglin at gcc dot gnu.org
Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa64-hp-hpux11.11 Target: hppa64-hp-hpux11.11 Build: hppa64-hp-hpux11.11 sed -e 's/^[ ]*.comm \([^,]*\),\(.*\)/\1 .comm \2/'

[Bug binutils/26350] New: FAIL: Multibyte symbol names

2020-08-07 Thread danglin at gcc dot gnu.org
Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa64-hp-hpux11.11 Target: hppa64-hp-hpux11.11 Build: hppa64-hp-hpux11.11 sed -e 's/^[ ]*.comm \([^,]*\),\(.*\)/\1 .comm \2/'

[Bug binutils/26356] New: FAIL: objcopy --reverse-bytes

2020-08-08 Thread danglin at gcc dot gnu.org
Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa2.0w-hp-hpux11.11 Target: hppa2.0w-hp-hpux11.11 Build: hppa2.0w-hp-hpux11.11 /mnt/gnu/binutils/objdir/binutils/objcopy -j \$DATA

[Bug binutils/26357] New: Building binutils with plugins enabled breaks ar/ranlib symbol table on 32-bit HP-UX

2020-08-08 Thread danglin at gcc dot gnu.org
Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa2.0w-hp-hpux11.11 Target: hppa2.0w-hp-hpux11.11 Build

[Bug gas/26359] New: FAIL: .xstabs

2020-08-09 Thread danglin at gcc dot gnu.org
: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa2.0w-hp-hpux11.11 Target: hppa2.0w-hp-hpux11.11 Build: hppa2.0w-hp-hpux11.11 Executing on host: sh -c {../as-new /mnt/gnu/binutils/src/gas

[Bug binutils/26356] FAIL: objcopy --reverse-bytes

2020-08-09 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26356 --- Comment #1 from John David Anglin --- Created attachment 12755 --> https://sourceware.org/bugzilla/attachment.cgi?id=12755&action=edit Patch The change to som.c fix the segmentation fault running objcopy. However, I'm not sure that thi

[Bug binutils/26357] Building binutils with plugins enabled breaks ar/ranlib symbol table on 32-bit HP-UX

2020-08-10 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26357 --- Comment #2 from John David Anglin --- Created attachment 12759 --> https://sourceware.org/bugzilla/attachment.cgi?id=12759&action=edit Patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26356] FAIL: objcopy --reverse-bytes

2020-08-10 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26356 --- Comment #2 from John David Anglin --- There is this function som_bfd_copy_private_section_data() which is never called but it looks like it should be called when objcopy is run. This is the reason container is NULL in the output section.

[Bug binutils/26356] FAIL: objcopy --reverse-bytes

2020-08-11 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26356 --- Comment #4 from John David Anglin --- Hi Alan, You are correct. som_bfd_copy_private_section_data() is called once for the subspace $DATA$. This code is problematic: /* Reparent if necessary. */ if (som_section_data (osection)->co

[Bug binutils/26349] FAIL: binutils-all/pr25543

2020-08-18 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26349 --- Comment #2 from John David Anglin --- *** Bug 26350 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 binutils/26350] FAIL: Multibyte symbol names

2020-08-18 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26350 John David Anglin changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug binutils/26349] FAIL: binutils-all/pr25543

2020-08-18 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26349 --- Comment #3 from John David Anglin --- Created attachment 12778 --> https://sourceware.org/bugzilla/attachment.cgi?id=12778&action=edit Patch to fix C99 format issue on hppa-hpux host -- You are receiving this mail because: You are on t

[Bug binutils/26356] FAIL: objcopy --reverse-bytes

2020-08-20 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26356 John David Anglin changed: What|Removed |Added Attachment #12755|0 |1 is obsolete|

[Bug binutils/26357] Building binutils with plugins enabled breaks ar/ranlib symbol table on 32-bit HP-UX

2020-08-23 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26357 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug binutils/26356] FAIL: objcopy --reverse-bytes

2020-08-27 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=26356 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/27442] New: FAIL: Local ifunc-using executable does not contain R_*_IRELATIVE relocation

2021-02-19 Thread danglin at gcc dot gnu.org
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- gcc -B/home/dave/gnu/binutils/objdir/ld/tmpdir/ld/ -I/home/dave/gnu/binutils/sr c/ld/testsuite/ld-ifunc -g -O2

[Bug ld/27443] New: FAIL: pr25355.o

2021-02-19 Thread danglin at gcc dot gnu.org
: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu gcc -B/home/dave/gnu/binutils/objdir/ld/tmpdir/ld/ -I/home/dave/gnu

[Bug ld/27442] FAIL: Local ifunc-using executable does not contain R_*_IRELATIVE relocation

2021-02-19 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27442 John David Anglin changed: What|Removed |Added Host||hppa-unknown-linux-gnu

[Bug ld/27443] FAIL: pr25355.o

2021-03-12 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27443 --- Comment #3 from John David Anglin --- dave@mx3210:~/gnu/binutils/objdir/ld$ /home/dave/gnu/binutils/objdir/ld/../binutils/nm-new --plugin /home/dave/opt/test/libexec/gcc/hppa-linux-gnu/10.0.0/liblto_plugin.so tmpdir/pr25355.o > dump.out da

[Bug gas/25599] gas generates invalid PCREL60B relocation offset with brl.call

2021-05-19 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25599 John David Anglin changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIR

[Bug ld/27442] FAIL: Local ifunc-using executable does not contain R_*_IRELATIVE relocation

2021-11-26 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=27442 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/29263] New: /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-19 Thread danglin at gcc dot gnu.org
stack Product: binutils Version: 2.39 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org CC: nickc at

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-19 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #1 from John David Anglin --- dave@mx3210:~/gnu/binutils/src$ ld --version GNU ld (GNU Binutils for Debian) 2.38.50.20220615 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/29802] New: Segmentation fault in _bfd_elf_strtab_add

2022-11-17 Thread danglin at gcc dot gnu.org
Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa64-hp-hpux11.11 Target: hppa64-hp-hpux11.11 Build: hppa64-hp-hpux11.11 I've been working on getting 64-bit GNU ld on hppa64

[Bug ld/29802] Segmentation fault in _bfd_elf_strtab_add

2022-11-18 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29802 --- Comment #4 from John David Anglin --- Created attachment 14463 --> https://sourceware.org/bugzilla/attachment.cgi?id=14463&action=edit Patch For reference, I have this patch installed to fix a problem with OTHER_SYMBOLS. The symbols __S

[Bug ld/29802] Segmentation fault in _bfd_elf_strtab_add

2022-11-19 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29802 --- Comment #5 from John David Anglin --- libtool: link: /home/dave/gnu/gcc/objdir64/./gcc/xgcc -B/home/dave/gnu/gcc/objdi r64/./gcc/ -B/opt/gnu64/gcc_gld/gcc-13/hppa64-hp-hpux11.11/bin/ -B/opt/gnu64/gcc _gld/gcc-13/hppa64-hp-hpux11.11/lib/ -i

[Bug ld/29802] Segmentation fault in _bfd_elf_strtab_add

2022-11-19 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29802 --- Comment #6 from John David Anglin --- bash-5.1$ readelf -x 15 ./math/.libs/sincos_table.o Hex dump of section '.strtab': 0x 0073696e 636f735f 7461626c 652e6300 .sincos_table.c. 0x0010 5f5f7369 6e636f73 715f7461 626c6500 __

[Bug ld/29802] Segmentation fault in _bfd_elf_strtab_add

2022-11-19 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29802 --- Comment #7 from John David Anglin --- Created attachment 14469 --> https://sourceware.org/bugzilla/attachment.cgi?id=14469&action=edit sincos_table.s -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/29828] New: error: conflicting types for 'wait'

2022-11-25 Thread danglin at gcc dot gnu.org
Component: binutils Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa2.0w-hp-hpux11.11 Target: hppa2.0w-hp-hpux11.11 Build: hppa2.0w-hp-hpux11.11 make[2]: Entering directory '

[Bug ld/30078] New: FAIL: merge4

2023-02-03 Thread danglin at gcc dot gnu.org
: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa*-*-linux* Target: hppa*-*-linux* Build: hppa*-*-linux* gcc -B/home/dave/gnu/gdb/objdir/ld/tmpdir/ld/ -I/home/dave/gnu/gdb/src/ld/tests uite/ld-elf -g

[Bug gas/11395] gas creates 64bit add-instruction in 32bit mode for hppa2.0

2010-12-26 Thread danglin at gcc dot gnu.org
||danglin at gcc dot gnu.org Resolution|FIXED | --- Comment #3 from John David Anglin 2010-12-26 19:45:18 UTC --- Change breaks 64-bit linux build: {standard input}: Assembler messages: {standard input}:4508: Error: Invalid Add Condition: dc

[Bug gas/11395] gas creates 64bit add-instruction in 32bit mode for hppa2.0

2010-12-26 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=11395 --- Comment #4 from John David Anglin 2010-12-26 20:49:28 UTC --- The PA 2.0 architecture says "When a condition completer is not specified, the "never" condition is used." Adding ",dc" to the testcase case results in the following assembler

[Bug gas/11395] gas creates 64bit add-instruction in 32bit mode for hppa2.0

2010-12-26 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=11395 John David Anglin changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug ld/12357] New: ERROR: tcl error sourcing /home2/dave/binutils/src/ld/testsuite/ld-plugin/plugin.exp

2010-12-31 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12357 Summary: ERROR: tcl error sourcing /home2/dave/binutils/src/ld/testsuite/ld-plugin/plugin .exp Product: binutils Version: 2.22 (HEAD) Status: NEW Seve

[Bug ld/12358] New: FAIL: ld-elf/textaddr2

2010-12-31 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12358 Summary: FAIL: ld-elf/textaddr2 Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassig...@sources.redha

[Bug ld/12359] New: FAIL: ld-elf/textaddr6

2010-12-31 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12359 Summary: FAIL: ld-elf/textaddr6 Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassig...@sources.redha

[Bug ld/12360] New: FAIL: size/aligment change of common symbols (warning 1)

2010-12-31 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12360 Summary: FAIL: size/aligment change of common symbols (warning 1) Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2 Comp

[Bug ld/12360] FAIL: size/aligment change of common symbols (warning 1)

2010-12-31 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12360 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug ld/12376] New: File offsets for PT_LOAD segments and resulting inequivalent memory aliases

2011-01-08 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12376 Summary: File offsets for PT_LOAD segments and resulting inequivalent memory aliases Product: binutils Version: unspecified Status: NEW Severity: normal Priorit

[Bug ld/12376] File offsets for PT_LOAD segments and resulting inequivalent memory aliases

2011-01-09 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12376 --- Comment #1 from John David Anglin 2011-01-09 17:05:02 UTC --- This might also be a glibc bug: $ strace /lib/ld-2.11.2.so ./xxx3execve("/lib/ld-2.11.2.so", ["/lib/ld-2.11.2.so", "./xxx3"], [/* 17 vars */]) = 0 brk(0)

[Bug ld/12376] File offsets for PT_LOAD segments and resulting inequivalent memory aliases

2011-01-09 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12376 --- Comment #3 from John David Anglin 2011-01-09 20:56:17 UTC --- 1) Adjust hppalinux.sh to modify TEXT_ADDR and SHLIB_TEXT_ADDR. I need to add 0x40 (4 MB) to make the addresses equivalent. This rather chews up the virtual address

[Bug ld/12402] New: ld --disable-plugins configure options doesn't work

2011-01-15 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12402 Summary: ld --disable-plugins configure options doesn't work Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld Assigne

[Bug ld/12499] New: Changes to .init_array support breaks eglibc-2.11.2 on hppa-linux

2011-02-17 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12499 Summary: Changes to .init_array support breaks eglibc-2.11.2 on hppa-linux Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal Priority: P2

[Bug ld/12376] File offsets for PT_LOAD segments and resulting inequivalent memory aliases

2011-02-18 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12376 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug ld/12499] Changes to .init_array support breaks eglibc-2.11.2 on hppa-linux

2011-03-10 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12499 John David Anglin changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLIC

[Bug ld/13168] New: Comdat group breaks hppa stub placement on hppa-unknown-linux-gnu

2011-09-07 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13168 Bug #: 13168 Summary: Comdat group breaks hppa stub placement on hppa-unknown-linux-gnu Product: binutils Version: 2.22 (HEAD) Status: NEW Severity: normal

[Bug ld/13387] New: Abort at elf32-hppa.c:3921 in elf32_hppa_relocate_section

2011-11-05 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13387 Bug #: 13387 Summary: Abort at elf32-hppa.c:3921 in elf32_hppa_relocate_section Product: binutils Version: 2.23 (HEAD) Status: NEW Severity: normal

[Bug ld/13387] Abort at elf32-hppa.c:3921 in elf32_hppa_relocate_section

2011-11-05 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13387 --- Comment #1 from John David Anglin 2011-11-05 23:06:27 UTC --- elf32_hppa_hide_symbol appears to be broken as it can be called before are all relocs are processed by elf32_hppa_check_relocs. As a result, the plabel flag may not be set when

[Bug ld/13387] Abort at elf32-hppa.c:3921 in elf32_hppa_relocate_section

2011-11-06 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13387 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug binutils/13476] Incorrect TLS relocations created in DSOs on hppa

2011-12-07 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13476 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org

[Bug binutils/13476] Incorrect TLS relocations created in DSOs on hppa

2011-12-07 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13476 --- Comment #2 from John David Anglin 2011-12-08 02:08:56 UTC --- Looking a bit more, I think this break is questionable: /* Now try to make things easy for the dynamic linker. */ break; -- Configure bugmail: http://so

[Bug binutils/13476] Incorrect TLS relocations created in DSOs on hppa

2011-12-11 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13476 --- Comment #7 from John David Anglin 2011-12-11 15:54:11 UTC --- Fixed. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. _

[Bug binutils/13476] Incorrect TLS relocations created in DSOs on hppa

2011-12-11 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13476 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug binutils/14720] New: FAIL: ar long file names (bfdtest1)

2012-10-14 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14720 Bug #: 14720 Summary: FAIL: ar long file names (bfdtest1) Product: binutils Version: 2.24 (HEAD) Status: NEW Severity: normal Priority: P2 Componen

[Bug gas/14721] New: FAIL: Multibyte symbol names

2012-10-14 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14721 Bug #: 14721 Summary: FAIL: Multibyte symbol names Product: binutils Version: 2.24 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas

[Bug gas/14722] New: FAIL: weak and common directives

2012-10-14 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14722 Bug #: 14722 Summary: FAIL: weak and common directives Product: binutils Version: 2.24 (HEAD) Status: NEW Severity: normal Priority: P2 Component:

[Bug gas/14722] FAIL: weak and common directives

2012-10-14 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14722 --- Comment #1 from John David Anglin 2012-10-15 01:27:41 UTC --- Also: ../as-new -o dump.o /xxx/gnu/binutils/src/gas/testsuite/gas/elf/common2.s Executing on host: sh -c {../as-new -o dump.o /xxx/gnu/binutils/src/gas/testsuite/g

[Bug binutils/14779] New: readelf.c:403:3: error: unknown type name 'mbstate_t'

2012-10-27 Thread danglin at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14779 Bug #: 14779 Summary: readelf.c:403:3: error: unknown type name 'mbstate_t' Product: binutils Version: 2.24 (HEAD) Status: NEW Severity: normal Priority: P2 C

[Bug ld/22300] New: Abort in elf32_hppa_relocate_section at elf32-hppa.c:4055 building debian polyml

2017-10-15 Thread danglin at gcc dot gnu.org
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org CC: deller at gmx dot de Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa

[Bug ld/22394] hppa-linux-ld fails to emit dynamic relocations on function pointer initialization

2017-11-04 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22394 --- Comment #1 from John David Anglin --- Hi Alan, Although your example is not technically supported, I think it should work on linux because it doesn't use the PIC register and because of the flat address space. First, calls to functions i

[Bug ld/22394] hppa-linux-ld fails to emit dynamic relocations on function pointer initialization

2017-11-04 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22394 --- Comment #2 from John David Anglin --- The segmentation fault doesn't occur with trunk plus your proposed elf32-hppa.c patch. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/22394] hppa-linux-ld fails to emit dynamic relocations on function pointer initialization

2017-11-04 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22394 --- Comment #3 from John David Anglin --- On HP-UX, the 64-bit HP linker treats the DIR64 and FPTR64 relocations the same when "symbol" is a function pointer. Both point to a function descriptor. The ABI description is here: https://uclibc.o

[Bug ld/22533] New: ld: error while loading shared libraries: unexpected reloc type 0x12

2017-11-30 Thread danglin at gcc dot gnu.org
: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org CC: doko at debian dot org Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux

[Bug ld/22758] New: FAIL: Run pr22393-2

2018-01-28 Thread danglin at gcc dot gnu.org
: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- gcc -B/home/dave/gnu/binutils/objdir/ld/tmpdir/ld/ -I/home/dave/gnu/binutils/src/ld/testsuite/ld-elf -g -O2 -c -g -O2 -fno-PIE -c /home/dave/gnu/binutils/src/ld/testsuite/ld-elf/pr22393-2b.c

[Bug ld/22978] New: [2.30, 2.31 Regression]

2018-03-18 Thread danglin at gcc dot gnu.org
Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- The run_ld.c test from gcc is incorrectly linked using binutils 2.30 and later with -pie. /* { dg-do run } */ /* { dg-require-effective-target tls_runtime } */ /* { dg-add-options tls

[Bug ld/22978] [2.30, 2.31 Regression] TLS local-dynamic incorrectly linked on hppa-linux

2018-03-18 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22978 John David Anglin changed: What|Removed |Added Summary|[2.30, 2.31 Regression] |[2.30, 2.31 Regression] TLS

[Bug ld/22978] [2.30, 2.31 Regression] TLS local-dynamic incorrectly linked on hppa-linux

2018-03-18 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22978 John David Anglin changed: What|Removed |Added Target||hppa-unknown-linux-gnu

[Bug ld/23463] New: FAIL: PR ld/12982

2018-07-27 Thread danglin at gcc dot gnu.org
: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu gcc -B/home/dave/gnu/binutils/objdir/ld/tmpdir/ld/ -I/home/dave

[Bug gas/23837] New: Segmentation fault in resolve_symbol_value at symbols.c:1165

2018-10-27 Thread danglin at gcc dot gnu.org
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu Created

[Bug gas/23837] Segmentation fault in resolve_symbol_value at symbols.c:1165

2018-10-27 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23837 --- Comment #1 from John David Anglin --- The problem occurs in getting the start callinfo symbol used for the parisc unwind data. The following hunk of code in gbc.c isn't quite right: #if defined(__hppa__) /* Courtesy of Lamont Jones */ /*

[Bug gas/23837] Segmentation fault in resolve_symbol_value at symbols.c:1165

2018-10-27 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23837 --- Comment #2 from John David Anglin --- Doh, I posted the corrected code in comment #1: asm(".label hppa_save_regs"); asm(".proc"); asm(".callinfo"); The actual code in gbc.c is: asm(".proc"); as

[Bug gas/23837] Segmentation fault in resolve_symbol_value at symbols.c:1165

2018-10-28 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23837 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/25110] New: FAIL: --gc-sections with __start_SECTIONNAME

2019-10-15 Thread danglin at gcc dot gnu.org
Component: ld Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Build: hppa-unknown-linux-gnu gcc -B/home/dave/gnu/binutils/objdir/ld

[Bug ld/25110] FAIL: --gc-sections with __start_SECTIONNAME

2019-10-16 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25110 --- Comment #5 from John David Anglin --- Created attachment 12043 --> https://sourceware.org/bugzilla/attachment.cgi?id=12043&action=edit Patch This is a horrible hack to avoid $$dyncall being called when using gcc-9 and gcc-10, but I wasn

[Bug ld/25110] FAIL: --gc-sections with __start_SECTIONNAME

2019-10-16 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25110 --- Comment #6 from John David Anglin --- The "possible fix" works for me. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu

[Bug ld/25110] FAIL: --gc-sections with __start_SECTIONNAME

2019-10-19 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25110 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/25121] New: tc-hppa.c:1371:23: error: implicit conversion from 'enum el f_hppa_reloc_type' to 'bfd_reloc_code_real_type'

2019-10-20 Thread danglin at gcc dot gnu.org
s Version: 2.34 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org Target Milestone: --- Host: hppa-unknown-linux-gn

[Bug gas/25121] tc-hppa.c:1371:23: error: implicit conversion from 'enum el f_hppa_reloc_type' to 'bfd_reloc_code_real_type'

2019-10-20 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25121 --- Comment #1 from John David Anglin --- Created attachment 12046 --> https://sourceware.org/bugzilla/attachment.cgi?id=12046&action=edit Patch Patch fixes build but maybe there is a better solution. -- You are receiving this mail becaus

[Bug gas/25121] tc-hppa.c:1371:23: error: implicit conversion from 'enum el f_hppa_reloc_type' to 'bfd_reloc_code_real_type'

2019-10-26 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25121 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/25315] New: `__tcf_0' referenced in section `.rodata._ZNK6common26ChainResidueAtomDescriptor3strB5cxx11Ev.cst4' of mode_query_balls_distances.o: defined in discarded section `.text.__tcf_0[_ZN

2019-12-25 Thread danglin at gcc dot gnu.org
Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: danglin at gcc dot gnu.org CC: deller at gmx dot de Target Milestone: --- Host: hppa-unknown-linux-gnu Target: hppa-unknown-linux-gnu Buil

[Bug ld/25315] `__tcf_0' referenced in section `.rodata._ZNK6common26ChainResidueAtomDescriptor3strB5cxx11Ev.cst4' of mode_query_balls_distances.o: defined in discarded section `.text.__tcf_0[_ZNK6com

2019-12-26 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25315 --- Comment #1 from John David Anglin --- __tcf_0 is defined in a comdat section, but the symbol is local. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/25315] `__tcf_0' referenced in section `.rodata._ZNK6common26ChainResidueAtomDescriptor3strB5cxx11Ev.cst4' of mode_query_balls_distances.o: defined in discarded section `.text.__tcf_0[_ZNK6com

2019-12-26 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25315 --- Comment #2 from John David Anglin --- It is used in _ZNK6common26ChainResidueAtomDescriptor3strB5cxx11Ev: .section .text._ZNK6common26ChainResidueAtomDescriptor3strB5cxx11 Ev,"axG",@progbits,_ZNK6common26ChainResidueAtomDes

[Bug ld/25315] `__tcf_0' referenced in section `.rodata._ZNK6common26ChainResidueAtomDescriptor3strB5cxx11Ev.cst4' of mode_query_balls_distances.o: defined in discarded section `.text.__tcf_0[_ZNK6com

2019-12-26 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25315 --- Comment #3 from John David Anglin --- I guess we need to adjust elf_hppa_action_discarded(): /* What to do when ld finds relocations against symbols defined in discarded sections. */ static unsigned int elf_hppa_action_discarded (ase

[Bug ld/25315] `__tcf_0' referenced in section `.rodata._ZNK6common26ChainResidueAtomDescriptor3strB5cxx11Ev.cst4' of mode_query_balls_distances.o: defined in discarded section `.text.__tcf_0[_ZNK6com

2019-12-27 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25315 --- Comment #7 from John David Anglin --- This problem has occurred before. The work around applied to elf_hppa_action_discarded() was to fix the following gcc bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67834 -- You are receiving thi

  1   2   >