From 059b183ca8d495efd5f30da6a9e26dee9395f26e Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 10 Jun 2001 01:49:41 +0000 Subject: [PATCH] Oscar Schirmer : fix old motorola collisions. --- magic/Magdir/animation | 12 ------------ magic/Magdir/motorola | 18 ++++++++++++++++++ magic/Magdir/msdos | 4 ---- 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/magic/Magdir/animation b/magic/Magdir/animation index ea69ecc0..b2f96648 100644 --- a/magic/Magdir/animation +++ b/magic/Magdir/animation @@ -158,15 +158,3 @@ # conti_count 4 bit 0 0 belong&0xFF5FFF1F 0x47400010 MPEG transport stream data >188 byte !0x47 CORRUPTED - -# ATARI ST relocatable PRG -# -# from Oskar Schirmer Feb 3, 2001 -# (according to Roland Waldi, Oct 21, 1987) -# besides the magic 0x601a, the text segment size is checked to be -# not larger than 1 MB (which is a lot on ST). -0 belong&0xFFFFFFF0 0x601A0000 Atari ST M68K executable ->2 belong x (txt=%ld, ->6 belong x dat=%ld, ->10 belong x bss=%ld, ->14 belong x sym=%ld) diff --git a/magic/Magdir/motorola b/magic/Magdir/motorola index efed1597..17f66165 100644 --- a/magic/Magdir/motorola +++ b/magic/Magdir/motorola @@ -30,3 +30,21 @@ # # Motorola S-Records, from Gerd Truschinski 0 string S0 Motorola S-Record; binary data in text format + +# ATARI ST relocatable PRG +# +# from Oskar Schirmer Feb 3, 2001 +# (according to Roland Waldi, Oct 21, 1987) +# besides the magic 0x601a, the text segment size is checked to be +# not larger than 1 MB (which is a lot on ST). +# The additional 0x601b distinction I took from Doug Lee's magic. +0 belong&0xFFFFFFF0 0x601A0000 Atari ST M68K contiguous executable +>2 belong x (txt=%ld, +>6 belong x dat=%ld, +>10 belong x bss=%ld, +>14 belong x sym=%ld) +0 belong&0xFFFFFFF0 0x601B0000 Atari ST M68K non-contig executable +>2 belong x (txt=%ld, +>6 belong x dat=%ld, +>10 belong x bss=%ld, +>14 belong x sym=%ld) diff --git a/magic/Magdir/msdos b/magic/Magdir/msdos index 548f2158..771a8fd0 100644 --- a/magic/Magdir/msdos +++ b/magic/Magdir/msdos @@ -277,10 +277,6 @@ 0 string ! MKS Spell hash list (old format) 0 string ! MKS Spell hash list 0 string AH Halo(TM) bitmapped font file -0 leshort 0x601A Atari ST contiguous executable ->14 lelong >0 - not stripped -0 leshort 0x601B Atari ST non-contig executable ->14 lelong >0 - not stripped 0 lelong 0x08086b70 TurboC BGI file 0 lelong 0x08084b50 TurboC Font file -- 2.50.1