From c4dfa77f430fbd0eb5ec1d22c2b29581091ab0fe Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 6 Nov 2000 22:56:13 +0000 Subject: 2000-11-06 Kazu Hirata * aout-adobe.c: Fix formatting. * aout-arm.c: Likewise. * aout-cris.c: Likewise. * aout-encap.c: Likewise. * aout-ns32k.c: Likewise. * aout-target.h: Likewise. * aout-tic30.c: Likewise. --- bfd/aout-target.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'bfd/aout-target.h') diff --git a/bfd/aout-target.h b/bfd/aout-target.h index 046417b..8ace897 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -61,7 +61,7 @@ MY(callback) (abfd) bfd_vma adjust; adjust = execp->a_entry - obj_textsec (abfd)->vma; - /* Adjust only by whole pages. */ + /* Adjust only by whole pages. */ adjust &= ~(TARGET_PAGE_SIZE - 1); obj_textsec (abfd)->vma += adjust; obj_datasec (abfd)->vma += adjust; @@ -84,7 +84,7 @@ MY(callback) (abfd) /* The file offsets of the string table and symbol table. */ obj_sym_filepos (abfd) = N_SYMOFF (*execp); obj_str_filepos (abfd) = N_STROFF (*execp); - + /* Determine the architecture and machine type of the object file. */ #ifdef SET_ARCH_MACH SET_ARCH_MACH(abfd, *execp); @@ -178,7 +178,7 @@ MY(object_p) (abfd) * means that it isn't obvious if EXEC_P should be set. * All of the following must be true for an executable: * There must be no relocations, the bfd can be neither an - * archive nor an archive element, and the file must be executable. */ + * archive nor an archive element, and the file must be executable. */ if (exec.a_trsize + exec.a_drsize == 0 && bfd_get_format(abfd) == bfd_object && abfd->my_archive == NULL) @@ -197,7 +197,6 @@ MY(object_p) (abfd) #define MY_object_p MY(object_p) #endif - #ifndef MY_mkobject static boolean MY(mkobject) PARAMS ((bfd *)); @@ -230,7 +229,6 @@ MY(mkobject) (abfd) static boolean MY_bfd_copy_private_section_data PARAMS ((bfd *, asection *, bfd *, asection *)); -/*ARGSUSED*/ static boolean MY_bfd_copy_private_section_data (ibfd, isec, obfd, osec) bfd *ibfd; @@ -530,7 +528,6 @@ MY_bfd_final_link (abfd, info) #define MY_bfd_link_split_section _bfd_generic_link_split_section #endif - #ifndef MY_bfd_copy_private_bfd_data #define MY_bfd_copy_private_bfd_data _bfd_generic_bfd_copy_private_bfd_data #endif @@ -581,7 +578,7 @@ MY_bfd_final_link (abfd, info) #endif /* Aout symbols normally have leading underscores */ -#ifndef MY_symbol_leading_char +#ifndef MY_symbol_leading_char #define MY_symbol_leading_char '_' #endif @@ -643,7 +640,7 @@ const bfd_target MY(vec) = /* Alternative_target */ NULL, - + (PTR) MY_backend_data }; #endif /* MY_BFD_TARGET */ -- cgit v1.1