summaryrefslogtreecommitdiff
path: root/ldso/ldso/sh64
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-02-07 10:40:25 +0000
committerEric Andersen <andersen@codepoet.org>2004-02-07 10:40:25 +0000
commit3e02283942073ac7f43e63aae91b461bc825502e (patch)
treec7782cc93d9823e9136b6981c6feb961270122f8 /ldso/ldso/sh64
parent2e723e150ab9b11e658311d6dfe2a1c1e402b833 (diff)
Split off the stuff that cannot use function into its own file,
to make it easier to treat it specially while not bothering the rest of the code with the same constraints.
Diffstat (limited to 'ldso/ldso/sh64')
-rw-r--r--ldso/ldso/sh64/boot1_arch.h2
-rw-r--r--ldso/ldso/sh64/dl-startup.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/ldso/ldso/sh64/boot1_arch.h b/ldso/ldso/sh64/boot1_arch.h
index 0a538ac30..7c4c3bc64 100644
--- a/ldso/ldso/sh64/boot1_arch.h
+++ b/ldso/ldso/sh64/boot1_arch.h
@@ -21,5 +21,3 @@ asm("" \
" blink tr0, r18 ! call _dl_boot2 - user EP is in r2\n" \
);
-#define _dl_boot _dl_boot2
-#define LD_BOOT(X) static void * __attribute__ ((unused)) _dl_boot (X)
diff --git a/ldso/ldso/sh64/dl-startup.h b/ldso/ldso/sh64/dl-startup.h
index 0a538ac30..7c4c3bc64 100644
--- a/ldso/ldso/sh64/dl-startup.h
+++ b/ldso/ldso/sh64/dl-startup.h
@@ -21,5 +21,3 @@ asm("" \
" blink tr0, r18 ! call _dl_boot2 - user EP is in r2\n" \
);
-#define _dl_boot _dl_boot2
-#define LD_BOOT(X) static void * __attribute__ ((unused)) _dl_boot (X)