re PR ada/24857 (ada/s-auxdec.ads alignment issue for arm-rtems)

2005-11-18  Laurent GUERBY  <laurent@guerby.net>

        PR ada/24857
        * Makefile.in: Use s-auxdec-empty for RTEMS.

From-SVN: r107175
This commit is contained in:
Laurent GUERBY 2005-11-18 11:44:20 +00:00 committed by Laurent Guerby
parent ce5bf41cc2
commit e0709888ef
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-11-18 Laurent GUERBY <laurent@guerby.net>
PR ada/24857
* Makefile.in: Use s-auxdec-empty for RTEMS.
2005-11-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
PR ada/22333

View File

@ -948,6 +948,8 @@ ifeq ($(strip $(filter-out rtems%,$(osys))),)
s-parame.adb<s-parame-rtems.adb \
s-taprop.adb<s-taprop-posix.adb \
s-taspri.ads<s-taspri-posix.ads \
s-auxdec.ads<s-auxdec-empty.ads \
s-auxdec.adb<s-auxdec-empty.adb \
s-tpopsp.adb<s-tpopsp-rtems.adb
endif