diff --git a/sr_arm/dm_start.c b/sr_arm/dm_start.c new file mode 100644 index 0000000..21e1f11 --- /dev/null +++ b/sr_arm/dm_start.c @@ -0,0 +1,15 @@ +/**************************************************************** + * * + * Copyright 2001, 2009 Fidelity Information Services, Inc * + * * + * This source code contains the intellectual property * + * of its copyright holder(s), and is made available * + * under a license. If you do not know the terms of * + * the license, please stop and do not read further. * + * * + ****************************************************************/ + +int dm_start(void) +{ + return 0; +} diff --git a/sr_arm/dm_start.s b/sr_arm/dm_start.s index aec87c4..f77b82d 100644 --- a/sr_arm/dm_start.s +++ b/sr_arm/dm_start.s @@ -16,7 +16,7 @@ .align 2 .global dm_start .type dm_start, %function -dm_start: +dm_start_arm: @ args = 0, pretend = 0, frame = 0 @ frame_needed = 1, uses_anonymous_args = 0 @ link register save eliminated.