--- Additional Comments From amodra at bigpond dot net dot au 2008-09-29
08:50 ---
Yes, it seems that binutils-2.15 created ELF program headers for you.
--
What|Removed |Added
---
--- Additional Comments From amodra at bigpond dot net dot au 2008-09-29
09:16 ---
We stopped making headers during objcopy with
http://sourceware.org/ml/binutils/2006-06/msg00293.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6789
--- You are receiving this mail because
--- Additional Comments From de at iru dot ch 2008-09-29 09:35 ---
Is there a workaround to make objcopy create program headers again?
I noticed other users have the same problem:
http://sourceware.org/ml/binutils/2006-10/msg00034.html
The man page states that "objcopy should be able to
--
What|Removed |Added
AssignedTo|unassigned at sources dot |amodra at bigpond dot net
|redhat dot com |dot au
http://sourceware.org/bugzil
--
What|Removed |Added
Status|NEW |ASSIGNED
Last reconfirmed|2008-09-29 08:50:09 |2008-09-29 12:33:59
date|
Hi Pascal,
Calling windres without parameter was crashing (segmentation
violation).
Really - did you check this with the current version of the windres
sources in the mainline of the binutils repository ? I tried and it did
not seg-fault for me.
Windres is supposed to be able to be invoke
--- Additional Comments From nickc at redhat dot com 2008-09-29 13:50
---
Hi Gianluigi,
This problem has already been reported as a gcc bug (PR 37216). See:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216
I posted a patch there which does not need any modifications to binutils, b
--- Additional Comments From amodra at bigpond dot net dot au 2008-09-29
14:12 ---
http://sourceware.org/ml/binutils/2008-09/msg00229.html
http://sourceware.org/ml/binutils-cvs/2008-09/msg00149.html
--
What|Removed |Added
-
--- Additional Comments From nickc at redhat dot com 2008-09-29 14:22
---
Hi Guys,
I have now checked my patch in together with this changelog entry.
Cheers
Nick
gas/ChangeLog
PR 6878
* app.c (do_scrub_chars): Only issue warnings about tick
characters detec
Hi Ron,
Just got a copy of binutils from cygwin, and I'm trying to figure out how to
install it.
I want to build a version of ld that runs on the PC and deals with elf object
files for the x86_64 platform.
What I actually tried was:
./configure --target=amd64
make all-ld
That gave an e
Also noted here:
http://osdir.com/ml/gnu.binutils/2002-08/msg00624.html
If the SUNPro C++ compiler is used with the "-xs -g" (embed debugging symbols in
executable, debugging enabled) options, 'objdump -g' fails to output the
debugging stabs:
$ objdump -g foo.o
foo.o: file format elf32-sparc
--- Additional Comments From andrew at ishiboo dot com 2008-09-29 20:25
---
$ cat /tmp/foo.cc
int main(void) {
return 0;
}
$ CC -xs -g -o /tmp/foo /tmp/foo.cc
$ objdump -g /tmp/foo
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6922
--- You are receiving this mail becaus
--- Additional Comments From andrew at ishiboo dot com 2008-09-29 20:27
---
Created an attachment (id=2968)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=2968&action=view)
Solaris binary exhibiting the problem in the description
Run 'objdump -g' on this file to reproduce the pr
--- Additional Comments From andrew at ishiboo dot com 2008-09-29 21:40
---
Created an attachment (id=2970)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=2970&action=view)
Patch to add "cbv" intrinsic encoding parsing support.
This information was gleaned from the following Ope
Using ld version 2.18 when linking a PGI 7.2-5 compiled program, I see the
following dwarf error:
$ cat datatypes.module.f90
module datatypes
integer, parameter :: short = 1
end module datatypes
$ cat main.f90
program TEST
use datatypes
end program TEST
$ pgf90 -Mdwarf3 -g -c datatypes.module.
Hi Nick,
> Really - did you check this with the current version of the windres
> sources in the mainline of the binutils repository ? I tried and it did
> not seg-fault for me.
No, in fact this was tested on the 2.18 branch. Sorry I should have
tested that on latest version!
> Windres is suppo
16 matches
Mail list logo