summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-18 18:16:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-03-18 18:16:43 +0000
commitc4561f251d9b43a720afedb13d11b961e502f2ff (patch)
tree006bc4b3e91b114047b6e43da81327d27115f17a /c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
parent2003-03-18 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c4561f251d9b43a720afedb13d11b961e502f2ff.tar.bz2
2003-03-18 Till Straumann <strauman@slac.stanford.edu>
PR 356/bsps * bsp_specs, start/Makefile.am, startup/linkcmds This patch makes RTEMS/powerpc/shared EABI compliant. Declare all linker-script defined addresses as variables of unknown size and not as short objects like 'int', 'void*' etc. This prevents the compiler from generating a relocation who assumes the existence of an __rtems_end object in one of the short data areas (which would result in a linker error).
Diffstat (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
index 7364b16ebf..cb030b49e5 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
@@ -1,3 +1,16 @@
+2003-03-18 Till Straumann <strauman@slac.stanford.edu>
+
+ PR 356/bsps
+ * bsp_specs, start/Makefile.am, startup/linkcmds
+ This patch makes RTEMS/powerpc/shared EABI compliant.
+ Declare all linker-script defined addresses as
+ variables of unknown size and not as short objects
+ like 'int', 'void*' etc.
+ This prevents the compiler from generating a relocation
+ who assumes the existence of an __rtems_end object in
+ one of the short data areas (which would result in a
+ linker error).
+
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.