diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-22 00:51:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-22 00:51:51 +0000 |
commit | b23b8e6e5548bfc5fa84c6bcf793926797bc4650 (patch) | |
tree | 7f66670336b0a9085630059505461c60991b23b3 | |
parent | 957ccf4406b908859114860bafbb2f580bf24769 (diff) | |
download | gdb-b23b8e6e5548bfc5fa84c6bcf793926797bc4650.zip gdb-b23b8e6e5548bfc5fa84c6bcf793926797bc4650.tar.gz gdb-b23b8e6e5548bfc5fa84c6bcf793926797bc4650.tar.bz2 |
rebuild
-rw-r--r-- | bfd/bfd-in2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index fa3c42e..6dc576b 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -3002,8 +3002,8 @@ CAT(NAME,_canonicalize_dynamic_reloc) /* Read in the dynamic relocs. */ long (*_bfd_canonicalize_dynamic_reloc) PARAMS ((bfd *, arelent **, struct symbol_cache_entry **)); - - /* Opposite endian version of this target. */ + + /* Opposite endian version of this target. */ const struct bfd_target * alternative_target; PTR backend_data; @@ -3018,8 +3018,8 @@ bfd_find_target PARAMS ((CONST char *target_name, bfd *abfd)); const char ** bfd_target_list PARAMS ((void)); -const bfd_target * -bfd_search_for_target PARAMS ((int (* search_func)(const bfd_target *, void *), void *)); +const bfd_target * +bfd_search_for_target PARAMS ((int (* search_func)(const bfd_target *, void *), void *)); boolean bfd_check_format PARAMS ((bfd *abfd, bfd_format format)); |