- 06 Jan, 2015 1 commit
-
-
Jeffrey Lee authored
Detail: Makefile - Split cmhgdefn.o rule in two parts so that it's clear where patch.h comes from. Fixes amu throwing 'Don't know how to make ...' e rrors when doing repeated builds of PlingSystem. Admin: Tested with PlingSystem build Version 0.08. Retagged as 'Patch-0_08'
-
- 19 May, 2014 1 commit
-
-
Robert Sprowson authored
Application note 295 boldly declared bit 31 of AIF as "application is StrongARM compatible", however the AIF docs nor the tools were ever updated to implement this. Hence, the quick exit when the flag is set never triggers, and 17 years on it might as well not bother. Also - added a syntax reminder in *PATCHSTATS rather than a blank line. Resolves ticket #310. Version 0.08. Tagged as 'Patch-0_08'
-
- 01 Sep, 2012 1 commit
-
-
Robert Sprowson authored
The C compiler switches were missing the -zM switch, and C code was referencing data in far away areas (which don't get reduced to position independent ADRs). It's hard to see how this would have ever worked, but rather than worry too much about it, just change it so it does. * Makefile gains -zM switches and general tidying up * Generate CMHG header file so the C code matches the module header prototypes, and rename the CMHG file so as not to confuse the unix<->RISC OS filename translation * Be more strict and only match on subreason 1 of Service_UKCompression rather than any non zero subreason * If the pathname exceeds 255 characters, right justify it and add an elipsis rather than overruning the buffer * Remove some dubious casts * Add a bit of assembler to the 'GetSig' macro to do the position independent bit Tested on StrongARM RISC OS 4.02, with an application known to need patching. Patch count was 1, and machine didn't stiff. Version 0.07. Tagged as 'Patch-0_07'
-
- 12 Dec, 2002 4 commits
-
-
Robert Sprowson authored
Now derived from the VersionNum file Version 0.06. Tagged as 'Patch-0_06'
-
Robert Sprowson authored
Fixes bug report of data abort on loading it on 32 bit system - if you are relying on app patcher for StrongARM compatibility I'd put money on it not being 32 bit safe anyway. Version 0.05. Tagged as 'Patch-0_05'
-
Steve Revill authored
As featured on the disc image accompanying RISC OS 5.00 Version 0.04. Tagged as 'Patch-0_04'
-
Steve Revill authored
-
- 06 Nov, 1996 1 commit
-
-
Neil Turton authored
-