diff options
Diffstat (limited to 'bfd/ns32knetbsd.c')
-rw-r--r-- | bfd/ns32knetbsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/ns32knetbsd.c b/bfd/ns32knetbsd.c index a22356d..f7fd8ce 100644 --- a/bfd/ns32knetbsd.c +++ b/bfd/ns32knetbsd.c @@ -15,7 +15,7 @@ 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. */ +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define BYTES_IN_WORD 4 #undef TARGET_IS_BIG_ENDIAN_P @@ -49,5 +49,4 @@ MY_bfd_reloc_type_lookup PARAMS((bfd *abfd AND bfd_reloc_code_real_type code)); - #include "netbsd.h" |