summaryrefslogtreecommitdiff
path: root/bfd/sparclynx.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-12-20 00:21:57 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-12-20 00:21:57 +0000
commit4850d1b7c5fca0ed0cd6cb8dbe229cbe2091e921 (patch)
tree133cc9716dde10f767bc5acf6fa48bdd48b622c3 /bfd/sparclynx.c
parentee6670b646d09b774542ec6182c25681005ac0f7 (diff)
downloadbinutils-redhat-4850d1b7c5fca0ed0cd6cb8dbe229cbe2091e921.tar.gz
2000-12-19 Kazu Hirata <kazu@hxi.com>
* sco5-core.c: Fix formatting. * section.c: Likewise. * sparclinux.c: Likewise. * sparclynx.c: Likewise. * sparcnetbsd.c: Likewise. * srec.c: Likewise. * stabs.c: Likewise. * stab-syms.c: Likewise. * sunos.c: Likewise. * syms.c: Likewise. * sysdep.h: Likewise.
Diffstat (limited to 'bfd/sparclynx.c')
-rw-r--r--bfd/sparclynx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/sparclynx.c b/bfd/sparclynx.c
index dbfcae55cb..92454dcc5c 100644
--- a/bfd/sparclynx.c
+++ b/bfd/sparclynx.c
@@ -46,7 +46,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* This is needed to reject a NewsOS file, e.g. in
gdb/testsuite/gdb.t10/crossload.exp. <kingdon@cygnus.com>
I needed to add M_UNKNOWN to recognize a 68000 object, so this will
- probably no longer reject a NewsOS object. <ian@cygnus.com>. */
+ probably no longer reject a NewsOS object. <ian@cygnus.com>. */
#define MACHTYPE_OK(mtype) ((mtype) == M_UNKNOWN \
|| (mtype) == M_68010 \
|| (mtype) == M_68020 \
@@ -90,7 +90,7 @@ NAME(lynx,set_arch_mach) (abfd, machtype)
case M_UNKNOWN:
/* Some Sun3s make magic numbers without cpu types in them, so
- we'll default to the 68000. */
+ we'll default to the 68000. */
arch = bfd_arch_m68k;
machine = bfd_mach_m68000;
break;
@@ -137,7 +137,7 @@ NAME(lynx,set_arch_mach) (abfd, machtype)
}
#define SET_ARCH_MACH(ABFD, EXEC) \
- NAME(lynx,set_arch_mach)(ABFD, N_MACHTYPE (EXEC)); \
+ NAME(lynx,set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \
choose_reloc_size(ABFD);
/* Determine the size of a relocation entry, based on the architecture */