aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.c
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2005-04-08 23:30:23 +0000
committerMike Stump <mrs@gcc.gnu.org>2005-04-08 23:30:23 +0000
commitde2ab0ca8b09521af6a0d0fb8b13029e119fba58 (patch)
tree1245474678eecc85ea556c534606a1cccf0d1de2 /gcc/config/darwin.c
parent797e15eb88acf4e561caad06f2f9ba15fdab0447 (diff)
downloadgcc-de2ab0ca8b09521af6a0d0fb8b13029e119fba58.zip
gcc-de2ab0ca8b09521af6a0d0fb8b13029e119fba58.tar.gz
gcc-de2ab0ca8b09521af6a0d0fb8b13029e119fba58.tar.bz2
rs6000.c (rs6000_emit_prologue): Use 5 nops, instead of 4.
* config/rs6000/rs6000.c (rs6000_emit_prologue): Use 5 nops, instead of 4. From-SVN: r97871
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r--gcc/config/darwin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c
index 0b2ddc3..d3cafb1 100644
--- a/gcc/config/darwin.c
+++ b/gcc/config/darwin.c
@@ -59,8 +59,8 @@ Boston, MA 02111-1307, USA. */
existed in the unit to be replaced, and from the new translation
unit, for new data.
- The changes are to insert 4 nops at the beginning of all functions
- and to use indirection to get at static duration data. The 4 nops
+ The changes are to insert 5 nops at the beginning of all functions
+ and to use indirection to get at static duration data. The 5 nops
are required by consumers of the generated code. Currently, gdb
uses this to patch in a jump to the overriding function, this
allows all uses of the old name to forward to the replacement,