bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/12356] [Regression] x86_64 kernel failed to link


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/12356] [Regression] x86_64 kernel failed to link
Date: Thu, 13 Jan 2011 13:06:28 +0000

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

--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> 2011-01-13 13:06:25 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    address@hidden    2011-01-13 13:06:22

Modified files:
    ld             : ChangeLog ldexp.h ldexp.c ldctor.c ldgram.y 
                     ldlang.c mri.c 
    ld/emultempl   : beos.em pe.em pep.em spuelf.em xtensaelf.em 

Log message:
    PR ld/12356
    * ldexp.h (exp_assop): Delete.
    (exp_assign, exp_defsym): Declare.
    * ldexp.c (exp_assop): Make static, handle all assignment variations.
    (exp_assign, exp_defsym): New functions.
    (exp_provide): Use exp_assop.
    * ldgram.y (defsym_expr): Use exp_defsym.
    * ldctor.c, * ldgram.y, * ldlang.c, * mri.c, * emultempl/beos.em,
    * emultempl/pe.em, * emultempl/pep.em, * emultempl/spuelf.em,
    * emultempl/xtensaelf.em: Update exp_assop -> exp_assign.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2268&r2=1.2269
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldexp.h.diff?cvsroot=src&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldexp.c.diff?cvsroot=src&r1=1.90&r2=1.91
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldctor.c.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldgram.y.diff?cvsroot=src&r1=1.63&r2=1.64
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ldlang.c.diff?cvsroot=src&r1=1.357&r2=1.358
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/mri.c.diff?cvsroot=src&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/emultempl/beos.em.diff?cvsroot=src&r1=1.45&r2=1.46
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/emultempl/pe.em.diff?cvsroot=src&r1=1.165&r2=1.166
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/emultempl/pep.em.diff?cvsroot=src&r1=1.41&r2=1.42
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/emultempl/spuelf.em.diff?cvsroot=src&r1=1.42&r2=1.43
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/emultempl/xtensaelf.em.diff?cvsroot=src&r1=1.27&r2=1.28

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]