This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: typo in gcc-head/gcc/config/rs6000/rs6000.c


Olaf Hering <olh@suse.de> writes:

> double )) in gcc mainline

Moin Olaf ;-)

Committed as obvious with this ChangeLog entry:


2003-09-14  Olaf Hering  <olh@suse.de>

	* config/rs6000/rs6000.c: Fix typo: Remove extra ')'.

Thanks,
Andreas

>
> Index: gcc/config/rs6000/rs6000.c
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000.c,v
> retrieving revision 1.516
> diff -p -u -r1.516 rs6000.c
> --- gcc/config/rs6000/rs6000.c	14 Sep 2003 01:14:18 -0000	1.516
> +++ gcc/config/rs6000/rs6000.c	14 Sep 2003 06:12:07 -0000
> @@ -245,7 +245,7 @@ static void rs6000_elf_select_section (t
>  static void rs6000_elf_unique_section (tree, int);
>  static void rs6000_elf_select_rtx_section (enum machine_mode, rtx,
>  						   unsigned HOST_WIDE_INT);
> -static void rs6000_elf_encode_section_info (tree, rtx, int))
> +static void rs6000_elf_encode_section_info (tree, rtx, int)
>       ATTRIBUTE_UNUSED;
>  static bool rs6000_elf_in_small_data_p (tree);
>  #endif

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]