Commit 1de59a13 by Eric B. Weddington Committed by Anatoly Sokolov

avr.h: Do not include progmem_section definition when building with IN_TARGET_LIBS.

	* config/avr/avr.h: Do not include progmem_section definition when
	building with IN_TARGET_LIBS.

From-SVN: r129614
parent 1e889114
2007-10-24 Eric B. Weddington <eweddington@cso.atmel.com>
* config/avr/avr.h: Do not include progmem_section definition when
building with IN_TARGET_LIBS.
2007-10-24 Richard Sandiford <rsandifo@nildram.co.uk>
PR target/33755
......@@ -53,7 +53,7 @@ extern int avr_mega_p;
extern int avr_have_mul_p;
extern int avr_asm_only_p;
extern int avr_have_movw_lpmx_p;
#ifndef IN_LIBGCC2
#if !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS)
extern GTY(()) section *progmem_section;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment