[Bug binutils/4712] BFD: section .data1/.bss can't be allocated in segment 0

2007-07-02 Thread amodra at bigpond dot net dot au

--- Additional Comments From amodra at bigpond dot net dot au  2007-07-02 
07:25 ---
http://sourceware.org/ml/binutils-cvs/2007-07/msg5.html

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4712

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/4716] --strip-unneeded strips too much with relocatable ELF objects from fpc/nasm

2007-07-02 Thread amodra at bigpond dot net dot au

--- Additional Comments From amodra at bigpond dot net dot au  2007-07-02 
08:05 ---
http://sourceware.org/ml/binutils-cvs/2007-07/msg8.html

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4716

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


ld segmentation violation when cross-compiling mingw on amd64 architecture

2007-07-02 Thread Claus Fischer

Package:  binutils
Versions: 2.17
  2.17.50-20060824-1  (from mingw download site)
  2.17.50 (from bintils at sourceware, dated 07/02/2007)

Size  MD5sumSource package
13795751  e26e2e06b6e4bf3acf1dc8688a94c0d1  binutils-2.17.tar.bz2
17702533  1f460788226614419bc41ab4adde6576  
binutils-2.17.50-20060824-1-src.tar.gz
15596447  84ec957e3165fde1cfd68d5fd97d84aa  binutils-2.17.50.tar.bz2


Dear binutil maintainers,

all three versions listed above give a segmentation violation when
linking an xll (Excel DLL) on an AMD 64 system (Debian etch amd64).

The error is produced by the following command, called from gcc:
/usr/local/libexec/gcc/i386-pc-mingw32/4.2.0/collect2 --shared -Bdynamic -e 
[EMAIL PROTECTED] -o sklsim.xll 
/usr/local/lib/gcc/i386-pc-mingw32/4.2.0/../../../../i386-pc-mingw32/lib/dllcrt2.o
 -L/usr/local/lib/gcc/i386-pc-mingw32/4.2.0 
-L/usr/local/lib/gcc/i386-pc-mingw32/4.2.0/../../../../i386-pc-mingw32/lib 
libsklsim_xll.a libsklsim.a ../../sklsim/xlcall/xlcall32.lib -loleaut32 
-lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 
-lshell32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt
collect2: ld terminated with signal 11 [Segmentation fault]


The problem only occurs on amd64 platforms; cross-compilation on ia32
architecture works fine (verified for the first version only).

As I'm not at liberty to disclose the program that produces this error
publicly, I would be glad to be of any assistance/provide an account/
provide the program privatly to a binutils developer.


I appreciate any help.


Regards

Claus

-- 
Claus Fischer <[EMAIL PROTECTED]>
http://www.clausfischer.com/


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/4709] improper index in dofloat() : i386-dis.c

2007-07-02 Thread hjl at lucon dot org

--- Additional Comments From hjl at lucon dot org  2007-07-02 16:21 ---
dofloat() is only used on x87 insns whose operands are independent of
MAX_OPERANDS. If it isn't the case, please provide a testcase to show
that x86 disassembler does something wrong.

-- 
   What|Removed |Added

 CC||hjl at lucon dot org
 Status|NEW |RESOLVED
 Resolution||INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=4709

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4722] New: Memory corruption from gas

2007-07-02 Thread renard at nospam dot dk
When cross-compiling kernel/signal.c from the Linux kernel for Vax on an i686
Linux PC the assembler crashes with memory corruption reported by libc. Using
libefence turns the error into a segmentation fault.

The error is caused by lines 550-552 in app.c. If the from-buffer contains more
text than the space left in the to-buffer to ends up pointing after the buffer,
and the next call of PUT writes beyond the end.

To fix the problem something like the attached patch could be used - it just
copies the check from PUT.

-- 
   Summary: Memory corruption from gas
   Product: binutils
   Version: 2.17
Status: NEW
  Severity: critical
  Priority: P2
 Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: renard at nospam dot dk
CC: bug-binutils at gnu dot org
  GCC host triplet: i686-linux-gnu
GCC target triplet: vax-linux-uclibc


http://sourceware.org/bugzilla/show_bug.cgi?id=4722

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4722] Memory corruption from gas

2007-07-02 Thread renard at nospam dot dk

--- Additional Comments From renard at nospam dot dk  2007-07-02 18:50 
---
Created an attachment (id=1910)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1910&action=view)
Patch for gas to fix memory corruption issue


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4722

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4722] Memory corruption from gas

2007-07-02 Thread amodra at bigpond dot net dot au

--- Additional Comments From amodra at bigpond dot net dot au  2007-07-03 
02:42 ---
Thanks! Patch applied.

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4722

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/4713] obj-elf.c fails to compile on IRIX 5.3

2007-07-02 Thread amodra at bigpond dot net dot au

--- Additional Comments From amodra at bigpond dot net dot au  2007-07-03 
03:32 ---
http://sourceware.org/ml/binutils-cvs/2007-07/msg00015.html

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4713

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils