diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-12-16 15:24:51 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-12-16 15:24:51 -0700 |
commit | a0d66c8d678e61730d6a51dc9e60af73410d1372 (patch) | |
tree | 26c7837413542129a58d2af069722749fc2c2764 /gcc/config/rs6000/tramp.asm | |
parent | 83a86272a2e76ea304122db44f4808a5ce250631 (diff) | |
download | gcc-a0d66c8d678e61730d6a51dc9e60af73410d1372.zip gcc-a0d66c8d678e61730d6a51dc9e60af73410d1372.tar.gz gcc-a0d66c8d678e61730d6a51dc9e60af73410d1372.tar.bz2 |
dummy import to prevent merge lossage
From-SVN: r24349
Diffstat (limited to 'gcc/config/rs6000/tramp.asm')
-rw-r--r-- | gcc/config/rs6000/tramp.asm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/config/rs6000/tramp.asm b/gcc/config/rs6000/tramp.asm index 57b4701..47ab7d6 100644 --- a/gcc/config/rs6000/tramp.asm +++ b/gcc/config/rs6000/tramp.asm @@ -1,8 +1,6 @@ -/* CYGNUS LOCAL -- waiting for FSF sources to be restored/meissner */ -/* - * special support for trampolines +/* Special support for trampolines * - * Copyright (C) 1996 Free Software Foundation, Inc. + * Copyright (C) 1996, 1997 Free Software Foundation, Inc. * Written By Michael Meissner * * This file is free software; you can redistribute it and/or modify it @@ -82,7 +80,7 @@ FUNC_START(__trampoline_setup) mflr r11 lwz r12,(.LCL0-.LCF0)(r11) add r11,r12,r11 - lwz r7,.Ltramp(r11) /* trampoline addres -4 */ + lwz r7,.Ltramp(r11) /* trampoline address -4 */ li r8,__trampoline_size /* verify that the trampoline is big enough */ cmpw cr1,r8,r4 |