aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/picochip/libgccExtras/divmod15.asm
diff options
context:
space:
mode:
authorAndrey Belevantsev <abel@ispras.ru>2009-05-08 13:50:26 +0000
committerAndrey Belevantsev <abel@ispras.ru>2009-05-08 13:50:26 +0000
commit21fa5c23a75b3289064fa6a009a84a51fe66c60f (patch)
tree3735f0671579bbe13aafe2eb5c85d4d25ddf2ff2 /gcc/config/picochip/libgccExtras/divmod15.asm
parent9d3b33dceefa9d6f92784b0ff721eb8560776112 (diff)
Merge with trunk rev. 147267.
* cfgexpand.c: Reinstate recording of stack slot sharing killed by the merge. * alias-export.c (maybe_replace_with_partition): New. (get_pointer_from_ref): Kill and do this in ... (unshare_and_record_pta_info): ... here. Replace base with its stack representative if needed. (remove_exported_ddg_data): Check for null ddg_info. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/alias-export@147287 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/picochip/libgccExtras/divmod15.asm')
-rw-r--r--gcc/config/picochip/libgccExtras/divmod15.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/picochip/libgccExtras/divmod15.asm b/gcc/config/picochip/libgccExtras/divmod15.asm
index 777adf27968..b477e03a011 100644
--- a/gcc/config/picochip/libgccExtras/divmod15.asm
+++ b/gcc/config/picochip/libgccExtras/divmod15.asm
@@ -33,8 +33,6 @@ _picoMark_FUNCTION_BEGIN=
// picoChip Function Prologue : &__divmod15 = 0 bytes
-__divmod15:
-
// The picoChip instruction set has a divstep instruction which
// is used to perform one iteration of a binary division algorithm.
// The instruction allows 16-bit signed division to be implemented.