aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/bfd/aout-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/bfd/aout-target.h')
-rw-r--r--gnu/usr.bin/gdb/bfd/aout-target.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb/bfd/aout-target.h b/gnu/usr.bin/gdb/bfd/aout-target.h
index fc8d592e4e9c..7e4a84619cef 100644
--- a/gnu/usr.bin/gdb/bfd/aout-target.h
+++ b/gnu/usr.bin/gdb/bfd/aout-target.h
@@ -54,7 +54,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);
@@ -489,7 +489,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