diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-31 18:49:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-31 18:49:56 +0000 |
commit | a022216bd40c3401b7004bc53e763d8bc904a516 (patch) | |
tree | 1d7a8a3d238517aa9ce7dc59b2374424b430ff25 /bfd/coffcode.h | |
parent | 5c440b1e3b3b9ec61ffb1cc149216603f1e2d550 (diff) | |
download | gdb-a022216bd40c3401b7004bc53e763d8bc904a516.zip gdb-a022216bd40c3401b7004bc53e763d8bc904a516.tar.gz gdb-a022216bd40c3401b7004bc53e763d8bc904a516.tar.bz2 |
Minor formatting fixes.
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index f4e27fa..a122057 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -2150,7 +2150,7 @@ symname_in_debug_hook (abfd, sym) #ifdef XCOFF64 #define FORCE_SYMNAMES_IN_STRINGS #endif - + /* Handle the csect auxent of a C_EXT or C_HIDEXT symbol. */ static boolean coff_pointerize_aux_hook @@ -5044,7 +5044,7 @@ static const bfd_coff_backend_data bfd_coff_std_swap_table = #else false, #endif - COFF_DEFAULT_SECTION_ALIGNMENT_POWER, + COFF_DEFAULT_SECTION_ALIGNMENT_POWER, #ifdef COFF_FORCE_SYMBOLS_IN_STRINGS true, #else |