| 1 |
|
2005-10-21 Joerg Wunsch <j.gnu@uriah.heep.sax.de> |
| 2 |
|
|
| 3 |
|
* xml/Atmel2libc.py: correctly escape & in output, don't |
| 4 |
|
bail out if the device has holes in the vector table, |
| 5 |
|
map out illegal characters when constructing a vector's |
| 6 |
|
name, consider devices that have a bootloader but no |
| 7 |
|
RWW/NRWW areas, parse traditional header files for |
| 8 |
|
alt_names |
| 9 |
|
* xml/Desc-parser.py: when adding an alt_name, build a |
| 10 |
|
list of names, use an IO register's name as the key instead |
| 11 |
|
of its address, as in few cases, two registers share the |
| 12 |
|
same address, allow specifying a file on the command-line |
| 13 |
|
* xml/Device.dtd: add alt_name to the interrupt vector |
| 14 |
|
spec. |
| 15 |
|
* xml/patch-headers.py: New file. Convert XML files, and |
| 16 |
|
generate patched header files with mixed old and new style |
| 17 |
|
names. |
| 18 |
|
|
| 19 |
2005-10-20 Anatoly Sokolov <aesok@pautinka.net> |
2005-10-20 Anatoly Sokolov <aesok@pautinka.net> |
| 20 |
|
|
| 21 |
* libc/string/memccpy.S: Make labels local, add Id line, |
* libc/string/memccpy.S: Make labels local, add Id line, |
| 22 |
use movw when possible, use X_movw instead LOAD_X/LOAD_Z. |
use movw when possible, use X_movw instead LOAD_X/LOAD_Z. |
| 23 |
* libc/string/memchr.S: (Ditto.) |
* libc/string/memchr.S: (Ditto.) |
| 24 |
|
|
| 25 |
2005-10-19 Anatoly Sokolov <aesok@pautinka.net> |
2005-10-19 Anatoly Sokolov <aesok@pautinka.net> |
| 26 |
|
|
| 27 |
* libc/misc/itoa.S (itoa) : Use movw when possible. |
* libc/misc/itoa.S (itoa) : Use movw when possible. |