summaryrefslogtreecommitdiff
path: root/gcc/config/h8300/lib1funcs.asm
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-11 20:21:02 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-11 20:21:02 +0000
commit042389355516356539b4c1fad80f07e91f28f498 (patch)
treea64c8855d038918ad26334051725e80fb581ef60 /gcc/config/h8300/lib1funcs.asm
parent0a9c8266b308ffd222f2c503d43bdfd72605ffb2 (diff)
downloadgcc-042389355516356539b4c1fad80f07e91f28f498.tar.gz
2000-06-09 Rodney Brown <RodneyBrown@mynd.com>
* mcore-protos.h: discards const warning removal. * mcore.c: discards const warning removal. 2000-06-09 Kazu Hirata <kazu@hxi.com> * config/h8300/lib1funcs.asm: Declare the machine architecture at the beginning of the file. 2000-06-09 J. David Anglin <dave@hiauly1.hia.nrc.ca> * real.h: Add prototype for ldexp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34496 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300/lib1funcs.asm')
-rw-r--r--gcc/config/h8300/lib1funcs.asm24
1 files changed, 8 insertions, 16 deletions
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