re PR target/18553 (Annoying warning with -ffunction-sections -g)
PR target/18553 PR target/29449 * config/avr/avr.h (OBJECT_FORMAT_ELF): Define. * config/avr/avr.h (DWARF2_DEBUGGING_INFO): Define. From-SVN: r119019
This commit is contained in:
parent
8999fdc7c2
commit
d5b1188567
@ -1,3 +1,11 @@
|
||||
2006-11-20 Anatoly Sokolov <aesok@post.ru>
|
||||
|
||||
PR target/18553
|
||||
PR target/29449
|
||||
* config/avr/avr.h (OBJECT_FORMAT_ELF): Define.
|
||||
|
||||
* config/avr/avr.h (DWARF2_DEBUGGING_INFO): Define.
|
||||
|
||||
2006-11-20 J"orn Rennecke <joern.rennecke@st.com>
|
||||
|
||||
* config.gcc (sh*-superh-elf): Add t-superh to tmake_file.
|
||||
|
@ -918,3 +918,7 @@ mmcu=*:-mmcu=%*}"
|
||||
#define CR_TAB "\n\t"
|
||||
|
||||
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
|
||||
|
||||
#define DWARF2_DEBUGGING_INFO 1
|
||||
|
||||
#define OBJECT_FORMAT_ELF
|
||||
|
Loading…
Reference in New Issue
Block a user