Multi-GOT support for m68k.
[deliverable/binutils-gdb.git] / binutils / bin2c.c
index b83f02d3c98e1d5ea9ac7a1abd90e60d612fb2af..b3138e1f7413d58e79c2e256344d096821dd793a 100644 (file)
@@ -1,11 +1,11 @@
 /* bin2c.c -- dump binary file in hex format
-   Copyright 2007 Free Software Foundation, Inc.
+   Copyright 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
    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
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
@@ -22,9 +22,8 @@
 #include "bfd.h"
 #include "bucomm.h"
 
-#if !defined O_BINARY && defined _O_BINARY
+#if !defined O_TEXT && defined _O_TEXT
   /* For MSC-compatible compilers.  */
-# define O_BINARY _O_BINARY
 # define O_TEXT _O_TEXT
 #endif
 
This page took 0.023918 seconds and 4 git commands to generate.