[Bug gas/6575] Error assembling macros using altmacro LOCAL

2008-08-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-08-15 05:35 --- http://sourceware.org/ml/binutils-cvs/2008-08/msg00069.html http://sourceware.org/ml/binutils-cvs/2008-08/msg00073.html -- What|Removed |Added -

[Bug binutils/6742] Ld can not be build for target cygwin if yacc is not available

2008-08-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-08-15 05:32 --- Were you building from a release tarball, a snapshot, or cvs? If from a proper release you should have deffilep.c and deffilep.h so yacc is not needed. Otherwise, yes, you do need yacc available. --

[Bug binutils/6789] (cygwin) objcopy converts PE to invalid ELF

2008-08-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-08-15 05:24 --- Please try current mainline. A 2008-08-01 change may have fixed this. If it still fails, please attach one of your failing PE exes to this bug report. -- What|Removed

[Bug ld/6844] Segmentation Fault using cross architecture ld command

2008-08-14 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Severity|critical|normal http://sourceware.org/bugzilla/show_bug.cgi?id=6844 --- You are receiving this mail because: -

[Bug ld/6844] Segmentation Fault using cross architecture ld command

2008-08-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-08-15 00:41 --- Does your project link if you omit --gc-sections from the ld options? -- http://sourceware.org/bugzilla/show_bug.cgi?id=6844 --- You are receiving this mail because: --- You are on the CC list

[Bug gas/6800] bug in push and pop

2008-08-14 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-08-14 22:58 --- You can't pop/push 32bit registers in 64bit mode. -- What|Removed |Added Status|

[Bug ld/6844] Segmentation Fault using cross architecture ld command

2008-08-14 Thread jmorrison at printronix dot com
--- Additional Comments From jmorrison at printronix dot com 2008-08-14 22:39 --- The GDB Console Listing attachment shows the parameters on the command call. -- http://sourceware.org/bugzilla/show_bug.cgi?id=6844 --- You are receiving this mail because: --- You are on the C

[Bug ld/6844] Segmentation Fault using cross architecture ld command

2008-08-14 Thread jmorrison at printronix dot com
--- Additional Comments From jmorrison at printronix dot com 2008-08-14 22:37 --- I have not been really able to cut the execution down to a reasonale test size. I wish I could. -- http://sourceware.org/bugzilla/show_bug.cgi?id=6844 --- You are receiving this mail because: ---

[Bug ld/6844] Segmentation Fault using cross architecture ld command

2008-08-14 Thread jmorrison at printronix dot com
--- Additional Comments From jmorrison at printronix dot com 2008-08-14 22:36 --- Created an attachment (id=2907) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2907&action=view) The file created with the -M flag Just in case you may have wanted it. -- http://sourceware.org/

[Bug ld/6844] Segmentation Fault using cross architecture ld command

2008-08-14 Thread jmorrison at printronix dot com
--- Additional Comments From jmorrison at printronix dot com 2008-08-14 22:35 --- Created an attachment (id=2906) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2906&action=view) Full execution console listing while under GDB. -- http://sourceware.org/bugzilla/show_bug.cgi?i

[Bug ld/6844] Segmentation Fault using cross architecture ld command

2008-08-14 Thread jmorrison at printronix dot com
--- Additional Comments From jmorrison at printronix dot com 2008-08-14 22:34 --- Created an attachment (id=2905) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2905&action=view) This is trace information from GDB. Let me know if you want more information and how to get it for y

[Bug ld/6844] New: Segmentation Fault using cross architecture ld command

2008-08-14 Thread jmorrison at printronix dot com
We are upgrading our cross-compiler from GCC 2.95.2, binutils 2.10.1 to GCC 4.2.0, binutils 2.17. Cross compiling from Linux i686 to PowerPC. What we create is a statically built firmware from 1000+ modules. This "firmware" gets downloaded into flash on the devices we build. We get a segmenta

[Bug gas/6825] Unrecognized opcode for e300

2008-08-14 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2008-08-14 13:56 --- Patch applied. -- What|Removed |Added Status|NEW |RESO

[Bug binutils/6832] Crash while handling DW_AT_abstract_origin for a last comp unit

2008-08-14 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-08-14 10:42 --- Subject: Re: Crash while handling DW_AT_abstract_origin fora last comp unit Hi Dmitry, >> If you run your ELF binary through "readelf -w" does it report any >> problems with the debug information ? > > Yes

Re: [Bug binutils/6832] Crash while handling DW_AT_abstract_origin for a last comp unit

2008-08-14 Thread Nick Clifton
Hi Dmitry, If you run your ELF binary through "readelf -w" does it report any problems with the debug information ? Yes, a lot of. Like this: readelf: Warning: There is a hole [0xab1ea0 - 0xab2551] in .debug_loc section. readelf: Warning: There is an overlap [0xab25ab - 0xab1ea0] in .debug_loc

[Bug binutils/6832] Crash while handling DW_AT_abstract_origin for a last comp unit

2008-08-14 Thread divis1969 at gmail dot com
--- Additional Comments From divis1969 at gmail dot com 2008-08-14 10:10 --- (In reply to comment #5) > If you run your ELF binary through "readelf -w" does it report any > problems with the debug information ? Yes, a lot of. Like this: readelf: Warning: There is a hole [0xab1ea0 - 0x

[Bug binutils/6832] Crash while handling DW_AT_abstract_origin for a last comp unit

2008-08-14 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-08-14 09:20 --- Hi Dmitry, > My application is using BFD library for handling ELF file generated > by ADS 1.2. Unfortunately, I cannot share this ELF file since it > contains some proprietary info. If you run your ELF binary th

[Bug gas/6825] Unrecognized opcode for e300

2008-08-14 Thread sebastian dot huber at embedded-brains dot de
--- Additional Comments From sebastian dot huber at embedded-brains dot de 2008-08-14 07:37 --- This should fix it: diff -u opcodes/ppc-opc.c* --- opcodes/ppc-opc.c 2008-08-14 09:32:22.0 +0200 +++ opcodes/ppc-opc.c.new 2008-08-14 09:32:18.0 +0200 @@ -3081,7 +3081