summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-18 20:42:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-18 20:42:51 +0000
commitbef4fddd1d285acdece112828dda3520b06df518 (patch)
tree541d53fdae9f38b037881d04ed7d186168ced035 /cpukit/libnetworking/ChangeLog
parent2003-03-18 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-bef4fddd1d285acdece112828dda3520b06df518.tar.bz2
2003-03-18 Till Straumann <strauman@slac.stanford.edu>
PR 356/bsps * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. Since only addresses are used and never those variable's values, the type used in a declaration is not important.
Diffstat (limited to 'cpukit/libnetworking/ChangeLog')
-rw-r--r--cpukit/libnetworking/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/libnetworking/ChangeLog b/cpukit/libnetworking/ChangeLog
index b2d02cd061..79bae776c3 100644
--- a/cpukit/libnetworking/ChangeLog
+++ b/cpukit/libnetworking/ChangeLog
@@ -1,3 +1,12 @@
+2003-03-18 Till Straumann <strauman@slac.stanford.edu>
+
+ PR 356/bsps
+ * sys/linker_set.h: This patch makes RTEMS/PowerPC eabi compliant.
+ Declare all linker-script defined addresses as
+ variables of unknown size and not as short objects
+ like 'int', 'void*' etc. Since only addresses are used and never those
+ variable's values, the type used in a declaration is not important.
+
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.