RE: Bug in objcopy?

2009-05-25 Thread Arshid, Chetan (IE10)
Thanks Ian for the explanation. Can you tell me what kind of data is put in .rela.XXX section? Chetan -Original Message- From: Ian Lance Taylor [mailto:i...@airs.com] Sent: Saturday, May 23, 2009 12:10 PM To: Arshid, Chetan (IE10) Cc: bug-binutils@gnu.org Subject: Re: Bug in objcopy?

[Bug gas/10193] gas produces different .o files with the same input .s file and cmd line arguments on enfs

2009-05-25 Thread chenyang dot cq at gmail dot com
--- Additional Comments From chenyang dot cq at gmail dot com 2009-05-25 08:22 --- You have a filesystem problem. gas isn't writing these bytes, and a sane filesystem would set them to zeros. So, not a gas bug. Why not explicitly set them to zeros so that gas can work well with those

Re: Bug in objcopy?

2009-05-25 Thread Ian Lance Taylor
Arshid, Chetan (IE10) chetan.ars...@honeywell.com writes: Thanks Ian for the explanation. Can you tell me what kind of data is put in .rela.XXX section? Relocation information. It is displayed by readelf -r or objdump -r. Ian -Original Message- From: Ian Lance Taylor

[Bug binutils/10197] New: testsuite/test-demangle.c fails to compile

2009-05-25 Thread bdubbs at linuxfromscratch dot org
gcc -DHAVE_CONFIG_H -g -O2 -I.. -I../../../binutils-2.19.1/libiberty/testsuite/../../include -o test-demangle \ ../../../binutils-2.19.1/libiberty/testsuite/test-demangle.c ../libiberty.a ../../../binutils-2.19.1/libiberty/testsuite/test-demangle.c:49: error: conflicting types for

[Bug gas/10193] gas produces different .o files with the same input .s file and cmd line arguments on enfs

2009-05-25 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-05-26 00:19 --- Because that would be more work in BFD if we wanted to catch all possible cases of padding, slowing down all file writes. You could of course patch your own binutils sources. The place that skipped