source: rtems/c/src/lib/libbsp/arm/gdbarmsim/ChangeLog @ aaa026c

4.115
Last change on this file since aaa026c was 66dda82, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/11 at 11:42:36

2011-02-11 Ralf Corsépius <ralf.corsepius@…>

  • include/swi.h, startup/bspreset.c, startup/syscalls.c: Use "asm" instead of "asm" for improved c99-compliance.
  • Property mode set to 100644
File size: 2.1 KB
Line 
12011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * include/swi.h, startup/bspreset.c, startup/syscalls.c:
4        Use "__asm__" instead of "asm" for improved c99-compliance.
5
62011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Require autoconf-2.68, automake-1.11.1.
9
102010-12-03      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * bsp_specs, start/start.S, startup/linkcmds: Use linker command base
13        file.
14
152010-08-15      Joel Sherrill <joel.sherrilL@OARcorp.com>
16
17        * startup/syscalls.c: ifdef out _times since it conflicts with
18        RTEMS internal one.  Besides we only use the simulator syscalls
19        for console IO.
20
212010-05-15      Joel Sherrill <joel.sherrilL@OARcorp.com>
22
23        * startup/syscalls.c: Rename to avoid conflict with newlib.
24
252010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
26
27        * make/custom/arm920.cfg: Use VFP floating point model.
28
292010-04-07      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * start/start.S: Verify boot_card() is passed a NULL.
32
332009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * make/custom/arm1136jfs.cfg: Remove RTEMS_BSP_FAMILY.
36        * make/custom/arm1136js.cfg: Remove RTEMS_BSP_FAMILY.
37        * make/custom/arm7tdmi.cfg: Remove RTEMS_BSP_FAMILY.
38        * make/custom/arm920.cfg: Remove RTEMS_BSP_FAMILY.
39        * make/custom/armcortexa9.cfg: Remove RTEMS_BSP_FAMILY.
40
412009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * configure.ac: Don't add -ansi -fasm to CFLAGS.
44
452009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * make/custom/arm1136jfs.cfg: New (relocated from /make/custom).
48        * make/custom/arm1136js.cfg: New (relocated from /make/custom).
49        * make/custom/arm7tdmi.cfg: New (relocated from /make/custom).
50        * make/custom/arm920.cfg: New (relocated from /make/custom).
51        * make/custom/armcortexa9.cfg: New (relocated from /make/custom).
52
532009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
56        preinstall.am, console/.cvsignore, console/console-io.c,
57        include/.cvsignore, include/bsp.h, include/irq.h, include/swi.h,
58        start/.cvsignore, start/start.S, startup/.cvsignore,
59        startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
60        startup/syscalls.c: New files.
61
Note: See TracBrowser for help on using the repository browser.