diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
commit | b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (patch) | |
tree | 69d40fbef2c0c4ee32fe97b7a28b510f2e3c2dbc /bfd/xsym.h | |
parent | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (diff) |
Notes
Diffstat (limited to 'bfd/xsym.h')
-rw-r--r-- | bfd/xsym.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bfd/xsym.h b/bfd/xsym.h index 386a16357468d..7b69aadf34b29 100644 --- a/bfd/xsym.h +++ b/bfd/xsym.h @@ -1,5 +1,5 @@ /* xSYM symbol-file support for BFD. - Copyright 1999, 2000, 2001, 2002, 2003, 2005 + Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -687,8 +687,6 @@ extern int bfd_sym_scan (bfd *, bfd_sym_version, bfd_sym_data_struct *); extern const bfd_target * bfd_sym_object_p (bfd *); -extern asymbol * bfd_sym_make_empty_symbol - (bfd *); extern void bfd_sym_get_symbol_info (bfd *, asymbol *, symbol_info *); extern long bfd_sym_get_symtab_upper_bound @@ -696,6 +694,6 @@ extern long bfd_sym_get_symtab_upper_bound extern long bfd_sym_canonicalize_symtab (bfd *, asymbol **); extern int bfd_sym_sizeof_headers - (bfd *, bfd_boolean); + (bfd *, struct bfd_link_info *); #endif /* __xSYM_H__ */ |