public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/47091] New: arm-netbsd fails to build
@ 2010-12-29  0:31 amylaar at gcc dot gnu.org
  2010-12-29  0:40 ` [Bug target/47091] non-elf arm targets fail " amylaar at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-12-29  0:31 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: arm-netbsd fails to build
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: amylaar@gcc.gnu.org
            Blocks: 44756
              Host: x86_64-pc-linux-gnu
            Target: arm-netbsd


../../../gcc/gcc/config/arm/arm.c:16888:1: error: ‘arm_elf_asm_constructor’
defined but not used [-Werror=unused-function]
../../../gcc/gcc/config/arm/arm.c:16896:1: error: ‘arm_elf_asm_destructor’
defined but not used [-Werror=unused-function]
cc1: all warnings being treated as errors


The offending functions have ATTRIBUTE_UNUSED prototypes in arm.c, but these
prototypes are inside an
#ifdef OBJECT_FORMAT_ELF
block.  Either these prototypes have to be made unconditional, or the function
definitions have to be made likewise conditional.


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-02-26 10:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-29  0:31 [Bug target/47091] New: arm-netbsd fails to build amylaar at gcc dot gnu.org
2010-12-29  0:40 ` [Bug target/47091] non-elf arm targets fail " amylaar at gcc dot gnu.org
2010-12-29 11:20 ` joseph at codesourcery dot com
2010-12-29 16:02 ` rguenth at gcc dot gnu.org
2010-12-29 16:11 ` joseph at codesourcery dot com
2010-12-29 17:34 ` amylaar at gcc dot gnu.org
2010-12-30 16:45 ` amylaar at gcc dot gnu.org
2012-07-10 12:25 ` rearnsha at gcc dot gnu.org
2013-02-26 10:56 ` amylaar at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).