diff options
author | Magnus Holmgren <magnushol@gmail.com> | 2007-05-23 18:11:55 +0000 |
---|---|---|
committer | Magnus Holmgren <magnushol@gmail.com> | 2007-05-23 18:11:55 +0000 |
commit | 7b3abf292f3fe4368e0479274c727ee07c910fcf (patch) | |
tree | dab2ac3e4b8434b8ee27ddd2c4aff9a97a3f9e74 | |
parent | c5d71aab1677741d445367820f78b0c85a6f4cde (diff) | |
download | rockbox-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
-rw-r--r-- | firmware/target/coldfire/system-coldfire.c | 2 |
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 | ||
151 | static void system_display_exception_info(unsigned long format, | 151 | static void system_display_exception_info(unsigned long format, |
152 | unsigned long pc) __attribute__ ((noreturn)); | 152 | unsigned long pc) __attribute__ ((noreturn, used)); |
153 | static void system_display_exception_info(unsigned long format, | 153 | static void system_display_exception_info(unsigned long format, |
154 | unsigned long pc) | 154 | unsigned long pc) |
155 | { | 155 | { |