[Bug ld/9987] ld-gc testsuite errors on cygwin

2009-04-02 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2009-04-02 
09:34 ---
Subject: Bug 9987

CVSROOT:/cvs/src
Module name:src
Changes by: ni...@sourceware.org2009-04-02 09:34:22

Modified files:
ld/testsuite   : ChangeLog 
ld/testsuite/lib: ld-lib.exp 

Log message:
PR 9987
* lib/ld-lib.exp (check_gc_sections_available): Do not run garbage
collection tests for cygwin targets.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1064&r2=1.1065
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/lib/ld-lib.exp.diff?cvsroot=src&r1=1.61&r2=1.62



-- 


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

--- 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 ld/9987] ld-gc testsuite errors on cygwin

2009-04-02 Thread nickc at redhat dot com

--- Additional Comments From nickc at redhat dot com  2009-04-02 09:36 
---
Hi Guys,

  OK - I have applied my patch.  I will close this issue now since the problem -
ld testsuite failures - has been addressed.  The enhancement - supporting
garbage collection in cygwin targeted toolchains - can be documented in this PR
if/when it is ever implemented.

Cheers
  Nick


-- 
   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||FIXED


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

--- 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 ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-04-02 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2009-04-02 
14:42 ---
Subject: Bug 6744

CVSROOT:/cvs/src
Module name:src
Changes by: da...@sourceware.org2009-04-02 14:42:41

Modified files:
ld : ld.texinfo ChangeLog 
ld/emultempl   : pe.em pep.em 
ld/testsuite/ld-pe: pe.exp 
ld/testsuite   : ChangeLog 
Added files:
ld/testsuite/ld-pe: export_dynamic_warning.d 
export_dynamic_warning.s 

Log message:
ld/ChangeLog

PR ld/6744
* ld.texinfo (--export-dynamic):  Mention --export-all-symbols.
* emultempl/pe.em (gld_${EMULATION_NAME}_after_parse):  Issue
warning if --export-dynamic was passed on command-line.
* emultempl/pep.em (gld_${EMULATION_NAME}_after_parse):  Likewise.

ld/testsuite/ChangeLog

PR ld/6744
* ld-pe/export_dynamic_warning.d:  New test control file.
* ld-pe/export_dynamic_warning.s:  New test source file.
* ld-pe/pe.exp:  Also run export_dynamic_warning dump test.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ld.texinfo.diff?cvsroot=src&r1=1.236&r2=1.237
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.1956&r2=1.1957
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/emultempl/pe.em.diff?cvsroot=src&r1=1.147&r2=1.148
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/emultempl/pep.em.diff?cvsroot=src&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-pe/export_dynamic_warning.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-pe/export_dynamic_warning.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-pe/pe.exp.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1066&r2=1.1067



-- 


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

--- 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 gold/10028] New: unnamed section in program headers

2009-04-02 Thread ratmice at gmail dot com
#!/bin/sh
cat 

Error 28: Selected item cannot fit into memory
this error is booting the actual coyotos kernel, where the unnamed section looks
like:
  LOAD   0x00 0x 0x000ff000 0x000b4 0x000b4 R   0x1000

the unnamed section doesn't appear when linking with gnu ld.
i am not really familiar with this stuff, so i'm not sure if the linker script
is relying on the behaviour of gnu ld, which is different in gold, or if this is
actually a bug.

let me know if you want the actual linker script as opposed to the reduction 
above.

-- 
   Summary: unnamed section in program headers
   Product: binutils
   Version: 2.20 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: gold
AssignedTo: ian at airs dot com
ReportedBy: ratmice at gmail dot com
CC: bug-binutils at gnu dot org


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

--- 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 gold/10029] New: assertion failure when using -N/-n

2009-04-02 Thread ratmice at gmail dot com
#!/bin/sh
cat 

[Bug gold/10030] New: gold doesn't support TARGET command in linker scripts

2009-04-02 Thread ratmice at gmail dot com
summary pretty much covers it.

-- 
   Summary: gold doesn't support TARGET command in linker scripts
   Product: binutils
   Version: 2.20 (HEAD)
Status: NEW
  Severity: normal
  Priority: P2
 Component: gold
AssignedTo: ian at airs dot com
ReportedBy: ratmice at gmail dot com
CC: bug-binutils at gnu dot org


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

--- 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