From 0e73b8a0a9d8a08d6078588a3402449d67219d8f Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 29 Apr 2008 06:47:34 +0000 Subject: Remove wrong usage of '.global'. These symbols are imported, not exported. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17290 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/tms320dm320/crt0.S | 6 ------ 1 file changed, 6 deletions(-) (limited to 'firmware/target/arm/tms320dm320') diff --git a/firmware/target/arm/tms320dm320/crt0.S b/firmware/target/arm/tms320dm320/crt0.S index 8c3d36e086..5729357f12 100755 --- a/firmware/target/arm/tms320dm320/crt0.S +++ b/firmware/target/arm/tms320dm320/crt0.S @@ -202,12 +202,6 @@ vectors: .text -#if !defined(STUB) - .global irq - .global fiq - .global UIE -#endif - /* All illegal exceptions call into UIE with exception address as first parameter. This is calculated differently depending on which exception we're in. Second parameter is exception number, used for a string lookup -- cgit v1.2.3