This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/52495] rs6000.c fails to (cross-) build: "implicit declaration of function âASM_WEAKEN_DECLâ"


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52495

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2013-02-26 12:02:33 UTC ---
The ASM_WEAKEN_DECL use in rs6000.c is now conditional.

r192101 | jason | 2012-10-04 20:54:13 +0100 (Thu, 04 Oct 2012) | 2 lines

        * config/rs6000/rs6000.c (rs6000_code_end): Protect the use of
        ASM_WEAKEN_DECL with #if RS6000_WEAK.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]