[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions

2009-06-17 Thread chris at seberino dot org
--- Additional Comments From chris at seberino dot org 2009-06-18 03:34 --- You were certainly correct to remove certain coprocessor instructions like ldc2 that only belong on later architectures. I'm not sure we're allowed to remove *all* coprocessor instructions. Even though many (mo

[Bug gas/10255] no .eh_frame_hdr table will be created.

2009-06-17 Thread ppluzhnikov at google dot com
--- Additional Comments From ppluzhnikov at google dot com 2009-06-17 20:38 --- I just hit this as well: corrupt .eh_frame in one of my object files with a huge location advance. Verified that this change to binutils/gas 2009-06-09 Jakub Jelinek PR gas/10255 * dw2ge

[Bug gold/10291] New: fails to link qtcreator, because "-z origin" is not supported

2009-06-17 Thread armin at space-based dot de
Building qtcreator with gold fails, because qtcreator explicitly sets an rpath using $ORIGIN: | QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,$${IDE_PLUGIN_RPATH}\' With gold linking fails, because "-z origin" is unknown. When removing the option the rpath is still fine though, so it seems gold suppo

[Bug ld/10259] ld generates bad long branch stubs

2009-06-17 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2009-06-17 15:31 --- Subject: Re: ld generates bad long branch stubs Hi Julian, > I have tried to reproduce this, but not managed so far. I attempted to build > current binutils head with current GCC head under an ARM

[Bug ld/10259] ld generates bad long branch stubs

2009-06-17 Thread julian at codesourcery dot com
--- Additional Comments From julian at codesourcery dot com 2009-06-17 14:52 --- I have tried to reproduce this, but not managed so far. I attempted to build current binutils head with current GCC head under an ARM full-system (Debian) qemu instance, using: binutils-build$ configure --p

[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions

2009-06-17 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-17 12:24 --- Hi Chris, Thanks for reporting this problem. Please could you try out the uploaded patch and let me know how you get on with it. (Note - you will need to remove the earlier version of this patch sent to you vi

[Bug binutils/10288] "objdump -D --target=binary -m arm7tdmi" shows non-ARM7TDMI instructions

2009-06-17 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-06-17 12:22 --- Created an attachment (id=4003) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4003&action=view) Use -m to restrict ARM disassembly -- http://sourceware.org/bugzilla/show_bug.cgi?id=10288 --- You