summaryrefslogtreecommitdiff
path: root/bfd/i386lynx.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/i386lynx.c')
-rw-r--r--bfd/i386lynx.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/bfd/i386lynx.c b/bfd/i386lynx.c
index 7da71717bc4..9855866f4bb 100644
--- a/bfd/i386lynx.c
+++ b/bfd/i386lynx.c
@@ -38,10 +38,10 @@
{ \
if (adata(abfd).magic == undecided_magic) \
NAME(aout,adjust_sizes_and_vmas) (abfd); \
- \
+ \
execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
execp->a_entry = bfd_get_start_address (abfd); \
- \
+ \
execp->a_trsize = ((obj_textsec (abfd)->reloc_count) * \
obj_reloc_entry_size (abfd)); \
execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
@@ -53,24 +53,24 @@
abfd) != EXEC_BYTES_SIZE) \
return FALSE; \
/* Now write out reloc info, followed by syms and strings */ \
- \
- if (bfd_get_symcount (abfd) != 0) \
+ \
+ if (bfd_get_symcount (abfd) != 0) \
{ \
if (bfd_seek (abfd, (file_ptr) (N_SYMOFF (execp)), SEEK_SET) \
!= 0) \
- return FALSE; \
+ return FALSE; \
\
if (! NAME(aout,write_syms) (abfd)) return FALSE; \
\
if (bfd_seek (abfd, (file_ptr) (N_TRELOFF (execp)), SEEK_SET) \
!= 0) \
- return FALSE; \
+ return FALSE; \
\
if (!NAME(lynx,squirt_out_relocs) (abfd, obj_textsec (abfd))) \
return FALSE; \
if (bfd_seek (abfd, (file_ptr) (N_DRELOFF (execp)), SEEK_SET) \
!= 0) \
- return 0; \
+ return 0; \
\
if (!NAME(lynx,squirt_out_relocs) (abfd, obj_datasec (abfd))) \
return FALSE; \
@@ -279,7 +279,7 @@ NAME(lynx,swap_ext_reloc_out) (bfd *abfd,
to give the true offset from the section */
-#define MOVE_ADDRESS(ad) \
+#define MOVE_ADDRESS(ad) \
if (r_extern) \
{ \
/* undefined symbol */ \
@@ -288,7 +288,7 @@ NAME(lynx,swap_ext_reloc_out) (bfd *abfd,
} \
else \
{ \
- /* defined, section relative. replace symbol with pointer to \
+ /* defined, section relative. replace symbol with pointer to \
symbol which points to section */ \
switch (r_index) { \
case N_TEXT: \
@@ -313,7 +313,7 @@ NAME(lynx,swap_ext_reloc_out) (bfd *abfd,
cache_ptr->addend = ad; \
break; \
} \
- } \
+ } \
static void
NAME(lynx,swap_ext_reloc_in) (bfd *abfd,