From f93b91420d04e610d87adb6aa2db2b256fedf0c7 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 27 Apr 2005 12:46:57 +0000 Subject: Simplify PERFORM_BOOTSTRAP_RELOC() default path. This makes sh and sh64 get more in line with what the other architectures are doing. Also fixes up some build failures. --- ldso/ldso/sh/dl-startup.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ldso/ldso/sh') diff --git a/ldso/ldso/sh/dl-startup.h b/ldso/ldso/sh/dl-startup.h index 848ca0a60..1ddfb1f12 100644 --- a/ldso/ldso/sh/dl-startup.h +++ b/ldso/ldso/sh/dl-startup.h @@ -50,14 +50,6 @@ asm( case R_SH_NONE: \ break; \ default: \ - SEND_STDERR("BOOTSTRAP_RELOC: unhandled reloc type "); \ - SEND_NUMBER_STDERR(ELF32_R_TYPE((RELP)->r_info), 1); \ - SEND_STDERR("REL, SYMBOL, LOAD: "); \ - SEND_ADDRESS_STDERR(REL, 0); \ - SEND_STDERR(", "); \ - SEND_ADDRESS_STDERR(SYMBOL, 0); \ - SEND_STDERR(", "); \ - SEND_ADDRESS_STDERR(LOAD, 1); \ _dl_exit(1); \ } -- cgit v1.2.3