* h8300-dis.c: Fix formatting.
[binutils-gdb.git] / bfd / m88kmach3.c
index a076764e261202a992cb8fbff9bc8fbc9bef5457..7a5640873008060f57635e9f378a61bafbdbbdea 100644 (file)
@@ -15,17 +15,14 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
-#ifndef MACH
-#define MACH
-#endif
-
-#define        PAGE_SIZE       (4096*2)
+#define        TARGET_PAGE_SIZE        (4096*2)
 #define SEGMENT_SIZE   0x20000
 #define TEXT_START_ADDR        0
 #define BYTES_IN_WORD  4
 #define N_HEADER_IN_TEXT(x)    1               /* (N_MAGIG(x) == ZMAGIC) */
+#define N_SHARED_LIB(x) 0
 
 #define N_TXTSIZE(x)   ((x).a_text)