summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gdbarmsim
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
committerGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
commitfad2d38a9f1b9cd380c5bb891c5d1583af0b0a65 (patch)
tree53b406924f5c554a437e114f343988de699e5b99 /c/src/lib/libbsp/arm/gdbarmsim
parentlibchip: Fix prototypes (diff)
downloadrtems-fad2d38a9f1b9cd380c5bb891c5d1583af0b0a65.tar.bz2
RTEMS: Delete ChangeLog files.
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
Diffstat (limited to 'c/src/lib/libbsp/arm/gdbarmsim')
-rw-r--r--c/src/lib/libbsp/arm/gdbarmsim/ChangeLog61
1 files changed, 0 insertions, 61 deletions
diff --git a/c/src/lib/libbsp/arm/gdbarmsim/ChangeLog b/c/src/lib/libbsp/arm/gdbarmsim/ChangeLog
deleted file mode 100644
index 398fdb6f70..0000000000
--- a/c/src/lib/libbsp/arm/gdbarmsim/ChangeLog
+++ /dev/null
@@ -1,61 +0,0 @@
-2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * include/swi.h, startup/bspreset.c, startup/syscalls.c:
- Use "__asm__" instead of "asm" for improved c99-compliance.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * bsp_specs, start/start.S, startup/linkcmds: Use linker command base
- file.
-
-2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * startup/syscalls.c: ifdef out _times since it conflicts with
- RTEMS internal one. Besides we only use the simulator syscalls
- for console IO.
-
-2010-05-15 Joel Sherrill <joel.sherrilL@OARcorp.com>
-
- * startup/syscalls.c: Rename to avoid conflict with newlib.
-
-2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * make/custom/arm920.cfg: Use VFP floating point model.
-
-2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * start/start.S: Verify boot_card() is passed a NULL.
-
-2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/arm1136jfs.cfg: Remove RTEMS_BSP_FAMILY.
- * make/custom/arm1136js.cfg: Remove RTEMS_BSP_FAMILY.
- * make/custom/arm7tdmi.cfg: Remove RTEMS_BSP_FAMILY.
- * make/custom/arm920.cfg: Remove RTEMS_BSP_FAMILY.
- * make/custom/armcortexa9.cfg: Remove RTEMS_BSP_FAMILY.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * make/custom/arm1136jfs.cfg: New (relocated from /make/custom).
- * make/custom/arm1136js.cfg: New (relocated from /make/custom).
- * make/custom/arm7tdmi.cfg: New (relocated from /make/custom).
- * make/custom/arm920.cfg: New (relocated from /make/custom).
- * make/custom/armcortexa9.cfg: New (relocated from /make/custom).
-
-2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * .cvsignore, ChangeLog, Makefile.am, bsp_specs, configure.ac,
- preinstall.am, console/.cvsignore, console/console-io.c,
- include/.cvsignore, include/bsp.h, include/irq.h, include/swi.h,
- start/.cvsignore, start/start.S, startup/.cvsignore,
- startup/bspreset.c, startup/bspstart.c, startup/linkcmds,
- startup/syscalls.c: New files.
-