Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 29449
Product:  
Component:  
Status: RESOLVED
Resolution: FIXED
Assigned To: Not yet assigned to anyone <unassigned@gcc.gnu.org>
Host:
Reported against  
Priority:  
Severity:  
Target Milestone:  
 
 
Target:
Reporter: Dean Camera <dean_camera@hotmail.com>
Add CC:
CC:
Remove selected CCs
Build:
URL:
Summary:
Keywords:
Known to work:
Known to fail:

Attachment Description Type Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 29449 depends on: 18553 Show dependency tree
Show dependency graph
Bug 29449 blocks:

Additional Comments:






View Bug Activity   |   Format For Printing   |   Clone This Bug


Description:   Last confirmed: Opened: 2006-10-13 09:40
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".

------- Comment #1 From Andrew Pinski 2006-10-16 06:47 -------
PR 18553.

------- Comment #2 From aesok@gcc.gnu.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

------- Comment #3 From aesok@gcc.gnu.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

------- Comment #4 From aesok@gcc.gnu.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

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

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug