From 042389355516356539b4c1fad80f07e91f28f498 Mon Sep 17 00:00:00 2001 From: law Date: Sun, 11 Jun 2000 20:21:02 +0000 Subject: 2000-06-09 Rodney Brown * mcore-protos.h: discards const warning removal. * mcore.c: discards const warning removal. 2000-06-09 Kazu Hirata * config/h8300/lib1funcs.asm: Declare the machine architecture at the beginning of the file. 2000-06-09 J. David Anglin * real.h: Add prototype for ldexp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34496 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/h8300/lib1funcs.asm | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) (limited to 'gcc/config/h8300/lib1funcs.asm') diff --git a/gcc/config/h8300/lib1funcs.asm b/gcc/config/h8300/lib1funcs.asm index 4eb05a2fa5f..312e21d9d7c 100644 --- a/gcc/config/h8300/lib1funcs.asm +++ b/gcc/config/h8300/lib1funcs.asm @@ -95,6 +95,14 @@ Boston, MA 02111-1307, USA. */ #define A3E e3 #endif +#ifdef __H8300H__ + .h8300h +#endif + +#ifdef __H8300S__ + .h8300s +#endif + #ifdef L_cmpsi2 #ifdef __H8300__ .section .text @@ -304,14 +312,6 @@ setbit: inc A0L ; do insert bit ;; We bunch all of this into one object file since there are several ;; "supporting routines". -#ifdef __H8300H__ - .h8300h -#endif - -#ifdef __H8300S__ - .h8300s -#endif - .section .text .align 2 @@ -736,14 +736,6 @@ _done: #else /* __H8300H__ */ -#ifdef __H8300H__ - .h8300h -#endif - -#ifdef __H8300S__ - .h8300s -#endif - .global ___mulsi3 ___mulsi3: sub.l A2P,A2P -- cgit v1.2.1