diff options
author | Nick Clifton <nickc@redhat.com> | 2002-11-06 13:26:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-11-06 13:26:29 +0000 |
commit | 3af9a47b1c2bef84a3d162e6bcea545212dd1e60 (patch) | |
tree | f8fa33468b773ccf080f117b9076f1e5a04e5500 /bfd/bfd.c | |
parent | ad12c1c57742308da3e314c26d5a99ab587fb820 (diff) | |
download | gdb-3af9a47b1c2bef84a3d162e6bcea545212dd1e60.zip gdb-3af9a47b1c2bef84a3d162e6bcea545212dd1e60.tar.gz gdb-3af9a47b1c2bef84a3d162e6bcea545212dd1e60.tar.bz2 |
Add support for PEF, Mach-O, xSYM
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r-- | bfd/bfd.c | 29 |
1 files changed, 17 insertions, 12 deletions
@@ -4,21 +4,21 @@ Free Software Foundation, Inc. Written by Cygnus Support. -This file is part of BFD, the Binary File Descriptor library. + This file is part of BFD, the Binary File Descriptor library. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* SECTION @@ -180,6 +180,11 @@ CODE_FRAGMENT . struct cisco_core_struct *cisco_core_data; . struct versados_data_struct *versados_data; . struct netbsd_core_struct *netbsd_core_data; +. struct mach_o_data_struct *mach_o_data; +. struct mach_o_fat_data_struct *mach_o_fat_data; +. struct bfd_pef_data_struct *pef_data; +. struct bfd_pef_xlib_data_struct *pef_xlib_data; +. struct bfd_sym_data_struct *sym_data; . PTR any; . } . tdata; |