public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/29449]  New: OBJECT_FORMAT_ELF not defined for the AVR target
@ 2006-10-13  9:40 dean_camera at hotmail dot com
  2006-10-16  6:47 ` [Bug target/29449] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dean_camera at hotmail dot com @ 2006-10-13  9:40 UTC (permalink / raw)
  To: gcc-bugs

The preprocessor token "OBJECT_FORMAT_ELF" is incorrectly not defined for the
AVR target (AVR-GCC). The AVR target uses the ELF object format, thus this
token should be defined.

Without the token, specifying the valid "-ffunction-sections" compiler switch
causes AVR-GCC to incorrectly give the warning "-ffunction-sections may affect
debugging on some targets".


-- 
           Summary: OBJECT_FORMAT_ELF not defined for the AVR target
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dean_camera at hotmail dot com
 GCC build triplet: 4.1.1
  GCC host triplet: AVR
GCC target triplet: N/A


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


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

* [Bug target/29449] OBJECT_FORMAT_ELF not defined for the AVR target
  2006-10-13  9:40 [Bug c/29449] New: OBJECT_FORMAT_ELF not defined for the AVR target dean_camera at hotmail dot com
@ 2006-10-16  6:47 ` pinskia at gcc dot gnu dot org
  2006-11-20 18:16 ` aesok at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-16  6:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-10-16 06:47 -------
PR 18553.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |18553


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


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

* [Bug target/29449] OBJECT_FORMAT_ELF not defined for the AVR target
  2006-10-13  9:40 [Bug c/29449] New: OBJECT_FORMAT_ELF not defined for the AVR target dean_camera at hotmail dot com
  2006-10-16  6:47 ` [Bug target/29449] " pinskia at gcc dot gnu dot org
@ 2006-11-20 18:16 ` aesok at gcc dot gnu dot org
  2006-11-20 18:23 ` aesok at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aesok at gcc dot gnu dot org @ 2006-11-20 18:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from aesok at gcc dot gnu dot org  2006-11-20 18:16 -------
Subject: Bug 29449

Author: aesok
Date: Mon Nov 20 18:16:21 2006
New Revision: 119019

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119019
Log:
        PR target/18553
        PR target/29449
        * config/avr/avr.h (OBJECT_FORMAT_ELF): Define.

        * config/avr/avr.h (DWARF2_DEBUGGING_INFO): Define.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/avr/avr.h


-- 


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


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

* [Bug target/29449] OBJECT_FORMAT_ELF not defined for the AVR target
  2006-10-13  9:40 [Bug c/29449] New: OBJECT_FORMAT_ELF not defined for the AVR target dean_camera at hotmail dot com
  2006-10-16  6:47 ` [Bug target/29449] " pinskia at gcc dot gnu dot org
  2006-11-20 18:16 ` aesok at gcc dot gnu dot org
@ 2006-11-20 18:23 ` aesok at gcc dot gnu dot org
  2006-11-20 18:29 ` aesok at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aesok at gcc dot gnu dot org @ 2006-11-20 18:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from aesok at gcc dot gnu dot org  2006-11-20 18:23 -------
Subject: Bug 29449

Author: aesok
Date: Mon Nov 20 18:23:13 2006
New Revision: 119020

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119020
Log:
        PR target/18553
        PR target/29449
        * config/avr/avr.h (OBJECT_FORMAT_ELF): Define.

        * config/avr/avr.h (DWARF2_DEBUGGING_INFO): Define.

Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/config/avr/avr.h


-- 


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


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

* [Bug target/29449] OBJECT_FORMAT_ELF not defined for the AVR target
  2006-10-13  9:40 [Bug c/29449] New: OBJECT_FORMAT_ELF not defined for the AVR target dean_camera at hotmail dot com
                   ` (2 preceding siblings ...)
  2006-11-20 18:23 ` aesok at gcc dot gnu dot org
@ 2006-11-20 18:29 ` aesok at gcc dot gnu dot org
  2006-11-20 18:34 ` aesok at gcc dot gnu dot org
  2007-04-09 22:38 ` eweddington at cso dot atmel dot com
  5 siblings, 0 replies; 7+ messages in thread
From: aesok at gcc dot gnu dot org @ 2006-11-20 18:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from aesok at gcc dot gnu dot org  2006-11-20 18:29 -------
Subject: Bug 29449

Author: aesok
Date: Mon Nov 20 18:29:21 2006
New Revision: 119021

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119021
Log:
        PR target/18553
        PR target/29449
        * config/avr/avr.h (OBJECT_FORMAT_ELF): Define.

        * config/avr/avr.h (DWARF2_DEBUGGING_INFO): Define.

Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/config/avr/avr.h


-- 


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


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

* [Bug target/29449] OBJECT_FORMAT_ELF not defined for the AVR target
  2006-10-13  9:40 [Bug c/29449] New: OBJECT_FORMAT_ELF not defined for the AVR target dean_camera at hotmail dot com
                   ` (3 preceding siblings ...)
  2006-11-20 18:29 ` aesok at gcc dot gnu dot org
@ 2006-11-20 18:34 ` aesok at gcc dot gnu dot org
  2007-04-09 22:38 ` eweddington at cso dot atmel dot com
  5 siblings, 0 replies; 7+ messages in thread
From: aesok at gcc dot gnu dot org @ 2006-11-20 18:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from aesok at gcc dot gnu dot org  2006-11-20 18:34 -------
Fixed in trunk, 4.2 and 4.1.


-- 

aesok at gcc dot gnu dot org changed:

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


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


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

* [Bug target/29449] OBJECT_FORMAT_ELF not defined for the AVR target
  2006-10-13  9:40 [Bug c/29449] New: OBJECT_FORMAT_ELF not defined for the AVR target dean_camera at hotmail dot com
                   ` (4 preceding siblings ...)
  2006-11-20 18:34 ` aesok at gcc dot gnu dot org
@ 2007-04-09 22:38 ` eweddington at cso dot atmel dot com
  5 siblings, 0 replies; 7+ messages in thread
From: eweddington at cso dot atmel dot com @ 2007-04-09 22:38 UTC (permalink / raw)
  To: gcc-bugs



-- 

eweddington at cso dot atmel dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|4.1.1                       |
   GCC host triplet|AVR                         |
 GCC target triplet|N/A                         |avr
   Target Milestone|---                         |4.1.2


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


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

end of thread, other threads:[~2007-04-09 22:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-13  9:40 [Bug c/29449] New: OBJECT_FORMAT_ELF not defined for the AVR target dean_camera at hotmail dot com
2006-10-16  6:47 ` [Bug target/29449] " pinskia at gcc dot gnu dot org
2006-11-20 18:16 ` aesok at gcc dot gnu dot org
2006-11-20 18:23 ` aesok at gcc dot gnu dot org
2006-11-20 18:29 ` aesok at gcc dot gnu dot org
2006-11-20 18:34 ` aesok at gcc dot gnu dot org
2007-04-09 22:38 ` eweddington at cso dot atmel dot com

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