avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] PROGMEM variable placement


From: Lars Noschinski
Subject: [avr-gcc-list] PROGMEM variable placement
Date: Tue, 23 Aug 2005 20:05:59 +0200
User-agent: mutt-ng devel (Linux)

Hello!

I'm looking at some assembler code avr-gcc spit and I'm a bit puzzled.

I have some tables defined,

const uint8_t table_a[] PROGMEN
const uint8_t table_b[] PROGMEN

and the first one ends up in a section named <table_a> in the lss file,
the other one before this in <__ctors_end>.

Why does the second table end up there?

   Lars Noschinski




reply via email to

[Prev in Thread] Current Thread [Next in Thread]