From 5d6255fea654e42fc10353d52f60cf56970744d5 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 11 May 2002 09:53:52 +0000 Subject: * config/obj-coff.h: Fix formatting. * config/tc-mcore.c: Likewise. * config/tc-mn10300.c: Likewise. * config/tc-openrisc.c: Likewise. * config/tc-or32.c: Likewise. * config/tc-pdp11.c: Likewise. * config/tc-ppc.c: Likewise. * config/tc-ppc.h: Likewise. * config/tc-sh64.c: Likewise. * config/tc-sh.c: Likewise. * config/tc-tic54x.c: Likewise. * config/tc-xstormy16.c: Likewise. * config/tc-xstormy16.h: Likewise. --- gas/config/tc-ppc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/config/tc-ppc.h') diff --git a/gas/config/tc-ppc.h b/gas/config/tc-ppc.h index f4d2f86..7e513e7 100644 --- a/gas/config/tc-ppc.h +++ b/gas/config/tc-ppc.h @@ -1,5 +1,5 @@ /* tc-ppc.h -- Header file for tc-ppc.c. - Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 + Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. @@ -245,7 +245,7 @@ extern int ppc_section_flags PARAMS ((int, int, int)); #define md_elf_section_flags(FLAGS, ATTR, TYPE) ppc_section_flags (FLAGS, ATTR, TYPE) #if BFD_DEFAULT_TARGET_SIZE == 64 -/* Extra sections for 64-bit ELF PPC. */ +/* Extra sections for 64-bit ELF PPC. */ #define ELF_TC_SPECIAL_SECTIONS \ { ".toc", SHT_PROGBITS, SHF_ALLOC + SHF_WRITE}, \ { ".tocbss", SHT_NOBITS, SHF_ALLOC + SHF_WRITE}, -- cgit v1.1