summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/avr/avrtest/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-04 20:33:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-04 20:33:50 +0000
commit212f7b0734f8b7f2cfdbe6ac7c4d7f2a4f7a3ff2 (patch)
treeea2a65d61042fbbd989bd69f64a6a64c06f5f777 /c/src/lib/libbsp/avr/avrtest/ChangeLog
parent2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-212f7b0734f8b7f2cfdbe6ac7c4d7f2a4f7a3ff2.tar.bz2
2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* bsp_specs, start/start.S: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19. Also rename entry from _init to _start to avoid conflict with C++ constructor method name on other architectures.
Diffstat (limited to 'c/src/lib/libbsp/avr/avrtest/ChangeLog')
-rw-r--r--c/src/lib/libbsp/avr/avrtest/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/avr/avrtest/ChangeLog b/c/src/lib/libbsp/avr/avrtest/ChangeLog
index 56c950fef9..2aeb5b510e 100644
--- a/c/src/lib/libbsp/avr/avrtest/ChangeLog
+++ b/c/src/lib/libbsp/avr/avrtest/ChangeLog
@@ -1,3 +1,10 @@
+2008-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * bsp_specs, start/start.S: Move -e start from *link to *startfile to
+ avoid warning for undefined entry symbol when linking relocatables
+ with binutils 2.19. Also rename entry from _init to _start to avoid
+ conflict with C++ constructor method name on other architectures.
+
2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,