Skip to content

Commit

Permalink
Remove the last references to SuperH.
Browse files Browse the repository at this point in the history
Change-Id: Icb44c1f94cb178d90b4c2b1e8f6d175586aec4e1
  • Loading branch information
enh-google committed May 16, 2012
1 parent cf8e554 commit e33af61
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 499 deletions.
6 changes: 0 additions & 6 deletions MAINTAINERS

This file was deleted.

32 changes: 0 additions & 32 deletions libc/arch-sh/syscalls/personality.S

This file was deleted.

17 changes: 0 additions & 17 deletions libc/tools/gensyscalls.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,23 +364,6 @@ def mips_genstub(self,fname, idname):
"idname" : idname }
return mips_call % t

def superh_genstub(self, fname, flags, idname):
numargs = int(flags)
t = { "fname" : fname,
"idname" : idname,
"numargs" : numargs }
superh_call = superh_header
if flags:
if numargs == 5:
superh_call += superh_5args_header
if numargs == 6:
superh_call += superh_6args_header
if numargs == 7:
superh_call += superh_7args_header
superh_call += superh_call_default
return superh_call % t


def process_file(self,input):
parser = SysCallsTxtParser()
parser.parse_file(input)
Expand Down
15 changes: 0 additions & 15 deletions libdl/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,6 @@ LOCAL_MODULE:= libdl
LOCAL_ALLOW_UNDEFINED_SYMBOLS := true
LOCAL_SYSTEM_SHARED_LIBRARIES :=

ifeq ($(TARGET_ARCH),sh)
# for SuperH, additional code is necessary to handle .ctors section.
GEN_SOBEGIN := $(TARGET_OUT_STATIC_LIBRARIES)/sobegin.o
$(GEN_SOBEGIN): $(LOCAL_PATH)/arch-sh/sobegin.S
@mkdir -p $(dir $@)
$(TARGET_CC) -o $@ -c $<

GEN_SOEND := $(TARGET_OUT_STATIC_LIBRARIES)/soend.o
$(GEN_SOEND): $(LOCAL_PATH)/arch-sh/soend.S
@mkdir -p $(dir $@)
$(TARGET_CC) -o $@ -c $<

LOCAL_ADDITIONAL_DEPENDENCIES := $(GEN_SOBEGIN) $(GEN_SOEND)
endif

include $(BUILD_SHARED_LIBRARY)

BUILD_DLTEST:=0
Expand Down
70 changes: 0 additions & 70 deletions libdl/arch-sh/sobegin.S

This file was deleted.

31 changes: 0 additions & 31 deletions libdl/arch-sh/soend.S

This file was deleted.

58 changes: 0 additions & 58 deletions libm/sh/_fpmath.h

This file was deleted.

30 changes: 0 additions & 30 deletions libm/sh/fenv.c

This file was deleted.

Loading

0 comments on commit e33af61

Please sign in to comment.