[Bug ld/24144] Gnu ld for PDP-11 is creating corrupt output. NULL inserted in data section.

2019-02-25 Thread pkoning at equallogic dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24144 --- Comment #9 from Paul Koning --- Thanks, that cures my test case and in fact makes 14 fewer failures in the gcc test suite. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/24144] Gnu ld for PDP-11 is creating corrupt output. NULL inserted in data section.

2019-02-22 Thread pkoning at equallogic dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24144 --- Comment #4 from Paul Koning --- Created attachment 11638 --> https://sourceware.org/bugzilla/attachment.cgi?id=11638=edit Test case object files and script I ran into this issue some time ago while debugging pdp11-gcc test case

[Bug ld/24144] Gnu ld for PDP-11 is creating corrupt output. NULL inserted in data section.

2019-01-31 Thread pkoning at equallogic dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24144 --- Comment #2 from Paul Koning --- GCC sets the max alignment to 2 bytes for pdp11, since alignment larger than that is not useful on that machine. It may make sense for binutils to apply the same limit. -- You are receiving this mail

[Bug ld/24144] Gnu ld for PDP-11 is creating corrupt output. NULL inserted in data section.

2019-01-31 Thread pkoning at equallogic dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24144 Paul Koning changed: What|Removed |Added CC||pkoning at equallogic dot com -- You

[Bug binutils/23931] objdump -r often fails on pdp11 files

2018-11-29 Thread pkoning at equallogic dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23931 --- Comment #3 from Paul Koning --- Great. I agree fixing the check is best. I looked at the code but it wasn't clear to me how to do that, so I did the disable as a crude test. -- You are receiving this mail because: You are on the CC

[Bug binutils/23931] New: objdump -r often fails on pdp11 files

2018-11-28 Thread pkoning at equallogic dot com
: binutils Assignee: unassigned at sourceware dot org Reporter: pkoning at equallogic dot com Target Milestone: --- Created attachment 11417 --> https://sourceware.org/bugzilla/attachment.cgi?id=11417=edit crt0.o for pdp11 Function dump_relocs_in_section in objdump.c che

[Bug binutils/23881] pdp11 binutils fails if too much debug data

2018-11-12 Thread pkoning at equallogic dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23881 --- Comment #1 from Paul Koning --- Created attachment 11391 --> https://sourceware.org/bugzilla/attachment.cgi?id=11391=edit main program to link with testdbg.S -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/23881] New: pdp11 binutils fails if too much debug data

2018-11-12 Thread pkoning at equallogic dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: pkoning at equallogic dot com Target Milestone: --- Created attachment 11390 --> https://sourceware.org/bugzilla/attachment.cgi?id=11390=edit test file full of .stabs data For pdp11, the linker is ha

[Bug binutils/4208] 'final link failed: Bad value' when building Linux MIPS kernels.

2007-03-20 Thread pkoning at equallogic dot com
--- Additional Comments From pkoning at equallogic dot com 2007-03-20 14:02 --- I ran into this issue with GCC 4.1.2, so I'm not sure about it not happening with newer compilers. A warning doesn't help, because it's as bad as an error when you build with warnings are errors as many do