summaryrefslogtreecommitdiff
path: root/firmware/target
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2007-05-23 18:11:55 +0000
committerMagnus Holmgren <magnushol@gmail.com>2007-05-23 18:11:55 +0000
commit7b3abf292f3fe4368e0479274c727ee07c910fcf (patch)
treedab2ac3e4b8434b8ee27ddd2c4aff9a97a3f9e74 /firmware/target
parentc5d71aab1677741d445367820f78b0c85a6f4cde (diff)
downloadrockbox-7b3abf292f3fe4368e0479274c727ee07c910fcf.tar.gz
rockbox-7b3abf292f3fe4368e0479274c727ee07c910fcf.zip
Allow ColdFire targets to be buildt with GCC >= 4.1.0.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13481 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/coldfire/system-coldfire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/system-coldfire.c b/firmware/target/coldfire/system-coldfire.c
index f2ac075e14..f33a44c3b4 100644
--- a/firmware/target/coldfire/system-coldfire.c
+++ b/firmware/target/coldfire/system-coldfire.c
@@ -149,7 +149,7 @@ default_interrupt (CDROMNEWBLK); /* CD-ROM New block */
149#endif 149#endif
150 150
151static void system_display_exception_info(unsigned long format, 151static void system_display_exception_info(unsigned long format,
152 unsigned long pc) __attribute__ ((noreturn)); 152 unsigned long pc) __attribute__ ((noreturn, used));
153static void system_display_exception_info(unsigned long format, 153static void system_display_exception_info(unsigned long format,
154 unsigned long pc) 154 unsigned long pc)
155{ 155{