source: ada-examples/ChangeLog @ e5636e3

ada-examples-4-10-branch SIGAda2010
Last change on this file since e5636e3 was e5636e3, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 03/10/10 at 17:31:00

pass RTS option to linker, add COBRA5475 options

  • Property mode set to 100644
File size: 6.3 KB
Line 
12010-03-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * Makefile.shared: Pass RTS info to linker, add specific options for
4        COBRA5475 board
5
62009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * rtems_init.c: BSP_Configuration is obsolete.
9
102009-12-01      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * Makefile.shared: Adjust for removal of RTEMS_BSP_FAMILY.
13
142009-09-22      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * rtems_init.c: Fix spelling error.
17
182009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * Makefile.shared, networkconfig-qemu.h, cpuuse/Makefile,
21        empty/Makefile, empty/empty.adb, exception_test2/Makefile,
22        exception_test2/exceptiontest2.adb, exception_test3/Makefile,
23        exception_test3/exceptiontest3.adb, hello_via_task/Makefile,
24        hello_via_task/hello.adb, irq_test_c/Makefile: Make follow standard
25        RTEMS test output format. Add output screens where appropriate.
26        * exception_test2/exception_test2.scn,
27        exception_test3/exception_test3.scn,
28        hello_via_task/hello_via_task.scn: New files.
29
302009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * Makefile.shared, hello_via_task/hello.adb: Make follow standard RTEMS
33        test output format.
34
352009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * Makefile.shared, hello_via_task/.cvsignore: Update or add .cvsignore.
38        * empty/.cvsignore, exception_test2/.cvsignore,
39        exception_test3/.cvsignore: New files.
40
412009-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * Makefile: Add shell test.
44
452009-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * rtems_init.c: New example. Runs on qemu.
48        * networkconfig-qemu.h: New file.
49
502008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * Makefile: Add new tests. Most of these eitehr demonstrate or verify a
53        particular functionality.
54        * cpuuse/Makefile, cpuuse/cpuuse.adb, exception_test2/Makefile,
55        exception_test2/exceptiontest2.adb, exception_test3/Makefile,
56        exception_test3/exceptiontest3.adb: New files.
57
582008-08-25      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile.shared: (pc386) Make sure .exe is file to run.
61
622008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile.shared: Update Makefiles.
65
662008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile, rtems_init.c: Add ada_from_c_task example.
69
702008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * Makefile.shared: Ignore .svn also.
73
742008-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile.shared: Add -g.  Leave temporary files for debug.
77        * rtems_init.c: zero out workspace and heap automatically.  This
78        is required by the GNAT run-time.
79
802008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * Makefile: Added exception_test.
83
842008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * Makefile.shared, rtems_init.c: More clean up and more generalization.
87
882007-10-17      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * Makefile, Makefile.shared, rtems_init.c, irq_test/interrupt_pkg.adb,
91        irq_test/interrupt_pkg.ads, irq_test/irqforce.c,
92        irq_test/irqtest.adb, rootfs/etc/hosts: Adding new tests as
93        improvements are made to the RTEMS port of the GNAT run-time.
94        * empty/Makefile, empty/README, empty/empty.adb,
95        hello_via_task/.cvsignore, hello_via_task/Makefile,
96        hello_via_task/hello.adb, irq_test/.cvsignore, irq_test/Makefile,
97        irq_test/README, irq_test_c/.cvsignore, irq_test_c/Makefile,
98        irq_test_c/README, irq_test_c/init.c, irq_test_c/irqforce.c: New files.
99
1002007-09-28      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * Makefile.shared: Change bin2c to rtems-bin2c.
103
1042007-09-28      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile: Add stack_check test.
107        * Makefile.shared: Add EXTRA_GNATFLAGS so stack_check can specify
108        the flags -fstack-check.
109
1102007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * rootfs/etc/host.conf, rootfs/etc/hosts: New files.
113
1142007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * ChangeLog: New tests. Clean up. Rework so all tests use the same
117        shared Makefile for the hard logic of producing an executable.
118        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
119        rtems_init.c: New files.
120
1212007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * ChangeLog: New tests. Clean up. Rework so all tests use the same
124        shared Makefile for the hard logic of producing an executable.
125        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
126        rtems_init.c: New files.
127
1282007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * ChangeLog: New tests. Clean up. Rework so all tests use the same
131        shared Makefile for the hard logic of producing an executable.
132        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
133        rtems_init.c: New files.
134
1352007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
138        rtems_init.c: New files.
139
1402007-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
143        hello_world_ada/init.c: Clean up.
144        * hello_world_ada/.cvsiginore, hello_world_ada/README: New files.
145        * hello_world_ada/Makefile.score603e, hello_world_ada/README.ERC32,
146        hello_world_ada/README.PSIM, hello_world_ada/gdb.psim: Removed.
147
1482007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
151        hello_world_ada/Makefile.score603e, hello_world_ada/init.c: Clean up
152        GNAT_MAIN_STACKSIZE.
153
1542007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * hello_world_ada/Makefile.pc386, hello_world_ada/init.c: Update to gcc
157        4.2.0 and rtems 4.8.
158        * hello_world_ada/Makefile.anybsp: New file.
159        * hello_world_ada/Makefile.erc32, hello_world_ada/Makefile.jmr3904,
160        hello_world_ada/Makefile.psim: Removed.
161
1622007-04-13      Joel Sherrill <joel@OARcorp.com>
163
164        * VERSION: Updated to ada-examples-4.7.1.
165
1662007-03-05      Joel Sherrill <joel@OARcorp.com>
167
168        * VERSION: Updated to ada-examples-4.7.0.
169
1702004-01-22      Joel Sherrill <joel@OARcorp.com>
171
172        * VERSION: Updated to ada-examples-4.6.0.
173
1742003-01-29      Joel Sherrill <joel@OARcorp.com>
175
176        * VERSION: Updated to ada-examples-20030129.
177
1782003-01-29      Joel Sherrill <joel@OARcorp.com>
179
180        * VERSION: Add files required for tarballs.
181        * SUPPORT: New file.
182
1832003-01-29      Joel Sherrill <joel@OARcorp.com>
184
185        * hello_world_ada/README.ERC32, hello_world_ada/README.PSIM: Now
186        include CVS Ids.
187        * hello_world_ada/Makefile.jmr3904: New file.
188
1892003-01-29      Joel Sherrill <joel@OARcorp.com>
190
191        * hello_world_ada/Makefile.pc386: Updated to work with gnat in gcc
192        3.2.1.
193
Note: See TracBrowser for help on using the repository browser.