From 56f42830e2eefc2b7a7f9396cd38adf4947fefe5 Mon Sep 17 00:00:00 2001 From: Volker Reichelt Date: Mon, 2 Jan 2006 17:28:54 +0000 Subject: arm.c (all_fpus): Fix comment typo. * config/arm/arm.c (all_fpus): Fix comment typo. * config/darwin.c: Likewise. * config/frv/frv.h (FRV_STRUCT_VALUE_REGNUM): Likewise. * config/h8300/h8300.md (extendqisi2_h8300hs): Likewise. * config/m68hc11/m68hc11.c (m68hc11_reload_operands): Likewise. From-SVN: r109238 --- gcc/config/darwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/darwin.c') diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index b216c8c..6525bdd 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -53,7 +53,7 @@ Boston, MA 02110-1301, USA. */ able to do easily. These changes allow gdb to load in recompilation of a translation unit that has been changed into a running program and replace existing functions and methods of that - translation unit with with versions of those functions and methods + translation unit with versions of those functions and methods from the newly compiled translation unit. The new functions access the existing static symbols from the old translation unit, if the symbol existed in the unit to be replaced, and from the new -- cgit v1.1